Restructured build/package/install targets and split GC libraries.
[mono-project.git] / msvc / libmonosgen.vcxproj
blob9bfe620af3a71be83aa03b01fef61cdd171f10ea
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     <ClCompile Include="..\mono\sgen\sgen-alloc.c" />\r
23     <ClCompile Include="..\mono\metadata\sgen-bridge.c" />\r
24     <ClCompile Include="..\mono\sgen\sgen-cardtable.c" />\r
25     <ClCompile Include="..\mono\sgen\sgen-debug.c" />\r
26     <ClCompile Include="..\mono\sgen\sgen-descriptor.c" />\r
27     <ClCompile Include="..\mono\sgen\sgen-gc.c" />\r
28     <ClCompile Include="..\mono\sgen\sgen-gchandles.c" />\r
29     <ClCompile Include="..\mono\sgen\sgen-gray.c" />\r
30     <ClCompile Include="..\mono\sgen\sgen-hash-table.c" />\r
31     <ClCompile Include="..\mono\sgen\sgen-internal.c" />\r
32     <ClCompile Include="..\mono\sgen\sgen-los.c" />\r
33     <ClCompile Include="..\mono\sgen\sgen-marksweep.c" />\r
34     <ClCompile Include="..\mono\sgen\sgen-memory-governor.c" />\r
35     <ClCompile Include="..\mono\sgen\sgen-nursery-allocator.c" />\r
36     <ClCompile Include="..\mono\sgen\sgen-pinning-stats.c" />\r
37     <ClCompile Include="..\mono\sgen\sgen-pinning.c" />\r
38     <ClCompile Include="..\mono\sgen\sgen-pointer-queue.c" />\r
39     <ClCompile Include="..\mono\sgen\sgen-protocol.c" />\r
40     <ClCompile Include="..\mono\sgen\sgen-qsort.c" />\r
41     <ClCompile Include="..\mono\sgen\sgen-simple-nursery.c" />\r
42     <ClCompile Include="..\mono\sgen\sgen-split-nursery.c" />\r
43     <ClCompile Include="..\mono\sgen\sgen-thread-pool.c" />\r
44     <ClCompile Include="..\mono\sgen\sgen-workers.c" />\r
45     <ClCompile Include="..\mono\sgen\sgen-fin-weak-hash.c" />\r
46     <ClCompile Include="..\mono\sgen\sgen-layout-stats.c" />\r
47   </ItemGroup>\r
48   <ItemGroup>\r
49     <ClInclude Include="..\mono\sgen\gc-internal-agnostic.h" />\r
50     <ClInclude Include="..\mono\sgen\sgen-archdep.h" />\r
51     <ClInclude Include="..\mono\sgen\sgen-cardtable.h" />\r
52     <ClInclude Include="..\mono\sgen\sgen-client.h" />\r
53     <ClInclude Include="..\mono\sgen\sgen-conf.h" />\r
54     <ClInclude Include="..\mono\sgen\sgen-copy-object.h" />\r
55     <ClInclude Include="..\mono\sgen\sgen-descriptor.h" />\r
56     <ClInclude Include="..\mono\sgen\sgen-gc.h" />\r
57     <ClInclude Include="..\mono\sgen\sgen-gray.h" />\r
58     <ClInclude Include="..\mono\sgen\sgen-hash-table.h" />\r
59     <ClInclude Include="..\mono\sgen\sgen-layout-stats.h" />\r
60     <ClInclude Include="..\mono\sgen\sgen-major-copy-object.h" />\r
61     <ClInclude Include="..\mono\sgen\sgen-marksweep-drain-gray-stack.h" />\r
62     <ClInclude Include="..\mono\sgen\sgen-marksweep-scan-object-concurrent.h" />\r
63     <ClInclude Include="..\mono\sgen\sgen-memory-governor.h" />\r
64     <ClInclude Include="..\mono\sgen\sgen-minor-copy-object.h" />\r
65     <ClInclude Include="..\mono\sgen\sgen-minor-scan-object.h" />\r
66     <ClInclude Include="..\mono\sgen\sgen-pinning.h" />\r
67     <ClInclude Include="..\mono\sgen\sgen-pointer-queue.h" />\r
68     <ClInclude Include="..\mono\sgen\sgen-protocol-def.h" />\r
69     <ClInclude Include="..\mono\sgen\sgen-protocol.h" />\r
70     <ClInclude Include="..\mono\sgen\sgen-qsort.h" />\r
71     <ClInclude Include="..\mono\sgen\sgen-scan-object.h" />\r
72     <ClInclude Include="..\mono\sgen\sgen-tagged-pointer.h" />\r
73     <ClInclude Include="..\mono\sgen\sgen-thread-pool.h" />\r
74     <ClInclude Include="..\mono\sgen\sgen-workers.h" />\r
75   </ItemGroup>\r
76   <PropertyGroup Label="Globals">\r
77     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D740}</ProjectGuid>\r
78     <Keyword>Win32Proj</Keyword>\r
79     <RootNamespace>libmonosgen</RootNamespace>\r
80   </PropertyGroup>\r
81   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
82   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
83     <ConfigurationType>StaticLibrary</ConfigurationType>\r
84     <UseDebugLibraries>true</UseDebugLibraries>\r
85     <CharacterSet>Unicode</CharacterSet>\r
86     <PlatformToolset>v140</PlatformToolset>\r
87   </PropertyGroup>\r
88   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
89     <ConfigurationType>StaticLibrary</ConfigurationType>\r
90     <UseDebugLibraries>true</UseDebugLibraries>\r
91     <CharacterSet>Unicode</CharacterSet>\r
92     <PlatformToolset>v140</PlatformToolset>\r
93   </PropertyGroup>\r
94   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
95     <ConfigurationType>StaticLibrary</ConfigurationType>\r
96     <UseDebugLibraries>false</UseDebugLibraries>\r
97     <CharacterSet>Unicode</CharacterSet>\r
98     <PlatformToolset>v140</PlatformToolset>\r
99   </PropertyGroup>\r
100   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
101     <ConfigurationType>StaticLibrary</ConfigurationType>\r
102     <UseDebugLibraries>false</UseDebugLibraries>\r
103     <CharacterSet>Unicode</CharacterSet>\r
104     <PlatformToolset>v140</PlatformToolset>\r
105   </PropertyGroup>\r
106   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
107   <ImportGroup Label="ExtensionSettings">\r
108   </ImportGroup>\r
109   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">\r
110     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
111     <Import Project="mono.props" />\r
112   </ImportGroup>\r
113   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
114     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
115     <Import Project="mono.props" />\r
116   </ImportGroup>\r
117   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">\r
118     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
119     <Import Project="mono.props" />\r
120   </ImportGroup>\r
121   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
122     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
123     <Import Project="mono.props" />\r
124   </ImportGroup>\r
125   <PropertyGroup Label="UserMacros" />\r
126   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
127     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
128     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
129     <TargetName>$(ProjectName)</TargetName>\r
130   </PropertyGroup>\r
131   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
132     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
133     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
134     <TargetName>$(ProjectName)</TargetName>\r
135   </PropertyGroup>\r
136   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
137     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
138     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
139     <TargetName>$(ProjectName)</TargetName>\r
140   </PropertyGroup>\r
141   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
142     <OutDir>$(Platform)\lib\$(Configuration)\</OutDir>\r
143     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
144     <TargetName>$(ProjectName)</TargetName>\r
145   </PropertyGroup>\r
146   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
147     <ClCompile>\r
148       <PrecompiledHeader>\r
149       </PrecompiledHeader>\r
150       <WarningLevel>Level3</WarningLevel>\r
151       <Optimization>Disabled</Optimization>\r
152       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
153       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
154       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
155     </ClCompile>\r
156     <Link>\r
157       <SubSystem>Windows</SubSystem>\r
158       <GenerateDebugInformation>true</GenerateDebugInformation>\r
159     </Link>\r
160   </ItemDefinitionGroup>\r
161   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
162     <ClCompile>\r
163       <PrecompiledHeader>\r
164       </PrecompiledHeader>\r
165       <WarningLevel>Level3</WarningLevel>\r
166       <Optimization>Disabled</Optimization>\r
167       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
168       <OmitFramePointers>false</OmitFramePointers>\r
169       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
170       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
171     </ClCompile>\r
172     <Link>\r
173       <SubSystem>Windows</SubSystem>\r
174       <GenerateDebugInformation>true</GenerateDebugInformation>\r
175     </Link>\r
176   </ItemDefinitionGroup>\r
177   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
178     <ClCompile>\r
179       <WarningLevel>Level3</WarningLevel>\r
180       <PrecompiledHeader>\r
181       </PrecompiledHeader>\r
182       <Optimization>MaxSpeed</Optimization>\r
183       <FunctionLevelLinking>true</FunctionLevelLinking>\r
184       <IntrinsicFunctions>true</IntrinsicFunctions>\r
185       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
186       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
187     </ClCompile>\r
188     <Link>\r
189       <SubSystem>Windows</SubSystem>\r
190       <GenerateDebugInformation>true</GenerateDebugInformation>\r
191       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
192       <OptimizeReferences>true</OptimizeReferences>\r
193     </Link>\r
194   </ItemDefinitionGroup>\r
195   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
196     <ClCompile>\r
197       <WarningLevel>Level3</WarningLevel>\r
198       <PrecompiledHeader>\r
199       </PrecompiledHeader>\r
200       <Optimization>MaxSpeed</Optimization>\r
201       <FunctionLevelLinking>true</FunctionLevelLinking>\r
202       <IntrinsicFunctions>true</IntrinsicFunctions>\r
203       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
204       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
205     </ClCompile>\r
206     <Link>\r
207       <SubSystem>Windows</SubSystem>\r
208       <GenerateDebugInformation>true</GenerateDebugInformation>\r
209       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
210       <OptimizeReferences>true</OptimizeReferences>\r
211     </Link>\r
212   </ItemDefinitionGroup>\r
213   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
214   <ImportGroup Label="ExtensionTargets">\r
215   </ImportGroup>\r
216 </Project>