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