Avoid creating un-representable DateTime for transition point (#16753)
[mono-project.git] / msvc / libmonoutils.vcxproj
blobdfd623c5a5d399d8ae01d69b87de6850f685b760
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <ItemGroup Label="ProjectConfigurations">
4     <ProjectConfiguration Include="Debug|Win32">
5       <Configuration>Debug</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|x64">
9       <Configuration>Debug</Configuration>
10       <Platform>x64</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16     <ProjectConfiguration Include="Release|x64">
17       <Configuration>Release</Configuration>
18       <Platform>x64</Platform>
19     </ProjectConfiguration>
20   </ItemGroup>
21   <ItemGroup>
22     <ProjectReference Include="eglib.vcxproj">
23       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
24     </ProjectReference>
25   </ItemGroup>
26   <PropertyGroup Label="Globals">
27     <ProjectGuid>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>
28     <Keyword>Win32Proj</Keyword>
29     <RootNamespace>libmonoutils</RootNamespace>
30     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
31   </PropertyGroup>
32   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <UseDebugLibraries>true</UseDebugLibraries>
36     <CharacterSet>Unicode</CharacterSet>
37     <PlatformToolset>v140</PlatformToolset>
38   </PropertyGroup>
39   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
40     <ConfigurationType>StaticLibrary</ConfigurationType>
41     <UseDebugLibraries>true</UseDebugLibraries>
42     <CharacterSet>Unicode</CharacterSet>
43     <PlatformToolset>v140</PlatformToolset>
44   </PropertyGroup>
45   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
46     <ConfigurationType>StaticLibrary</ConfigurationType>
47     <UseDebugLibraries>false</UseDebugLibraries>
48     <CharacterSet>Unicode</CharacterSet>
49     <PlatformToolset>v140</PlatformToolset>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
52     <ConfigurationType>StaticLibrary</ConfigurationType>
53     <UseDebugLibraries>false</UseDebugLibraries>
54     <CharacterSet>Unicode</CharacterSet>
55     <PlatformToolset>v140</PlatformToolset>
56   </PropertyGroup>
57   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
58   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
59     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60     <Import Project="mono.props" />
61   </ImportGroup>
62   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
63     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64     <Import Project="mono.props" />
65   </ImportGroup>
66   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68     <Import Project="mono.props" />
69   </ImportGroup>
70   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
71     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
72     <Import Project="mono.props" />
73   </ImportGroup>
74   <PropertyGroup Label="UserMacros" />
75   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
76     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
77     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
78   </PropertyGroup>
79   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
80     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
81     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
82   </PropertyGroup>
83   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
84     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
85     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
86   </PropertyGroup>
87   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
89     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>
90   </PropertyGroup>
91   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92     <ClCompile>
93       <PrecompiledHeader>
94       </PrecompiledHeader>
95       <WarningLevel>Level3</WarningLevel>
96       <Optimization>Disabled</Optimization>
97       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
99       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
100       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
101     </ClCompile>
102     <Link>
103       <SubSystem>Windows</SubSystem>
104       <GenerateDebugInformation>true</GenerateDebugInformation>
105     </Link>
106     <PreBuildEvent>
107       <Command>
108       </Command>
109     </PreBuildEvent>
110   </ItemDefinitionGroup>
111   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
112     <ClCompile>
113       <PrecompiledHeader>
114       </PrecompiledHeader>
115       <WarningLevel>Level3</WarningLevel>
116       <Optimization>Disabled</Optimization>
117       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
118       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
119       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
120       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
121     </ClCompile>
122     <Link>
123       <SubSystem>Windows</SubSystem>
124       <GenerateDebugInformation>true</GenerateDebugInformation>
125     </Link>
126     <PreBuildEvent>
127       <Command>
128       </Command>
129     </PreBuildEvent>
130   </ItemDefinitionGroup>
131   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
132     <ClCompile>
133       <WarningLevel>Level3</WarningLevel>
134       <PrecompiledHeader>
135       </PrecompiledHeader>
136       <IntrinsicFunctions>true</IntrinsicFunctions>
137       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
138       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
139       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
140       <StringPooling>true</StringPooling>
141     </ClCompile>
142     <Link>
143       <SubSystem>Windows</SubSystem>
144       <GenerateDebugInformation>true</GenerateDebugInformation>
145       <EnableCOMDATFolding>true</EnableCOMDATFolding>
146       <OptimizeReferences>true</OptimizeReferences>
147     </Link>
148     <PreBuildEvent>
149       <Command>
150       </Command>
151     </PreBuildEvent>
152   </ItemDefinitionGroup>
153   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
154     <ClCompile>
155       <WarningLevel>Level3</WarningLevel>
156       <PrecompiledHeader>
157       </PrecompiledHeader>
158       <IntrinsicFunctions>true</IntrinsicFunctions>
159       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
160       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
161       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
162       <StringPooling>true</StringPooling>
163     </ClCompile>
164     <Link>
165       <SubSystem>Windows</SubSystem>
166       <GenerateDebugInformation>true</GenerateDebugInformation>
167       <EnableCOMDATFolding>true</EnableCOMDATFolding>
168       <OptimizeReferences>true</OptimizeReferences>
169     </Link>
170     <PreBuildEvent>
171       <Command>
172       </Command>
173     </PreBuildEvent>
174   </ItemDefinitionGroup>
175   <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
176     <ClCompile>
177       <CompileAs>CompileAsCpp</CompileAs>
178     </ClCompile>
179   </ItemDefinitionGroup>
180   <Import Project="libmonoutils.targets" />
181   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
182 </Project>