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>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{CB0D9E92-293C-439C-9AC7-C5F59B6E0772}</ProjectGuid>
23 <RootNamespace>libmono-static</RootNamespace>
24 <Keyword>Win32Proj</Keyword>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <UseDebugLibraries>false</UseDebugLibraries>
30 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
37 <CharacterSet>Unicode</CharacterSet>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
43 <CharacterSet>Unicode</CharacterSet>
45 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
46 <ConfigurationType>StaticLibrary</ConfigurationType>
47 <UseDebugLibraries>true</UseDebugLibraries>
48 <PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
49 <CharacterSet>Unicode</CharacterSet>
51 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
52 <ImportGroup Label="ExtensionSettings">
54 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
55 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
56 <Import Project="mono.props" />
58 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
60 <Import Project="mono.props" />
62 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|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" />
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 <Import Project="mono.props" />
70 <PropertyGroup Label="UserMacros" />
71 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
72 <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
73 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
74 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
77 <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
78 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
79 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
83 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
84 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
86 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
87 <TargetName>$(ProjectName)$(MONO_TARGET_SUFFIX)</TargetName>
88 <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>
89 <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)$(MONO_TARGET_SUFFIX)\$(Configuration)\</IntDir>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
93 <AdditionalOptions>/D /NODEFAULTLIB:LIBCD" " %(AdditionalOptions)</AdditionalOptions>
94 <Optimization>Disabled</Optimization>
95 <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
96 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 <DisableSpecificWarnings>4996;4018;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
98 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
99 <WarningLevel>Level3</WarningLevel>
100 <MinimalRebuild>true</MinimalRebuild>
103 <SubSystem>Windows</SubSystem>
106 <LinkLibraryDependencies>true</LinkLibraryDependencies>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
111 <AdditionalOptions>/D /NODEFAULTLIB:LIBCD" " %(AdditionalOptions)</AdditionalOptions>
112 <Optimization>Disabled</Optimization>
113 <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
114 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115 <DisableSpecificWarnings>4996;4018;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
116 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
117 <WarningLevel>Level3</WarningLevel>
118 <MinimalRebuild>true</MinimalRebuild>
121 <SubSystem>Windows</SubSystem>
124 <LinkLibraryDependencies>true</LinkLibraryDependencies>
126 </ItemDefinitionGroup>
127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
129 <AdditionalOptions>/D /NODEFAULTLIB:LIBCD" " %(AdditionalOptions)</AdditionalOptions>
130 <IntrinsicFunctions>true</IntrinsicFunctions>
131 <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
132 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
134 <WarningLevel>Level3</WarningLevel>
135 <StringPooling>true</StringPooling>
138 <SubSystem>Windows</SubSystem>
139 <EnableCOMDATFolding>true</EnableCOMDATFolding>
140 <OptimizeReferences>true</OptimizeReferences>
143 <LinkLibraryDependencies>true</LinkLibraryDependencies>
145 </ItemDefinitionGroup>
146 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
148 <AdditionalOptions>/D /NODEFAULTLIB:LIBCD" " %(AdditionalOptions)</AdditionalOptions>
149 <IntrinsicFunctions>true</IntrinsicFunctions>
150 <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
151 <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;WIN64;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152 <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>
153 <WarningLevel>Level3</WarningLevel>
154 <StringPooling>true</StringPooling>
157 <SubSystem>Windows</SubSystem>
158 <EnableCOMDATFolding>true</EnableCOMDATFolding>
159 <OptimizeReferences>true</OptimizeReferences>
162 <LinkLibraryDependencies>true</LinkLibraryDependencies>
164 </ItemDefinitionGroup>
165 <ItemDefinitionGroup Condition="'$(MONO_COMPILE_AS_CPP)'=='true'">
167 <CompileAs>CompileAsCpp</CompileAs>
169 </ItemDefinitionGroup>
171 <ProjectReference Include="build-external-btls.vcxproj">
172 <Project>{e41ddf41-0916-454b-a7c2-6e410e45cafd}</Project>
174 <ProjectReference Include="build-external-llvm.vcxproj">
175 <Project>{c3d4c623-55f8-4653-980d-61aa629b4e1d}</Project>
177 <ProjectReference Include="eglib.vcxproj">
178 <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>
180 <ProjectReference Condition="'$(MONO_TARGET_GC)'=='boehm'" Include="libgc.vcxproj">
181 <Project>{eb56000b-c80b-4e8b-908d-d84d31b517d3}</Project>
183 <ProjectReference Condition="'$(MONO_TARGET_GC)'=='sgen'" Include="libgcmonosgen.vcxproj">
184 <Project>{c36612bd-22d3-4b95-85e2-7fdc4fc5d740}</Project>
186 <ProjectReference Include="libmini.vcxproj">
187 <Project>{88d2eb79-592d-45f8-b849-ae021c1d983a}</Project>
189 <ProjectReference Include="libmonoruntime.vcxproj">
190 <Project>{c36612bd-22d3-4b95-85e2-7fdc4fc5d739}</Project>
192 <ProjectReference Include="libmonoutils.vcxproj">
193 <Project>{8fc2b0c8-51ad-49df-851f-5d01a77a75e4}</Project>
196 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
197 <ImportGroup Label="ExtensionTargets">