Add missing files and adjust linker settings for sgen targets of vcxproj files.
[mono.git] / msvc / libmonoruntime.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug_SGen|Win32">\r
5       <Configuration>Debug_SGen</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug_SGen|x64">\r
9       <Configuration>Debug_SGen</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Debug|Win32">\r
13       <Configuration>Debug</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Debug|x64">\r
17       <Configuration>Debug</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20     <ProjectConfiguration Include="Release_SGen|Win32">\r
21       <Configuration>Release_SGen</Configuration>\r
22       <Platform>Win32</Platform>\r
23     </ProjectConfiguration>\r
24     <ProjectConfiguration Include="Release_SGen|x64">\r
25       <Configuration>Release_SGen</Configuration>\r
26       <Platform>x64</Platform>\r
27     </ProjectConfiguration>\r
28     <ProjectConfiguration Include="Release|Win32">\r
29       <Configuration>Release</Configuration>\r
30       <Platform>Win32</Platform>\r
31     </ProjectConfiguration>\r
32     <ProjectConfiguration Include="Release|x64">\r
33       <Configuration>Release</Configuration>\r
34       <Platform>x64</Platform>\r
35     </ProjectConfiguration>\r
36   </ItemGroup>\r
37   <Import Project="mono.props" />\r
38   <ItemGroup>\r
39     <ClCompile Include="..\mono\metadata\appdomain.c" />\r
40     <ClCompile Include="..\mono\metadata\assembly.c" />\r
41     <ClCompile Include="..\mono\metadata\attach.c" />\r
42     <ClCompile Include="..\mono\metadata\boehm-gc.c" />\r
43     <ClCompile Include="..\mono\metadata\class.c" />\r
44     <ClCompile Include="..\mono\metadata\cominterop.c" />\r
45     <ClCompile Include="..\mono\metadata\console-win32.c" />\r
46     <ClCompile Include="..\mono\metadata\coree.c" />\r
47     <ClCompile Include="..\mono\metadata\debug-helpers.c" />\r
48     <ClCompile Include="..\mono\metadata\debug-mono-symfile.c" />\r
49     <ClCompile Include="..\mono\metadata\decimal.c" />\r
50     <ClCompile Include="..\mono\metadata\domain.c" />\r
51     <ClCompile Include="..\mono\metadata\environment.c" />\r
52     <ClCompile Include="..\mono\metadata\exception.c" />\r
53     <ClCompile Include="..\mono\metadata\file-io.c" />\r
54     <ClCompile Include="..\mono\metadata\filewatcher.c" />\r
55     <ClCompile Include="..\mono\metadata\gc.c" />\r
56     <ClCompile Include="..\mono\metadata\icall.c" />\r
57     <ClCompile Include="..\mono\metadata\image.c" />\r
58     <ClCompile Include="..\mono\metadata\loader.c" />\r
59     <ClCompile Include="..\mono\metadata\locales.c" />\r
60     <ClCompile Include="..\mono\metadata\lock-tracer.c" />\r
61     <ClCompile Include="..\mono\metadata\marshal.c" />\r
62     <ClCompile Include="..\mono\metadata\mempool.c" />\r
63     <ClCompile Include="..\mono\metadata\metadata-verify.c" />\r
64     <ClCompile Include="..\mono\metadata\metadata.c" />\r
65     <ClCompile Include="..\mono\metadata\method-builder.c" />\r
66     <ClCompile Include="..\mono\metadata\monitor.c" />\r
67     <ClCompile Include="..\mono\metadata\mono-basic-block.c" />\r
68     <ClCompile Include="..\mono\metadata\mono-config.c" />\r
69     <ClCompile Include="..\mono\metadata\mono-cq.c" />\r
70     <ClCompile Include="..\mono\metadata\mono-debug-debugger.c" />\r
71     <ClCompile Include="..\mono\metadata\mono-debug.c" />\r
72     <ClCompile Include="..\mono\metadata\mono-endian.c" />\r
73     <ClCompile Include="..\mono\metadata\mono-hash.c" />\r
74     <ClCompile Include="..\mono\metadata\mono-mlist.c" />\r
75     <ClCompile Include="..\mono\metadata\mono-perfcounters.c" />\r
76     <ClCompile Include="..\mono\metadata\mono-wsq.c" />\r
77     <ClCompile Include="..\mono\metadata\nacl-stub.c" />\r
78     <ClCompile Include="..\mono\metadata\null-gc.c" />\r
79     <ClCompile Include="..\mono\metadata\object.c" />\r
80     <ClCompile Include="..\mono\metadata\opcodes.c" />\r
81     <ClCompile Include="..\mono\metadata\process.c" />\r
82     <ClCompile Include="..\mono\metadata\profiler.c" />\r
83     <ClCompile Include="..\mono\metadata\rand.c" />\r
84     <ClCompile Include="..\mono\metadata\reflection.c" />\r
85     <ClCompile Include="..\mono\metadata\runtime.c" />\r
86     <ClCompile Include="..\mono\metadata\security-core-clr.c" />\r
87     <ClCompile Include="..\mono\metadata\security-manager.c" />\r
88     <ClCompile Include="..\mono\metadata\security.c" />\r
89     <ClCompile Include="..\mono\metadata\sgen-alloc.c" />\r
90     <ClCompile Include="..\mono\metadata\sgen-bridge.c" />\r
91     <ClCompile Include="..\mono\metadata\sgen-cardtable.c" />\r
92     <ClCompile Include="..\mono\metadata\sgen-debug.c" />\r
93     <ClCompile Include="..\mono\metadata\sgen-descriptor.c" />\r
94     <ClCompile Include="..\mono\metadata\sgen-gc.c" />\r
95     <ClCompile Include="..\mono\metadata\sgen-gray.c" />\r
96     <ClCompile Include="..\mono\metadata\sgen-hash-table.c" />\r
97     <ClCompile Include="..\mono\metadata\sgen-internal.c" />\r
98     <ClCompile Include="..\mono\metadata\sgen-los.c" />\r
99     <ClCompile Include="..\mono\metadata\sgen-major-copying.c" />\r
100     <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed-par.c" />\r
101     <ClCompile Include="..\mono\metadata\sgen-marksweep-fixed.c" />\r
102     <ClCompile Include="..\mono\metadata\sgen-marksweep-par.c" />\r
103     <ClCompile Include="..\mono\metadata\sgen-marksweep.c" />\r
104     <ClCompile Include="..\mono\metadata\sgen-memory-governor.c" />\r
105     <ClCompile Include="..\mono\metadata\sgen-nursery-allocator.c" />\r
106     <ClCompile Include="..\mono\metadata\sgen-os-mach.c" />\r
107     <ClCompile Include="..\mono\metadata\sgen-os-posix.c" />\r
108     <ClCompile Include="..\mono\metadata\sgen-os-win32.c" />\r
109     <ClCompile Include="..\mono\metadata\sgen-pinned-allocator.c" />\r
110     <ClCompile Include="..\mono\metadata\sgen-pinning-stats.c" />\r
111     <ClCompile Include="..\mono\metadata\sgen-pinning.c" />\r
112     <ClCompile Include="..\mono\metadata\sgen-protocol.c" />\r
113     <ClCompile Include="..\mono\metadata\sgen-simple-nursery.c" />\r
114     <ClCompile Include="..\mono\metadata\sgen-split-nursery.c" />\r
115     <ClCompile Include="..\mono\metadata\sgen-ssb.c" />\r
116     <ClCompile Include="..\mono\metadata\sgen-toggleref.c" />\r
117     <ClCompile Include="..\mono\metadata\sgen-workers.c" />\r
118     <ClCompile Include="..\mono\metadata\socket-io.c" />\r
119     <ClCompile Include="..\mono\metadata\string-icalls.c" />\r
120     <ClCompile Include="..\mono\metadata\sysmath.c" />\r
121     <ClCompile Include="..\mono\metadata\threadpool.c" />\r
122     <ClCompile Include="..\mono\metadata\threads.c" />\r
123     <ClCompile Include="..\mono\metadata\verify.c" />\r
124   </ItemGroup>\r
125   <ItemGroup>\r
126     <ClInclude Include="..\mono\metadata\appdomain.h" />\r
127     <ClInclude Include="..\mono\metadata\assembly.h" />\r
128     <ClInclude Include="..\mono\metadata\attach.h" />\r
129     <ClInclude Include="..\mono\metadata\char-conversions.h" />\r
130     <ClInclude Include="..\mono\metadata\cil-coff.h" />\r
131     <ClInclude Include="..\mono\metadata\class-internals.h" />\r
132     <ClInclude Include="..\mono\metadata\class.h" />\r
133     <ClInclude Include="..\mono\metadata\cominterop.h" />\r
134     <ClInclude Include="..\mono\metadata\console-io.h" />\r
135     <ClInclude Include="..\mono\metadata\coree.h" />\r
136     <ClInclude Include="..\mono\metadata\culture-info-tables.h" />\r
137     <ClInclude Include="..\mono\metadata\culture-info.h" />\r
138     <ClInclude Include="..\mono\metadata\debug-helpers.h" />\r
139     <ClInclude Include="..\mono\metadata\debug-mono-symfile.h" />\r
140     <ClInclude Include="..\mono\metadata\decimal.h" />\r
141     <ClInclude Include="..\mono\metadata\domain-internals.h" />\r
142     <ClInclude Include="..\mono\metadata\environment.h" />\r
143     <ClInclude Include="..\mono\metadata\exception.h" />\r
144     <ClInclude Include="..\mono\metadata\file-io.h" />\r
145     <ClInclude Include="..\mono\metadata\filewatcher.h" />\r
146     <ClInclude Include="..\mono\metadata\gc-internal.h" />\r
147     <ClInclude Include="..\mono\metadata\icall-def.h" />\r
148     <ClInclude Include="..\mono\metadata\image.h" />\r
149     <ClInclude Include="..\mono\metadata\loader.h" />\r
150     <ClInclude Include="..\mono\metadata\locales.h" />\r
151     <ClInclude Include="..\mono\metadata\lock-tracer.h" />\r
152     <ClInclude Include="..\mono\metadata\marshal.h" />\r
153     <ClInclude Include="..\mono\metadata\mempool-internals.h" />\r
154     <ClInclude Include="..\mono\metadata\mempool.h" />\r
155     <ClInclude Include="..\mono\metadata\metadata-internals.h" />\r
156     <ClInclude Include="..\mono\metadata\metadata.h" />\r
157     <ClInclude Include="..\mono\metadata\method-builder.h" />\r
158     <ClInclude Include="..\mono\metadata\monitor.h" />\r
159     <ClInclude Include="..\mono\metadata\mono-basic-block.h" />\r
160     <ClInclude Include="..\mono\metadata\mono-config.h" />\r
161     <ClInclude Include="..\mono\metadata\mono-cq.h" />\r
162     <ClInclude Include="..\mono\metadata\mono-debug-debugger.h" />\r
163     <ClInclude Include="..\mono\metadata\mono-debug.h" />\r
164     <ClInclude Include="..\mono\metadata\mono-endian.h" />\r
165     <ClInclude Include="..\mono\metadata\mono-hash.h" />\r
166     <ClInclude Include="..\mono\metadata\mono-mlist.h" />\r
167     <ClInclude Include="..\mono\metadata\mono-perfcounters-def.h" />\r
168     <ClInclude Include="..\mono\metadata\mono-perfcounters.h" />\r
169     <ClInclude Include="..\mono\metadata\mono-ptr-array.h" />\r
170     <ClInclude Include="..\mono\metadata\mono-wsq.h" />\r
171     <ClInclude Include="..\mono\metadata\normalization-tables.h" />\r
172     <ClInclude Include="..\mono\metadata\number-formatter.h" />\r
173     <ClInclude Include="..\mono\metadata\object-internals.h" />\r
174     <ClInclude Include="..\mono\metadata\object.h" />\r
175     <ClInclude Include="..\mono\metadata\opcodes.h" />\r
176     <ClInclude Include="..\mono\metadata\process.h" />\r
177     <ClInclude Include="..\mono\metadata\profiler-private.h" />\r
178     <ClInclude Include="..\mono\metadata\profiler.h" />\r
179     <ClInclude Include="..\mono\metadata\rand.h" />\r
180     <ClInclude Include="..\mono\metadata\reflection.h" />\r
181     <ClInclude Include="..\mono\metadata\runtime.h" />\r
182     <ClInclude Include="..\mono\metadata\security-core-clr.h" />\r
183     <ClInclude Include="..\mono\metadata\security-manager.h" />\r
184     <ClInclude Include="..\mono\metadata\security.h" />\r
185     <ClInclude Include="..\mono\metadata\sgen-archdep.h" />\r
186     <ClInclude Include="..\mono\metadata\sgen-bridge.h" />\r
187     <ClInclude Include="..\mono\metadata\sgen-cardtable.h" />\r
188     <ClInclude Include="..\mono\metadata\sgen-conf.h" />\r
189     <ClInclude Include="..\mono\metadata\sgen-copy-object.h" />\r
190     <ClInclude Include="..\mono\metadata\sgen-descriptor.h" />\r
191     <ClInclude Include="..\mono\metadata\sgen-gc.h" />\r
192     <ClInclude Include="..\mono\metadata\sgen-gray.h" />\r
193     <ClInclude Include="..\mono\metadata\sgen-major-copy-object.h" />\r
194     <ClInclude Include="..\mono\metadata\sgen-major-scan-object.h" />\r
195     <ClInclude Include="..\mono\metadata\sgen-memory-governor.h" />\r
196     <ClInclude Include="..\mono\metadata\sgen-minor-copy-object.h" />\r
197     <ClInclude Include="..\mono\metadata\sgen-minor-scan-object.h" />\r
198     <ClInclude Include="..\mono\metadata\sgen-pinning.h" />\r
199     <ClInclude Include="..\mono\metadata\sgen-protocol.h" />\r
200     <ClInclude Include="..\mono\metadata\sgen-scan-object.h" />\r
201     <ClInclude Include="..\mono\metadata\sgen-ssb.h" />\r
202     <ClInclude Include="..\mono\metadata\sgen-toggleref.h" />\r
203     <ClInclude Include="..\mono\metadata\sgen-workers.h" />\r
204     <ClInclude Include="..\mono\metadata\socket-io.h" />\r
205     <ClInclude Include="..\mono\metadata\string-icalls.h" />\r
206     <ClInclude Include="..\mono\metadata\sysmath.h" />\r
207     <ClInclude Include="..\mono\metadata\tabledefs.h" />\r
208     <ClInclude Include="..\mono\metadata\threadpool-internals.h" />\r
209     <ClInclude Include="..\mono\metadata\threadpool.h" />\r
210     <ClInclude Include="..\mono\metadata\threads-types.h" />\r
211     <ClInclude Include="..\mono\metadata\verify-internals.h" />\r
212     <ClInclude Include="..\mono\metadata\verify.h" />\r
213     <ClInclude Include="..\mono\metadata\wrapper-types.h" />\r
214   </ItemGroup>\r
215   <PropertyGroup Label="Globals">\r
216     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D739}</ProjectGuid>\r
217     <Keyword>Win32Proj</Keyword>\r
218     <RootNamespace>libmonoruntime</RootNamespace>\r
219   </PropertyGroup>\r
220   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
221   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
222     <ConfigurationType>StaticLibrary</ConfigurationType>\r
223     <UseDebugLibraries>true</UseDebugLibraries>\r
224     <CharacterSet>Unicode</CharacterSet>\r
225   </PropertyGroup>\r
226   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="Configuration">\r
227     <ConfigurationType>StaticLibrary</ConfigurationType>\r
228     <UseDebugLibraries>true</UseDebugLibraries>\r
229     <CharacterSet>Unicode</CharacterSet>\r
230   </PropertyGroup>\r
231   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
232     <ConfigurationType>StaticLibrary</ConfigurationType>\r
233     <UseDebugLibraries>true</UseDebugLibraries>\r
234     <CharacterSet>Unicode</CharacterSet>\r
235   </PropertyGroup>\r
236   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="Configuration">\r
237     <ConfigurationType>StaticLibrary</ConfigurationType>\r
238     <UseDebugLibraries>true</UseDebugLibraries>\r
239     <CharacterSet>Unicode</CharacterSet>\r
240   </PropertyGroup>\r
241   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
242     <ConfigurationType>StaticLibrary</ConfigurationType>\r
243     <UseDebugLibraries>false</UseDebugLibraries>\r
244     <CharacterSet>Unicode</CharacterSet>\r
245   </PropertyGroup>\r
246   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="Configuration">\r
247     <ConfigurationType>StaticLibrary</ConfigurationType>\r
248     <UseDebugLibraries>false</UseDebugLibraries>\r
249     <CharacterSet>Unicode</CharacterSet>\r
250   </PropertyGroup>\r
251   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
252     <ConfigurationType>StaticLibrary</ConfigurationType>\r
253     <UseDebugLibraries>false</UseDebugLibraries>\r
254     <CharacterSet>Unicode</CharacterSet>\r
255   </PropertyGroup>\r
256   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="Configuration">\r
257     <ConfigurationType>StaticLibrary</ConfigurationType>\r
258     <UseDebugLibraries>false</UseDebugLibraries>\r
259     <CharacterSet>Unicode</CharacterSet>\r
260   </PropertyGroup>\r
261   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
262   <ImportGroup Label="ExtensionSettings">\r
263   </ImportGroup>\r
264   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
265     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
266   </ImportGroup>\r
267   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="PropertySheets">\r
268     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
269   </ImportGroup>\r
270   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
271     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
272   </ImportGroup>\r
273   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="PropertySheets">\r
274     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
275   </ImportGroup>\r
276   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
277     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
278   </ImportGroup>\r
279   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="PropertySheets">\r
280     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
281   </ImportGroup>\r
282   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
283     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
284   </ImportGroup>\r
285   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="PropertySheets">\r
286     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
287   </ImportGroup>\r
288   <PropertyGroup Label="UserMacros" />\r
289   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
290     <OutDir>$(Platform)\lib\</OutDir>\r
291     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
292   </PropertyGroup>\r
293   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
294     <OutDir>$(Platform)\lib\</OutDir>\r
295     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
296     <TargetName>$(ProjectName)sgen</TargetName>\r
297   </PropertyGroup>\r
298   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
299     <OutDir>$(Platform)\lib\</OutDir>\r
300     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
301   </PropertyGroup>\r
302   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">\r
303     <OutDir>$(Platform)\lib\</OutDir>\r
304     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
305     <TargetName>$(ProjectName)sgen</TargetName>\r
306   </PropertyGroup>\r
307   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
308     <OutDir>$(Platform)\lib\</OutDir>\r
309     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
310   </PropertyGroup>\r
311   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\r
312     <OutDir>$(Platform)\lib\</OutDir>\r
313     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
314     <TargetName>$(ProjectName)sgen</TargetName>\r
315   </PropertyGroup>\r
316   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
317     <OutDir>$(Platform)\lib\</OutDir>\r
318     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
319   </PropertyGroup>\r
320   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">\r
321     <OutDir>$(Platform)\lib\</OutDir>\r
322     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
323     <TargetName>$(ProjectName)sgen</TargetName>\r
324   </PropertyGroup>\r
325   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
326     <ClCompile>\r
327       <PrecompiledHeader>\r
328       </PrecompiledHeader>\r
329       <WarningLevel>Level3</WarningLevel>\r
330       <Optimization>Disabled</Optimization>\r
331       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
332       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
333     </ClCompile>\r
334     <Link>\r
335       <SubSystem>Windows</SubSystem>\r
336       <GenerateDebugInformation>true</GenerateDebugInformation>\r
337     </Link>\r
338   </ItemDefinitionGroup>\r
339   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
340     <ClCompile>\r
341       <PrecompiledHeader>\r
342       </PrecompiledHeader>\r
343       <WarningLevel>Level3</WarningLevel>\r
344       <Optimization>Disabled</Optimization>\r
345       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
346       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
347     </ClCompile>\r
348     <Link>\r
349       <SubSystem>Windows</SubSystem>\r
350       <GenerateDebugInformation>true</GenerateDebugInformation>\r
351     </Link>\r
352   </ItemDefinitionGroup>\r
353   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
354     <ClCompile>\r
355       <PrecompiledHeader>\r
356       </PrecompiledHeader>\r
357       <WarningLevel>Level3</WarningLevel>\r
358       <Optimization>Disabled</Optimization>\r
359       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
360       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
361     </ClCompile>\r
362     <Link>\r
363       <SubSystem>Windows</SubSystem>\r
364       <GenerateDebugInformation>true</GenerateDebugInformation>\r
365     </Link>\r
366   </ItemDefinitionGroup>\r
367   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">\r
368     <ClCompile>\r
369       <PrecompiledHeader>\r
370       </PrecompiledHeader>\r
371       <WarningLevel>Level3</WarningLevel>\r
372       <Optimization>Disabled</Optimization>\r
373       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
374       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
375     </ClCompile>\r
376     <Link>\r
377       <SubSystem>Windows</SubSystem>\r
378       <GenerateDebugInformation>true</GenerateDebugInformation>\r
379     </Link>\r
380   </ItemDefinitionGroup>\r
381   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
382     <ClCompile>\r
383       <WarningLevel>Level3</WarningLevel>\r
384       <PrecompiledHeader>\r
385       </PrecompiledHeader>\r
386       <Optimization>MaxSpeed</Optimization>\r
387       <FunctionLevelLinking>true</FunctionLevelLinking>\r
388       <IntrinsicFunctions>true</IntrinsicFunctions>\r
389       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
390       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
391     </ClCompile>\r
392     <Link>\r
393       <SubSystem>Windows</SubSystem>\r
394       <GenerateDebugInformation>true</GenerateDebugInformation>\r
395       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
396       <OptimizeReferences>true</OptimizeReferences>\r
397     </Link>\r
398   </ItemDefinitionGroup>\r
399   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\r
400     <ClCompile>\r
401       <WarningLevel>Level3</WarningLevel>\r
402       <PrecompiledHeader>\r
403       </PrecompiledHeader>\r
404       <Optimization>MaxSpeed</Optimization>\r
405       <FunctionLevelLinking>true</FunctionLevelLinking>\r
406       <IntrinsicFunctions>true</IntrinsicFunctions>\r
407       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
408       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
409     </ClCompile>\r
410     <Link>\r
411       <SubSystem>Windows</SubSystem>\r
412       <GenerateDebugInformation>true</GenerateDebugInformation>\r
413       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
414       <OptimizeReferences>true</OptimizeReferences>\r
415     </Link>\r
416   </ItemDefinitionGroup>\r
417   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
418     <ClCompile>\r
419       <WarningLevel>Level3</WarningLevel>\r
420       <PrecompiledHeader>\r
421       </PrecompiledHeader>\r
422       <Optimization>MaxSpeed</Optimization>\r
423       <FunctionLevelLinking>true</FunctionLevelLinking>\r
424       <IntrinsicFunctions>true</IntrinsicFunctions>\r
425       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
426       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
427     </ClCompile>\r
428     <Link>\r
429       <SubSystem>Windows</SubSystem>\r
430       <GenerateDebugInformation>true</GenerateDebugInformation>\r
431       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
432       <OptimizeReferences>true</OptimizeReferences>\r
433     </Link>\r
434   </ItemDefinitionGroup>\r
435   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">\r
436     <ClCompile>\r
437       <WarningLevel>Level3</WarningLevel>\r
438       <PrecompiledHeader>\r
439       </PrecompiledHeader>\r
440       <Optimization>MaxSpeed</Optimization>\r
441       <FunctionLevelLinking>true</FunctionLevelLinking>\r
442       <IntrinsicFunctions>true</IntrinsicFunctions>\r
443       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
444       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
445     </ClCompile>\r
446     <Link>\r
447       <SubSystem>Windows</SubSystem>\r
448       <GenerateDebugInformation>true</GenerateDebugInformation>\r
449       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
450       <OptimizeReferences>true</OptimizeReferences>\r
451     </Link>\r
452   </ItemDefinitionGroup>\r
453   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
454   <ImportGroup Label="ExtensionTargets">\r
455   </ImportGroup>\r
456 </Project>