Rework vcxproj files to match Makefile based build. Build libmonoutils and libmonorun...
[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-nursery-allocator.c" />\r
105     <ClCompile Include="..\mono\metadata\sgen-os-mach.c" />\r
106     <ClCompile Include="..\mono\metadata\sgen-os-posix.c" />\r
107     <ClCompile Include="..\mono\metadata\sgen-os-win32.c" />\r
108     <ClCompile Include="..\mono\metadata\sgen-pinned-allocator.c" />\r
109     <ClCompile Include="..\mono\metadata\sgen-pinning-stats.c" />\r
110     <ClCompile Include="..\mono\metadata\sgen-pinning.c" />\r
111     <ClCompile Include="..\mono\metadata\sgen-protocol.c" />\r
112     <ClCompile Include="..\mono\metadata\sgen-toggleref.c" />\r
113     <ClCompile Include="..\mono\metadata\sgen-workers.c" />\r
114     <ClCompile Include="..\mono\metadata\socket-io.c" />\r
115     <ClCompile Include="..\mono\metadata\string-icalls.c" />\r
116     <ClCompile Include="..\mono\metadata\sysmath.c" />\r
117     <ClCompile Include="..\mono\metadata\threadpool.c" />\r
118     <ClCompile Include="..\mono\metadata\threads.c" />\r
119     <ClCompile Include="..\mono\metadata\verify.c" />\r
120   </ItemGroup>\r
121   <ItemGroup>\r
122     <ClInclude Include="..\mono\metadata\appdomain.h" />\r
123     <ClInclude Include="..\mono\metadata\assembly.h" />\r
124     <ClInclude Include="..\mono\metadata\attach.h" />\r
125     <ClInclude Include="..\mono\metadata\char-conversions.h" />\r
126     <ClInclude Include="..\mono\metadata\cil-coff.h" />\r
127     <ClInclude Include="..\mono\metadata\class-internals.h" />\r
128     <ClInclude Include="..\mono\metadata\class.h" />\r
129     <ClInclude Include="..\mono\metadata\cominterop.h" />\r
130     <ClInclude Include="..\mono\metadata\console-io.h" />\r
131     <ClInclude Include="..\mono\metadata\coree.h" />\r
132     <ClInclude Include="..\mono\metadata\culture-info-tables.h" />\r
133     <ClInclude Include="..\mono\metadata\culture-info.h" />\r
134     <ClInclude Include="..\mono\metadata\debug-helpers.h" />\r
135     <ClInclude Include="..\mono\metadata\debug-mono-symfile.h" />\r
136     <ClInclude Include="..\mono\metadata\decimal.h" />\r
137     <ClInclude Include="..\mono\metadata\domain-internals.h" />\r
138     <ClInclude Include="..\mono\metadata\environment.h" />\r
139     <ClInclude Include="..\mono\metadata\exception.h" />\r
140     <ClInclude Include="..\mono\metadata\file-io.h" />\r
141     <ClInclude Include="..\mono\metadata\filewatcher.h" />\r
142     <ClInclude Include="..\mono\metadata\gc-internal.h" />\r
143     <ClInclude Include="..\mono\metadata\icall-def.h" />\r
144     <ClInclude Include="..\mono\metadata\image.h" />\r
145     <ClInclude Include="..\mono\metadata\loader.h" />\r
146     <ClInclude Include="..\mono\metadata\locales.h" />\r
147     <ClInclude Include="..\mono\metadata\lock-tracer.h" />\r
148     <ClInclude Include="..\mono\metadata\marshal.h" />\r
149     <ClInclude Include="..\mono\metadata\mempool-internals.h" />\r
150     <ClInclude Include="..\mono\metadata\mempool.h" />\r
151     <ClInclude Include="..\mono\metadata\metadata-internals.h" />\r
152     <ClInclude Include="..\mono\metadata\metadata.h" />\r
153     <ClInclude Include="..\mono\metadata\method-builder.h" />\r
154     <ClInclude Include="..\mono\metadata\monitor.h" />\r
155     <ClInclude Include="..\mono\metadata\mono-basic-block.h" />\r
156     <ClInclude Include="..\mono\metadata\mono-config.h" />\r
157     <ClInclude Include="..\mono\metadata\mono-cq.h" />\r
158     <ClInclude Include="..\mono\metadata\mono-debug-debugger.h" />\r
159     <ClInclude Include="..\mono\metadata\mono-debug.h" />\r
160     <ClInclude Include="..\mono\metadata\mono-endian.h" />\r
161     <ClInclude Include="..\mono\metadata\mono-hash.h" />\r
162     <ClInclude Include="..\mono\metadata\mono-mlist.h" />\r
163     <ClInclude Include="..\mono\metadata\mono-perfcounters-def.h" />\r
164     <ClInclude Include="..\mono\metadata\mono-perfcounters.h" />\r
165     <ClInclude Include="..\mono\metadata\mono-ptr-array.h" />\r
166     <ClInclude Include="..\mono\metadata\mono-wsq.h" />\r
167     <ClInclude Include="..\mono\metadata\normalization-tables.h" />\r
168     <ClInclude Include="..\mono\metadata\number-formatter.h" />\r
169     <ClInclude Include="..\mono\metadata\object-internals.h" />\r
170     <ClInclude Include="..\mono\metadata\object.h" />\r
171     <ClInclude Include="..\mono\metadata\opcodes.h" />\r
172     <ClInclude Include="..\mono\metadata\process.h" />\r
173     <ClInclude Include="..\mono\metadata\profiler-private.h" />\r
174     <ClInclude Include="..\mono\metadata\profiler.h" />\r
175     <ClInclude Include="..\mono\metadata\rand.h" />\r
176     <ClInclude Include="..\mono\metadata\reflection.h" />\r
177     <ClInclude Include="..\mono\metadata\runtime.h" />\r
178     <ClInclude Include="..\mono\metadata\security-core-clr.h" />\r
179     <ClInclude Include="..\mono\metadata\security-manager.h" />\r
180     <ClInclude Include="..\mono\metadata\security.h" />\r
181     <ClInclude Include="..\mono\metadata\sgen-archdep.h" />\r
182     <ClInclude Include="..\mono\metadata\sgen-bridge.h" />\r
183     <ClInclude Include="..\mono\metadata\sgen-cardtable.h" />\r
184     <ClInclude Include="..\mono\metadata\sgen-conf.h" />\r
185     <ClInclude Include="..\mono\metadata\sgen-descriptor.h" />\r
186     <ClInclude Include="..\mono\metadata\sgen-gc.h" />\r
187     <ClInclude Include="..\mono\metadata\sgen-gray.h" />\r
188     <ClInclude Include="..\mono\metadata\sgen-major-copy-object.h" />\r
189     <ClInclude Include="..\mono\metadata\sgen-major-scan-object.h" />\r
190     <ClInclude Include="..\mono\metadata\sgen-pinning.h" />\r
191     <ClInclude Include="..\mono\metadata\sgen-protocol.h" />\r
192     <ClInclude Include="..\mono\metadata\sgen-scan-object.h" />\r
193     <ClInclude Include="..\mono\metadata\sgen-toggleref.h" />\r
194     <ClInclude Include="..\mono\metadata\sgen-workers.h" />\r
195     <ClInclude Include="..\mono\metadata\socket-io.h" />\r
196     <ClInclude Include="..\mono\metadata\string-icalls.h" />\r
197     <ClInclude Include="..\mono\metadata\sysmath.h" />\r
198     <ClInclude Include="..\mono\metadata\tabledefs.h" />\r
199     <ClInclude Include="..\mono\metadata\threadpool-internals.h" />\r
200     <ClInclude Include="..\mono\metadata\threadpool.h" />\r
201     <ClInclude Include="..\mono\metadata\threads-types.h" />\r
202     <ClInclude Include="..\mono\metadata\verify-internals.h" />\r
203     <ClInclude Include="..\mono\metadata\verify.h" />\r
204     <ClInclude Include="..\mono\metadata\wrapper-types.h" />\r
205   </ItemGroup>\r
206   <PropertyGroup Label="Globals">\r
207     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D739}</ProjectGuid>\r
208     <Keyword>Win32Proj</Keyword>\r
209     <RootNamespace>libmonoruntime</RootNamespace>\r
210   </PropertyGroup>\r
211   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
212   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
213     <ConfigurationType>StaticLibrary</ConfigurationType>\r
214     <UseDebugLibraries>true</UseDebugLibraries>\r
215     <CharacterSet>Unicode</CharacterSet>\r
216   </PropertyGroup>\r
217   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="Configuration">\r
218     <ConfigurationType>StaticLibrary</ConfigurationType>\r
219     <UseDebugLibraries>true</UseDebugLibraries>\r
220     <CharacterSet>Unicode</CharacterSet>\r
221   </PropertyGroup>\r
222   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
223     <ConfigurationType>StaticLibrary</ConfigurationType>\r
224     <UseDebugLibraries>true</UseDebugLibraries>\r
225     <CharacterSet>Unicode</CharacterSet>\r
226   </PropertyGroup>\r
227   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="Configuration">\r
228     <ConfigurationType>StaticLibrary</ConfigurationType>\r
229     <UseDebugLibraries>true</UseDebugLibraries>\r
230     <CharacterSet>Unicode</CharacterSet>\r
231   </PropertyGroup>\r
232   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
233     <ConfigurationType>StaticLibrary</ConfigurationType>\r
234     <UseDebugLibraries>false</UseDebugLibraries>\r
235     <CharacterSet>Unicode</CharacterSet>\r
236   </PropertyGroup>\r
237   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="Configuration">\r
238     <ConfigurationType>StaticLibrary</ConfigurationType>\r
239     <UseDebugLibraries>false</UseDebugLibraries>\r
240     <CharacterSet>Unicode</CharacterSet>\r
241   </PropertyGroup>\r
242   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
243     <ConfigurationType>StaticLibrary</ConfigurationType>\r
244     <UseDebugLibraries>false</UseDebugLibraries>\r
245     <CharacterSet>Unicode</CharacterSet>\r
246   </PropertyGroup>\r
247   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="Configuration">\r
248     <ConfigurationType>StaticLibrary</ConfigurationType>\r
249     <UseDebugLibraries>false</UseDebugLibraries>\r
250     <CharacterSet>Unicode</CharacterSet>\r
251   </PropertyGroup>\r
252   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
253   <ImportGroup Label="ExtensionSettings">\r
254   </ImportGroup>\r
255   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
256     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
257   </ImportGroup>\r
258   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="PropertySheets">\r
259     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
260   </ImportGroup>\r
261   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
262     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
263   </ImportGroup>\r
264   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="PropertySheets">\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 Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\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)'=='Release_SGen|Win32'" 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)'=='Release|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 Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="PropertySheets">\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   <PropertyGroup Label="UserMacros" />\r
280   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
281     <OutDir>$(Platform)\lib\</OutDir>\r
282     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
283   </PropertyGroup>\r
284   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
285     <OutDir>$(Platform)\lib\</OutDir>\r
286     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
287     <TargetName>$(ProjectName)sgen</TargetName>\r
288   </PropertyGroup>\r
289   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\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|x64'">\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)'=='Release|Win32'">\r
299     <OutDir>$(Platform)\lib\</OutDir>\r
300     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
301   </PropertyGroup>\r
302   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\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|x64'">\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|x64'">\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   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
317     <ClCompile>\r
318       <PrecompiledHeader>\r
319       </PrecompiledHeader>\r
320       <WarningLevel>Level3</WarningLevel>\r
321       <Optimization>Disabled</Optimization>\r
322       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
323       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
324     </ClCompile>\r
325     <Link>\r
326       <SubSystem>Windows</SubSystem>\r
327       <GenerateDebugInformation>true</GenerateDebugInformation>\r
328     </Link>\r
329   </ItemDefinitionGroup>\r
330   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
331     <ClCompile>\r
332       <PrecompiledHeader>\r
333       </PrecompiledHeader>\r
334       <WarningLevel>Level3</WarningLevel>\r
335       <Optimization>Disabled</Optimization>\r
336       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
337       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
338     </ClCompile>\r
339     <Link>\r
340       <SubSystem>Windows</SubSystem>\r
341       <GenerateDebugInformation>true</GenerateDebugInformation>\r
342     </Link>\r
343   </ItemDefinitionGroup>\r
344   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
345     <ClCompile>\r
346       <PrecompiledHeader>\r
347       </PrecompiledHeader>\r
348       <WarningLevel>Level3</WarningLevel>\r
349       <Optimization>Disabled</Optimization>\r
350       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
351       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
352     </ClCompile>\r
353     <Link>\r
354       <SubSystem>Windows</SubSystem>\r
355       <GenerateDebugInformation>true</GenerateDebugInformation>\r
356     </Link>\r
357   </ItemDefinitionGroup>\r
358   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">\r
359     <ClCompile>\r
360       <PrecompiledHeader>\r
361       </PrecompiledHeader>\r
362       <WarningLevel>Level3</WarningLevel>\r
363       <Optimization>Disabled</Optimization>\r
364       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
365       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
366     </ClCompile>\r
367     <Link>\r
368       <SubSystem>Windows</SubSystem>\r
369       <GenerateDebugInformation>true</GenerateDebugInformation>\r
370     </Link>\r
371   </ItemDefinitionGroup>\r
372   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
373     <ClCompile>\r
374       <WarningLevel>Level3</WarningLevel>\r
375       <PrecompiledHeader>\r
376       </PrecompiledHeader>\r
377       <Optimization>MaxSpeed</Optimization>\r
378       <FunctionLevelLinking>true</FunctionLevelLinking>\r
379       <IntrinsicFunctions>true</IntrinsicFunctions>\r
380       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
381       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
382     </ClCompile>\r
383     <Link>\r
384       <SubSystem>Windows</SubSystem>\r
385       <GenerateDebugInformation>true</GenerateDebugInformation>\r
386       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
387       <OptimizeReferences>true</OptimizeReferences>\r
388     </Link>\r
389   </ItemDefinitionGroup>\r
390   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\r
391     <ClCompile>\r
392       <WarningLevel>Level3</WarningLevel>\r
393       <PrecompiledHeader>\r
394       </PrecompiledHeader>\r
395       <Optimization>MaxSpeed</Optimization>\r
396       <FunctionLevelLinking>true</FunctionLevelLinking>\r
397       <IntrinsicFunctions>true</IntrinsicFunctions>\r
398       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
399       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
400     </ClCompile>\r
401     <Link>\r
402       <SubSystem>Windows</SubSystem>\r
403       <GenerateDebugInformation>true</GenerateDebugInformation>\r
404       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
405       <OptimizeReferences>true</OptimizeReferences>\r
406     </Link>\r
407   </ItemDefinitionGroup>\r
408   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
409     <ClCompile>\r
410       <WarningLevel>Level3</WarningLevel>\r
411       <PrecompiledHeader>\r
412       </PrecompiledHeader>\r
413       <Optimization>MaxSpeed</Optimization>\r
414       <FunctionLevelLinking>true</FunctionLevelLinking>\r
415       <IntrinsicFunctions>true</IntrinsicFunctions>\r
416       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
417       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
418     </ClCompile>\r
419     <Link>\r
420       <SubSystem>Windows</SubSystem>\r
421       <GenerateDebugInformation>true</GenerateDebugInformation>\r
422       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
423       <OptimizeReferences>true</OptimizeReferences>\r
424     </Link>\r
425   </ItemDefinitionGroup>\r
426   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">\r
427     <ClCompile>\r
428       <WarningLevel>Level3</WarningLevel>\r
429       <PrecompiledHeader>\r
430       </PrecompiledHeader>\r
431       <Optimization>MaxSpeed</Optimization>\r
432       <FunctionLevelLinking>true</FunctionLevelLinking>\r
433       <IntrinsicFunctions>true</IntrinsicFunctions>\r
434       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
435       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
436     </ClCompile>\r
437     <Link>\r
438       <SubSystem>Windows</SubSystem>\r
439       <GenerateDebugInformation>true</GenerateDebugInformation>\r
440       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
441       <OptimizeReferences>true</OptimizeReferences>\r
442     </Link>\r
443   </ItemDefinitionGroup>\r
444   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
445   <ImportGroup Label="ExtensionTargets">\r
446   </ImportGroup>\r
447 </Project>