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