Merge pull request #3591 from directhex/mono_libdir_fallback
[mono.git] / msvc / libmonoutils.vcxproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <ItemGroup Label="ProjectConfigurations">\r
4     <ProjectConfiguration Include="Debug|Win32">\r
5       <Configuration>Debug</Configuration>\r
6       <Platform>Win32</Platform>\r
7     </ProjectConfiguration>\r
8     <ProjectConfiguration Include="Debug|x64">\r
9       <Configuration>Debug</Configuration>\r
10       <Platform>x64</Platform>\r
11     </ProjectConfiguration>\r
12     <ProjectConfiguration Include="Release|Win32">\r
13       <Configuration>Release</Configuration>\r
14       <Platform>Win32</Platform>\r
15     </ProjectConfiguration>\r
16     <ProjectConfiguration Include="Release|x64">\r
17       <Configuration>Release</Configuration>\r
18       <Platform>x64</Platform>\r
19     </ProjectConfiguration>\r
20   </ItemGroup>\r
21   <ItemGroup>\r
22     <ClCompile Include="..\mono\utils\dlmalloc.c" />\r
23     <ClCompile Include="..\mono\utils\hazard-pointer.c" />\r
24     <ClCompile Include="..\mono\utils\json.c" />\r
25     <ClCompile Include="..\mono\utils\lock-free-alloc.c" />\r
26     <ClCompile Include="..\mono\utils\lock-free-array-queue.c" />\r
27     <ClCompile Include="..\mono\utils\lock-free-queue.c" />\r
28     <ClCompile Include="..\mono\utils\mach-support-amd64.c">\r
29       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
30       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
31       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
32       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
33     </ClCompile>\r
34     <ClCompile Include="..\mono\utils\mach-support-arm.c">\r
35       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
36       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
37       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
38       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
39     </ClCompile>\r
40     <ClCompile Include="..\mono\utils\mach-support-x86.c">\r
41       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
42       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
43       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
44       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
45     </ClCompile>\r
46     <ClCompile Include="..\mono\utils\mach-support.c">\r
47       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
48       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
49       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
50       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
51     </ClCompile>\r
52     <ClCompile Include="..\mono\utils\mono-codeman.c" />\r
53     <ClCompile Include="..\mono\utils\mono-conc-hashtable.c" />\r
54     <ClCompile Include="..\mono\utils\mono-context.c" />\r
55     <ClCompile Include="..\mono\utils\mono-counters.c" />\r
56     <ClCompile Include="..\mono\utils\mono-dl-windows.c" />\r
57     <ClCompile Include="..\mono\utils\mono-dl.c" />\r
58     <ClCompile Include="..\mono\utils\mono-error.c" />\r
59     <ClCompile Include="..\mono\utils\mono-filemap.c" />\r
60     <ClCompile Include="..\mono\utils\mono-internal-hash.c" />\r
61     <ClCompile Include="..\mono\utils\mono-io-portability.c" />\r
62     <ClCompile Include="..\mono\utils\mono-linked-list-set.c" />\r
63     <ClCompile Include="..\mono\utils\mono-logger.c" />\r
64     <ClCompile Include="..\mono\utils\mono-log-windows.c" />\r
65     <ClCompile Include="..\mono\utils\mono-log-common.c" />\r
66     <ClCompile Include="..\mono\utils\mono-math.c" />\r
67     <ClCompile Include="..\mono\utils\mono-md5.c" />\r
68     <ClCompile Include="..\mono\utils\mono-mmap-windows.c" />\r
69     <ClCompile Include="..\mono\utils\mono-mmap.c" />\r
70     <ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />\r
71     <ClCompile Include="..\mono\utils\mono-proclib-windows.c" />\r
72     <ClCompile Include="..\mono\utils\mono-rand-windows.c" />\r
73     <ClCompile Include="..\mono\utils\mono-rand.c" />\r
74     <ClCompile Include="..\mono\utils\mono-threads-state-machine.c" />\r
75     <ClCompile Include="..\mono\utils\networking.c" />\r
76     <ClCompile Include="..\mono\utils\networking-posix.c" />\r
77     <ClCompile Include="..\mono\utils\networking-missing.c" />\r
78     <ClCompile Include="..\mono\utils\networking-windows.c" />\r
79     <ClCompile Include="..\mono\utils\mono-path.c" />\r
80     <ClCompile Include="..\mono\utils\mono-poll.c" />\r
81     <ClCompile Include="..\mono\utils\mono-proclib.c" />\r
82     <ClCompile Include="..\mono\utils\mono-property-hash.c" />\r
83     <ClCompile Include="..\mono\utils\mono-publib.c" />\r
84     <ClCompile Include="..\mono\utils\mono-sha1.c" />\r
85     <ClCompile Include="..\mono\utils\mono-stdlib.c" />\r
86     <ClCompile Include="..\mono\utils\mono-threads-mach.c">\r
87       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
88       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
89       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
90       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
91     </ClCompile>\r
92     <ClCompile Include="..\mono\utils\mono-threads-posix.c">\r
93       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
94       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
95       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
96       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
97     </ClCompile>\r
98     <ClCompile Include="..\mono\utils\mono-threads-posix-signals.c">\r
99       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
100       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
101       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
102       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
103     </ClCompile>\r
104     <ClCompile Include="..\mono\utils\mono-threads-windows.c" />\r
105     <ClCompile Include="..\mono\utils\mono-threads.c" />\r
106     <ClCompile Include="..\mono\utils\mono-threads-coop.c" />\r
107     <ClCompile Include="..\mono\utils\mono-threads-posix-abort-syscall.c">\r
108       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
109       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
110       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
111       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
112     </ClCompile>\r
113     <ClCompile Include="..\mono\utils\mono-threads-mach-abort-syscall.c">\r
114       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
115       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
116       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>\r
117       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|x64'">true</ExcludedFromBuild>\r
118     </ClCompile>\r
119     <ClCompile Include="..\mono\utils\mono-threads-windows-abort-syscall.c" />\r
120     <ClCompile Include="..\mono\utils\mono-time.c" />\r
121     <ClCompile Include="..\mono\utils\mono-tls.c" />\r
122     <ClCompile Include="..\mono\utils\mono-uri.c" />\r
123     <ClCompile Include="..\mono\utils\mono-value-hash.c" />\r
124     <ClCompile Include="..\mono\utils\monobitset.c" />\r
125     <ClCompile Include="..\mono\utils\strenc.c" />\r
126     <ClCompile Include="..\mono\utils\atomic.c" />\r
127     <ClCompile Include="..\mono\utils\mono-hwcap.c" />\r
128     <ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />\r
129     <ClCompile Include="..\mono\utils\bsearch.c" />\r
130     <ClCompile Include="..\mono\utils\memfuncs.c" />\r
131     <ClCompile Include="..\mono\utils\parse.c" />\r
132   </ItemGroup>\r
133   <ItemGroup>\r
134     <ClInclude Include="..\mono\utils\dlmalloc.h" />\r
135     <ClInclude Include="..\mono\utils\dtrace.h" />\r
136     <ClInclude Include="..\mono\utils\freebsd-dwarf.h" />\r
137     <ClInclude Include="..\mono\utils\freebsd-elf32.h" />\r
138     <ClInclude Include="..\mono\utils\freebsd-elf64.h" />\r
139     <ClInclude Include="..\mono\utils\freebsd-elf_common.h" />\r
140     <ClInclude Include="..\mono\utils\gc_wrapper.h" />\r
141     <ClInclude Include="..\mono\utils\hazard-pointer.h" />\r
142     <ClInclude Include="..\mono\utils\json.h" />\r
143     <ClInclude Include="..\mono\utils\linux_magic.h" />\r
144     <ClInclude Include="..\mono\utils\lock-free-alloc.h" />\r
145     <ClInclude Include="..\mono\utils\lock-free-array-queue.h" />\r
146     <ClInclude Include="..\mono\utils\lock-free-queue.h" />\r
147     <ClInclude Include="..\mono\utils\mach-support.h" />\r
148     <ClInclude Include="..\mono\utils\memcheck.h" />\r
149     <ClInclude Include="..\mono\utils\mono-codeman.h" />\r
150     <ClInclude Include="..\mono\utils\mono-compiler.h" />\r
151     <ClInclude Include="..\mono\utils\mono-complex.h" />\r
152     <ClInclude Include="..\mono\utils\mono-conc-hashtable.h" />\r
153     <ClInclude Include="..\mono\utils\mono-context.h" />\r
154     <ClInclude Include="..\mono\utils\mono-coop-mutex.h" />\r
155     <ClInclude Include="..\mono\utils\mono-coop-semaphore.h" />\r
156     <ClInclude Include="..\mono\utils\mono-counters.h" />\r
157     <ClInclude Include="..\mono\utils\mono-digest.h" />\r
158     <ClInclude Include="..\mono\utils\mono-dl-fallback.h" />\r
159     <ClInclude Include="..\mono\utils\mono-dl-windows.h" />\r
160     <ClInclude Include="..\mono\utils\mono-dl.h" />\r
161     <ClInclude Include="..\mono\utils\mono-error-internals.h" />\r
162     <ClInclude Include="..\mono\utils\mono-error.h" />\r
163     <ClInclude Include="..\mono\utils\mono-internal-hash.h" />\r
164     <ClInclude Include="..\mono\utils\mono-io-portability.h" />\r
165     <ClInclude Include="..\mono\utils\mono-linked-list-set.h" />\r
166     <ClInclude Include="..\mono\utils\mono-logger-internals.h" />\r
167     <ClInclude Include="..\mono\utils\mono-logger.h" />\r
168     <ClInclude Include="..\mono\utils\mono-machine.h" />\r
169     <ClInclude Include="..\mono\utils\mono-math.h" />\r
170     <ClInclude Include="..\mono\utils\mono-membar.h" />\r
171     <ClInclude Include="..\mono\utils\mono-memory-model.h" />\r
172     <ClInclude Include="..\mono\utils\mono-mmap-windows.h" />\r
173     <ClInclude Include="..\mono\utils\mono-mmap.h" />\r
174     <ClInclude Include="..\mono\utils\mono-networkinterfaces.h" />\r
175     <ClInclude Include="..\mono\utils\mono-once.h" />\r
176     <ClInclude Include="..\mono\utils\mono-os-mutex.h" />\r
177     <ClInclude Include="..\mono\utils\mono-os-semaphore.h" />\r
178     <ClInclude Include="..\mono\utils\mono-path.h" />\r
179     <ClInclude Include="..\mono\utils\mono-poll.h" />\r
180     <ClInclude Include="..\mono\utils\mono-proclib-windows.h" />\r
181     <ClInclude Include="..\mono\utils\mono-proclib.h" />\r
182     <ClInclude Include="..\mono\utils\mono-property-hash.h" />\r
183     <ClInclude Include="..\mono\utils\mono-publib.h" />\r
184     <ClInclude Include="..\mono\utils\mono-rand-windows.h" />\r
185     <ClInclude Include="..\mono\utils\mono-rand.h" />\r
186     <ClInclude Include="..\mono\utils\mono-sigcontext.h" />\r
187     <ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />\r
188     <ClInclude Include="..\mono\utils\mono-stdlib.h" />\r
189     <ClInclude Include="..\mono\utils\mono-string.h" />\r
190     <ClInclude Include="..\mono\utils\mono-threads.h" />\r
191     <ClInclude Include="..\mono\utils\mono-threads-api.h" />\r
192     <ClInclude Include="..\mono\utils\mono-threads-coop.h" />\r
193     <ClInclude Include="..\mono\utils\mono-threads-posix-signals.h" />\r
194     <ClInclude Include="..\mono\utils\mono-time.h" />\r
195     <ClInclude Include="..\mono\utils\mono-tls.h" />\r
196     <ClInclude Include="..\mono\utils\mono-uri.h" />\r
197     <ClInclude Include="..\mono\utils\mono-value-hash.h" />\r
198     <ClInclude Include="..\mono\utils\monobitset.h" />\r
199     <ClInclude Include="..\mono\utils\strenc.h" />\r
200     <ClInclude Include="..\mono\utils\valgrind.h" />\r
201     <ClInclude Include="..\mono\utils\atomic.h" />\r
202     <ClInclude Include="..\mono\utils\mono-hwcap.h" />\r
203     <ClInclude Include="..\mono\utils\mono-hwcap-x86.h" />\r
204     <ClInclude Include="..\mono\utils\bsearch.h" />\r
205     <ClInclude Include="..\mono\utils\memfuncs.h" />\r
206     <ClInclude Include="..\mono\utils\parse.h" />\r
207   </ItemGroup>\r
208   <ItemGroup>\r
209     <MASM Include="..\mono\utils\win64.asm">\r
210       <FileType>Document</FileType>\r
211       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>\r
212       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>\r
213     </MASM>\r
214   </ItemGroup>\r
215   <ItemGroup>\r
216     <ProjectReference Include="eglib.vcxproj">\r
217       <Project>{158073ed-99ae-4196-9edc-ddb2344f8466}</Project>\r
218     </ProjectReference>\r
219   </ItemGroup>\r
220   <PropertyGroup Label="Globals">\r
221     <ProjectGuid>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>\r
222     <Keyword>Win32Proj</Keyword>\r
223     <RootNamespace>libmonoutils</RootNamespace>\r
224     <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>\r
225   </PropertyGroup>\r
226   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
227   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
228     <ConfigurationType>StaticLibrary</ConfigurationType>\r
229     <UseDebugLibraries>true</UseDebugLibraries>\r
230     <CharacterSet>Unicode</CharacterSet>\r
231     <PlatformToolset>v140</PlatformToolset>\r
232   </PropertyGroup>\r
233   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
234     <ConfigurationType>StaticLibrary</ConfigurationType>\r
235     <UseDebugLibraries>true</UseDebugLibraries>\r
236     <CharacterSet>Unicode</CharacterSet>\r
237     <PlatformToolset>v140</PlatformToolset>\r
238   </PropertyGroup>\r
239   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
240     <ConfigurationType>StaticLibrary</ConfigurationType>\r
241     <UseDebugLibraries>false</UseDebugLibraries>\r
242     <CharacterSet>Unicode</CharacterSet>\r
243     <PlatformToolset>v140</PlatformToolset>\r
244   </PropertyGroup>\r
245   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
246     <ConfigurationType>StaticLibrary</ConfigurationType>\r
247     <UseDebugLibraries>false</UseDebugLibraries>\r
248     <CharacterSet>Unicode</CharacterSet>\r
249     <PlatformToolset>v140</PlatformToolset>\r
250   </PropertyGroup>\r
251   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
252   <ImportGroup Label="ExtensionSettings">\r
253     <Import Project=".\masm.fixed.props" />\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     <Import Project="mono.props" />\r
258   </ImportGroup>\r
259   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
260     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
261     <Import Project="mono.props" />\r
262   </ImportGroup>\r
263   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
264     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
265     <Import Project="mono.props" />\r
266   </ImportGroup>\r
267   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
268     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
269     <Import Project="mono.props" />\r
270   </ImportGroup>\r
271   <PropertyGroup Label="UserMacros" />\r
272   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
273     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
274     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
275   </PropertyGroup>\r
276   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
277     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
278     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
279   </PropertyGroup>\r
280   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
281     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
282     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
283   </PropertyGroup>\r
284   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
285     <OutDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\lib\$(Configuration)\</OutDir>\r
286     <IntDir>$(MONO_BUILD_DIR_PREFIX)$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
287   </PropertyGroup>\r
288   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
289     <ClCompile>\r
290       <PrecompiledHeader>\r
291       </PrecompiledHeader>\r
292       <WarningLevel>Level3</WarningLevel>\r
293       <Optimization>Disabled</Optimization>\r
294       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
295       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
296       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
297       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
298     </ClCompile>\r
299     <Link>\r
300       <SubSystem>Windows</SubSystem>\r
301       <GenerateDebugInformation>true</GenerateDebugInformation>\r
302     </Link>\r
303     <PreBuildEvent>\r
304       <Command>\r
305       </Command>\r
306     </PreBuildEvent>\r
307   </ItemDefinitionGroup>\r
308   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
309     <ClCompile>\r
310       <PrecompiledHeader>\r
311       </PrecompiledHeader>\r
312       <WarningLevel>Level3</WarningLevel>\r
313       <Optimization>Disabled</Optimization>\r
314       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
315       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
316       <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>\r
317       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
318     </ClCompile>\r
319     <Link>\r
320       <SubSystem>Windows</SubSystem>\r
321       <GenerateDebugInformation>true</GenerateDebugInformation>\r
322     </Link>\r
323     <PreBuildEvent>\r
324       <Command>\r
325       </Command>\r
326     </PreBuildEvent>\r
327     <MASM>\r
328       <PreprocessorDefinitions>X64</PreprocessorDefinitions>\r
329     </MASM>\r
330   </ItemDefinitionGroup>\r
331   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
332     <ClCompile>\r
333       <WarningLevel>Level3</WarningLevel>\r
334       <PrecompiledHeader>\r
335       </PrecompiledHeader>\r
336       <Optimization>MaxSpeed</Optimization>\r
337       <FunctionLevelLinking>true</FunctionLevelLinking>\r
338       <IntrinsicFunctions>true</IntrinsicFunctions>\r
339       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
340       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
341       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
342     </ClCompile>\r
343     <Link>\r
344       <SubSystem>Windows</SubSystem>\r
345       <GenerateDebugInformation>true</GenerateDebugInformation>\r
346       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
347       <OptimizeReferences>true</OptimizeReferences>\r
348     </Link>\r
349     <PreBuildEvent>\r
350       <Command>\r
351       </Command>\r
352     </PreBuildEvent>\r
353   </ItemDefinitionGroup>\r
354   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
355     <ClCompile>\r
356       <WarningLevel>Level3</WarningLevel>\r
357       <PrecompiledHeader>\r
358       </PrecompiledHeader>\r
359       <Optimization>MaxSpeed</Optimization>\r
360       <FunctionLevelLinking>true</FunctionLevelLinking>\r
361       <IntrinsicFunctions>true</IntrinsicFunctions>\r
362       <PreprocessorDefinitions>WIN32;WIN32_LEAN_AND_MEAN;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
363       <AdditionalIncludeDirectories>$(MONO_DIR);$(MONO_INCLUDE_DIR);$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>\r
364       <ProgramDataBaseFileName>$(IntDir)$(TargetName).pdb</ProgramDataBaseFileName>\r
365     </ClCompile>\r
366     <Link>\r
367       <SubSystem>Windows</SubSystem>\r
368       <GenerateDebugInformation>true</GenerateDebugInformation>\r
369       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
370       <OptimizeReferences>true</OptimizeReferences>\r
371     </Link>\r
372     <PreBuildEvent>\r
373       <Command>\r
374       </Command>\r
375     </PreBuildEvent>\r
376     <MASM>\r
377       <PreprocessorDefinitions>X64</PreprocessorDefinitions>\r
378     </MASM>\r
379   </ItemDefinitionGroup>\r
380   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
381   <ImportGroup Label="ExtensionTargets">\r
382     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />\r
383   </ImportGroup>\r
384 </Project>