Merge pull request #901 from Blewzman/FixAggregateExceptionGetBaseException
[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-memfuncs.c" />\r
56     <ClCompile Include="..\mono\metadata\gc.c" />\r
57     <ClCompile Include="..\mono\metadata\icall.c" />\r
58     <ClCompile Include="..\mono\metadata\image.c" />\r
59     <ClCompile Include="..\mono\metadata\loader.c" />\r
60     <ClCompile Include="..\mono\metadata\locales.c" />\r
61     <ClCompile Include="..\mono\metadata\lock-tracer.c" />\r
62     <ClCompile Include="..\mono\metadata\marshal.c" />\r
63     <ClCompile Include="..\mono\metadata\mempool.c" />\r
64     <ClCompile Include="..\mono\metadata\metadata-verify.c" />\r
65     <ClCompile Include="..\mono\metadata\metadata.c" />\r
66     <ClCompile Include="..\mono\metadata\method-builder.c" />\r
67     <ClCompile Include="..\mono\metadata\monitor.c" />\r
68     <ClCompile Include="..\mono\metadata\mono-basic-block.c" />\r
69     <ClCompile Include="..\mono\metadata\mono-config.c" />\r
70     <ClCompile Include="..\mono\metadata\mono-cq.c" />\r
71     <ClCompile Include="..\mono\metadata\mono-debug-debugger.c" />\r
72     <ClCompile Include="..\mono\metadata\mono-debug.c" />\r
73     <ClCompile Include="..\mono\metadata\mono-endian.c" />\r
74     <ClCompile Include="..\mono\metadata\mono-hash.c" />\r
75     <ClCompile Include="..\mono\metadata\mono-mlist.c" />\r
76     <ClCompile Include="..\mono\metadata\mono-perfcounters.c" />\r
77     <ClCompile Include="..\mono\metadata\mono-wsq.c" />\r
78     <ClCompile Include="..\mono\metadata\nacl-stub.c" />\r
79     <ClCompile Include="..\mono\metadata\null-gc.c" />\r
80     <ClCompile Include="..\mono\metadata\object.c" />\r
81     <ClCompile Include="..\mono\metadata\opcodes.c" />\r
82     <ClCompile Include="..\mono\metadata\process.c" />\r
83     <ClCompile Include="..\mono\metadata\profiler.c" />\r
84     <ClCompile Include="..\mono\metadata\rand.c" />\r
85     <ClCompile Include="..\mono\metadata\reflection.c" />\r
86     <ClCompile Include="..\mono\metadata\runtime.c" />\r
87     <ClCompile Include="..\mono\metadata\security-core-clr.c" />\r
88     <ClCompile Include="..\mono\metadata\security-manager.c" />\r
89     <ClCompile Include="..\mono\metadata\security.c" />\r
90     <ClCompile Include="..\mono\metadata\sgen-alloc.c" />\r
91     <ClCompile Include="..\mono\metadata\sgen-bridge.c" />\r
92     <ClCompile Include="..\mono\metadata\sgen-cardtable.c" />\r
93     <ClCompile Include="..\mono\metadata\sgen-debug.c" />\r
94     <ClCompile Include="..\mono\metadata\sgen-descriptor.c" />\r
95     <ClCompile Include="..\mono\metadata\sgen-gc.c" />\r
96     <ClCompile Include="..\mono\metadata\sgen-gray.c" />\r
97     <ClCompile Include="..\mono\metadata\sgen-hash-table.c" />\r
98     <ClCompile Include="..\mono\metadata\sgen-internal.c" />\r
99     <ClCompile Include="..\mono\metadata\sgen-los.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-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-simple-nursery.c" />\r
113     <ClCompile Include="..\mono\metadata\sgen-split-nursery.c" />\r
114     <ClCompile Include="..\mono\metadata\sgen-toggleref.c" />\r
115     <ClCompile Include="..\mono\metadata\sgen-workers.c" />\r
116     <ClCompile Include="..\mono\metadata\sgen-fin-weak-hash.c" />\r
117     <ClCompile Include="..\mono\metadata\sgen-stw.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-toggleref.h" />\r
202     <ClInclude Include="..\mono\metadata\sgen-workers.h" />\r
203     <ClInclude Include="..\mono\metadata\socket-io.h" />\r
204     <ClInclude Include="..\mono\metadata\string-icalls.h" />\r
205     <ClInclude Include="..\mono\metadata\sysmath.h" />\r
206     <ClInclude Include="..\mono\metadata\tabledefs.h" />\r
207     <ClInclude Include="..\mono\metadata\threadpool-internals.h" />\r
208     <ClInclude Include="..\mono\metadata\threadpool.h" />\r
209     <ClInclude Include="..\mono\metadata\threads-types.h" />\r
210     <ClInclude Include="..\mono\metadata\verify-internals.h" />\r
211     <ClInclude Include="..\mono\metadata\verify.h" />\r
212     <ClInclude Include="..\mono\metadata\wrapper-types.h" />\r
213   </ItemGroup>\r
214   <PropertyGroup Label="Globals">\r
215     <ProjectGuid>{C36612BD-22D3-4B95-85E2-7FDC4FC5D739}</ProjectGuid>\r
216     <Keyword>Win32Proj</Keyword>\r
217     <RootNamespace>libmonoruntime</RootNamespace>\r
218   </PropertyGroup>\r
219   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
220   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
221     <ConfigurationType>StaticLibrary</ConfigurationType>\r
222     <UseDebugLibraries>true</UseDebugLibraries>\r
223     <CharacterSet>Unicode</CharacterSet>\r
224     <PlatformToolset>v120</PlatformToolset>\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     <PlatformToolset>v120</PlatformToolset>\r
231   </PropertyGroup>\r
232   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
233     <ConfigurationType>StaticLibrary</ConfigurationType>\r
234     <UseDebugLibraries>true</UseDebugLibraries>\r
235     <CharacterSet>Unicode</CharacterSet>\r
236     <PlatformToolset>v110</PlatformToolset>\r
237   </PropertyGroup>\r
238   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="Configuration">\r
239     <ConfigurationType>StaticLibrary</ConfigurationType>\r
240     <UseDebugLibraries>true</UseDebugLibraries>\r
241     <CharacterSet>Unicode</CharacterSet>\r
242     <PlatformToolset>v110</PlatformToolset>\r
243   </PropertyGroup>\r
244   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
245     <ConfigurationType>StaticLibrary</ConfigurationType>\r
246     <UseDebugLibraries>false</UseDebugLibraries>\r
247     <CharacterSet>Unicode</CharacterSet>\r
248     <PlatformToolset>v120</PlatformToolset>\r
249   </PropertyGroup>\r
250   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="Configuration">\r
251     <ConfigurationType>StaticLibrary</ConfigurationType>\r
252     <UseDebugLibraries>false</UseDebugLibraries>\r
253     <CharacterSet>Unicode</CharacterSet>\r
254     <PlatformToolset>v120</PlatformToolset>\r
255   </PropertyGroup>\r
256   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
257     <ConfigurationType>StaticLibrary</ConfigurationType>\r
258     <UseDebugLibraries>false</UseDebugLibraries>\r
259     <CharacterSet>Unicode</CharacterSet>\r
260     <PlatformToolset>v110</PlatformToolset>\r
261   </PropertyGroup>\r
262   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="Configuration">\r
263     <ConfigurationType>StaticLibrary</ConfigurationType>\r
264     <UseDebugLibraries>false</UseDebugLibraries>\r
265     <CharacterSet>Unicode</CharacterSet>\r
266     <PlatformToolset>v110</PlatformToolset>\r
267   </PropertyGroup>\r
268   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
269   <ImportGroup Label="ExtensionSettings">\r
270   </ImportGroup>\r
271   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
272     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
273   </ImportGroup>\r
274   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'" Label="PropertySheets">\r
275     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
276   </ImportGroup>\r
277   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
278     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
279   </ImportGroup>\r
280   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'" Label="PropertySheets">\r
281     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
282   </ImportGroup>\r
283   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
284     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
285   </ImportGroup>\r
286   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'" Label="PropertySheets">\r
287     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
288   </ImportGroup>\r
289   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
290     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
291   </ImportGroup>\r
292   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'" Label="PropertySheets">\r
293     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
294   </ImportGroup>\r
295   <PropertyGroup Label="UserMacros" />\r
296   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
297     <OutDir>$(Platform)\lib\</OutDir>\r
298     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
299   </PropertyGroup>\r
300   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
301     <OutDir>$(Platform)\lib\</OutDir>\r
302     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
303     <TargetName>$(ProjectName)sgen</TargetName>\r
304   </PropertyGroup>\r
305   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
306     <OutDir>$(Platform)\lib\</OutDir>\r
307     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
308   </PropertyGroup>\r
309   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">\r
310     <OutDir>$(Platform)\lib\</OutDir>\r
311     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
312     <TargetName>$(ProjectName)sgen</TargetName>\r
313   </PropertyGroup>\r
314   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
315     <OutDir>$(Platform)\lib\</OutDir>\r
316     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
317   </PropertyGroup>\r
318   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\r
319     <OutDir>$(Platform)\lib\</OutDir>\r
320     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
321     <TargetName>$(ProjectName)sgen</TargetName>\r
322   </PropertyGroup>\r
323   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
324     <OutDir>$(Platform)\lib\</OutDir>\r
325     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
326   </PropertyGroup>\r
327   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">\r
328     <OutDir>$(Platform)\lib\</OutDir>\r
329     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
330     <TargetName>$(ProjectName)sgen</TargetName>\r
331   </PropertyGroup>\r
332   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
333     <ClCompile>\r
334       <PrecompiledHeader>\r
335       </PrecompiledHeader>\r
336       <WarningLevel>Level3</WarningLevel>\r
337       <Optimization>Disabled</Optimization>\r
338       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
339       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
340     </ClCompile>\r
341     <Link>\r
342       <SubSystem>Windows</SubSystem>\r
343       <GenerateDebugInformation>true</GenerateDebugInformation>\r
344     </Link>\r
345   </ItemDefinitionGroup>\r
346   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|Win32'">\r
347     <ClCompile>\r
348       <PrecompiledHeader>\r
349       </PrecompiledHeader>\r
350       <WarningLevel>Level3</WarningLevel>\r
351       <Optimization>Disabled</Optimization>\r
352       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
353       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
354     </ClCompile>\r
355     <Link>\r
356       <SubSystem>Windows</SubSystem>\r
357       <GenerateDebugInformation>true</GenerateDebugInformation>\r
358     </Link>\r
359   </ItemDefinitionGroup>\r
360   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
361     <ClCompile>\r
362       <PrecompiledHeader>\r
363       </PrecompiledHeader>\r
364       <WarningLevel>Level3</WarningLevel>\r
365       <Optimization>Disabled</Optimization>\r
366       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
367       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
368     </ClCompile>\r
369     <Link>\r
370       <SubSystem>Windows</SubSystem>\r
371       <GenerateDebugInformation>true</GenerateDebugInformation>\r
372     </Link>\r
373   </ItemDefinitionGroup>\r
374   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug_SGen|x64'">\r
375     <ClCompile>\r
376       <PrecompiledHeader>\r
377       </PrecompiledHeader>\r
378       <WarningLevel>Level3</WarningLevel>\r
379       <Optimization>Disabled</Optimization>\r
380       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);_DEBUG;_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     </Link>\r
387   </ItemDefinitionGroup>\r
388   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
389     <ClCompile>\r
390       <WarningLevel>Level3</WarningLevel>\r
391       <PrecompiledHeader>\r
392       </PrecompiledHeader>\r
393       <Optimization>MaxSpeed</Optimization>\r
394       <FunctionLevelLinking>true</FunctionLevelLinking>\r
395       <IntrinsicFunctions>true</IntrinsicFunctions>\r
396       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
397       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
398     </ClCompile>\r
399     <Link>\r
400       <SubSystem>Windows</SubSystem>\r
401       <GenerateDebugInformation>true</GenerateDebugInformation>\r
402       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
403       <OptimizeReferences>true</OptimizeReferences>\r
404     </Link>\r
405   </ItemDefinitionGroup>\r
406   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|Win32'">\r
407     <ClCompile>\r
408       <WarningLevel>Level3</WarningLevel>\r
409       <PrecompiledHeader>\r
410       </PrecompiledHeader>\r
411       <Optimization>MaxSpeed</Optimization>\r
412       <FunctionLevelLinking>true</FunctionLevelLinking>\r
413       <IntrinsicFunctions>true</IntrinsicFunctions>\r
414       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
415       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
416     </ClCompile>\r
417     <Link>\r
418       <SubSystem>Windows</SubSystem>\r
419       <GenerateDebugInformation>true</GenerateDebugInformation>\r
420       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
421       <OptimizeReferences>true</OptimizeReferences>\r
422     </Link>\r
423   </ItemDefinitionGroup>\r
424   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
425     <ClCompile>\r
426       <WarningLevel>Level3</WarningLevel>\r
427       <PrecompiledHeader>\r
428       </PrecompiledHeader>\r
429       <Optimization>MaxSpeed</Optimization>\r
430       <FunctionLevelLinking>true</FunctionLevelLinking>\r
431       <IntrinsicFunctions>true</IntrinsicFunctions>\r
432       <PreprocessorDefinitions>WIN32;$(BOEHM_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
433       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
434     </ClCompile>\r
435     <Link>\r
436       <SubSystem>Windows</SubSystem>\r
437       <GenerateDebugInformation>true</GenerateDebugInformation>\r
438       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
439       <OptimizeReferences>true</OptimizeReferences>\r
440     </Link>\r
441   </ItemDefinitionGroup>\r
442   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release_SGen|x64'">\r
443     <ClCompile>\r
444       <WarningLevel>Level3</WarningLevel>\r
445       <PrecompiledHeader>\r
446       </PrecompiledHeader>\r
447       <Optimization>MaxSpeed</Optimization>\r
448       <FunctionLevelLinking>true</FunctionLevelLinking>\r
449       <IntrinsicFunctions>true</IntrinsicFunctions>\r
450       <PreprocessorDefinitions>WIN32;$(SGEN_DEFINES);NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
451       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
452     </ClCompile>\r
453     <Link>\r
454       <SubSystem>Windows</SubSystem>\r
455       <GenerateDebugInformation>true</GenerateDebugInformation>\r
456       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
457       <OptimizeReferences>true</OptimizeReferences>\r
458     </Link>\r
459   </ItemDefinitionGroup>\r
460   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
461   <ImportGroup Label="ExtensionTargets">\r
462   </ImportGroup>\r
463 </Project>