[MSBuild] Fix minor assembly resolution issue
[mono.git] / msvc / libmonoutils.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|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   <Import Project="mono.props" />\r
22   <ItemGroup>\r
23     <ClCompile Include="..\mono\utils\dlmalloc.c" />\r
24     <ClCompile Include="..\mono\utils\hazard-pointer.c" />\r
25     <ClCompile Include="..\mono\utils\json.c" />\r
26     <ClCompile Include="..\mono\utils\lock-free-alloc.c" />\r
27     <ClCompile Include="..\mono\utils\lock-free-array-queue.c" />\r
28     <ClCompile Include="..\mono\utils\lock-free-queue.c" />\r
29     <ClCompile Include="..\mono\utils\mach-support-amd64.c" />\r
30     <ClCompile Include="..\mono\utils\mach-support-arm.c" />\r
31     <ClCompile Include="..\mono\utils\mach-support-x86.c" />\r
32     <ClCompile Include="..\mono\utils\mach-support.c" />\r
33     <ClCompile Include="..\mono\utils\mono-codeman.c" />\r
34     <ClCompile Include="..\mono\utils\mono-conc-hashtable.c" />\r
35     <ClCompile Include="..\mono\utils\mono-context.c" />\r
36     <ClCompile Include="..\mono\utils\mono-counters.c" />\r
37     <ClCompile Include="..\mono\utils\mono-dl-windows.c" />\r
38     <ClCompile Include="..\mono\utils\mono-dl.c" />\r
39     <ClCompile Include="..\mono\utils\mono-error.c" />\r
40     <ClCompile Include="..\mono\utils\mono-filemap.c" />\r
41     <ClCompile Include="..\mono\utils\mono-internal-hash.c" />\r
42     <ClCompile Include="..\mono\utils\mono-io-portability.c" />\r
43     <ClCompile Include="..\mono\utils\mono-linked-list-set.c" />\r
44     <ClCompile Include="..\mono\utils\mono-logger.c" />\r
45     <ClCompile Include="..\mono\utils\mono-math.c" />\r
46     <ClCompile Include="..\mono\utils\mono-md5.c" />\r
47     <ClCompile Include="..\mono\utils\mono-mmap.c" />\r
48     <ClCompile Include="..\mono\utils\mono-mutex.c" />\r
49     <ClCompile Include="..\mono\utils\mono-networkinterfaces.c" />\r
50     <ClCompile Include="..\mono\utils\networking.c" />\r
51     <ClCompile Include="..\mono\utils\networking-posix.c" />\r
52     <ClCompile Include="..\mono\utils\networking-missing.c" />\r
53     <ClCompile Include="..\mono\utils\networking-windows.c" />\r
54     <ClCompile Include="..\mono\utils\mono-path.c" />\r
55     <ClCompile Include="..\mono\utils\mono-poll.c" />\r
56     <ClCompile Include="..\mono\utils\mono-proclib.c" />\r
57     <ClCompile Include="..\mono\utils\mono-property-hash.c" />\r
58     <ClCompile Include="..\mono\utils\mono-publib.c" />\r
59     <ClCompile Include="..\mono\utils\mono-semaphore.c" />\r
60     <ClCompile Include="..\mono\utils\mono-sha1.c" />\r
61     <ClCompile Include="..\mono\utils\mono-stdlib.c" />\r
62     <ClCompile Include="..\mono\utils\mono-threads-mach.c" />\r
63     <ClCompile Include="..\mono\utils\mono-threads-posix.c" />\r
64     <ClCompile Include="..\mono\utils\mono-threads-windows.c" />\r
65     <ClCompile Include="..\mono\utils\mono-threads.c" />\r
66     <ClCompile Include="..\mono\utils\mono-time.c" />\r
67     <ClCompile Include="..\mono\utils\mono-tls.c" />\r
68     <ClCompile Include="..\mono\utils\mono-uri.c" />\r
69     <ClCompile Include="..\mono\utils\mono-value-hash.c" />\r
70     <ClCompile Include="..\mono\utils\monobitset.c" />\r
71     <ClCompile Include="..\mono\utils\strenc.c" />\r
72     <ClCompile Include="..\mono\utils\strtod.c" />\r
73     <ClCompile Include="..\mono\utils\atomic.c" />\r
74     <ClCompile Include="..\mono\utils\mono-hwcap.c" />\r
75     <ClCompile Include="..\mono\utils\mono-hwcap-x86.c" />\r
76     <ClCompile Include="..\mono\utils\bsearch.c" />\r
77     <ClCompile Include="..\mono\utils\memfuncs.c" />\r
78     <ClCompile Include="..\mono\utils\parse.c" />\r
79   </ItemGroup>\r
80   <ItemGroup>\r
81     <ClInclude Include="..\mono\utils\dlmalloc.h" />\r
82     <ClInclude Include="..\mono\utils\dtrace.h" />\r
83     <ClInclude Include="..\mono\utils\freebsd-dwarf.h" />\r
84     <ClInclude Include="..\mono\utils\freebsd-elf32.h" />\r
85     <ClInclude Include="..\mono\utils\freebsd-elf64.h" />\r
86     <ClInclude Include="..\mono\utils\freebsd-elf_common.h" />\r
87     <ClInclude Include="..\mono\utils\gc_wrapper.h" />\r
88     <ClInclude Include="..\mono\utils\hazard-pointer.h" />\r
89     <ClInclude Include="..\mono\utils\json.h" />\r
90     <ClInclude Include="..\mono\utils\linux_magic.h" />\r
91     <ClInclude Include="..\mono\utils\lock-free-alloc.h" />\r
92     <ClInclude Include="..\mono\utils\lock-free-array-queue.h" />\r
93     <ClInclude Include="..\mono\utils\lock-free-queue.h" />\r
94     <ClInclude Include="..\mono\utils\mach-support.h" />\r
95     <ClInclude Include="..\mono\utils\memcheck.h" />\r
96     <ClInclude Include="..\mono\utils\mono-codeman.h" />\r
97     <ClInclude Include="..\mono\utils\mono-compiler.h" />\r
98     <ClInclude Include="..\mono\utils\mono-conc-hashtable.h" />\r
99     <ClInclude Include="..\mono\utils\mono-context.h" />\r
100     <ClInclude Include="..\mono\utils\mono-counters.h" />\r
101     <ClInclude Include="..\mono\utils\mono-digest.h" />\r
102     <ClInclude Include="..\mono\utils\mono-dl-fallback.h" />\r
103     <ClInclude Include="..\mono\utils\mono-dl.h" />\r
104     <ClInclude Include="..\mono\utils\mono-error-internals.h" />\r
105     <ClInclude Include="..\mono\utils\mono-error.h" />\r
106     <ClInclude Include="..\mono\utils\mono-internal-hash.h" />\r
107     <ClInclude Include="..\mono\utils\mono-io-portability.h" />\r
108     <ClInclude Include="..\mono\utils\mono-linked-list-set.h" />\r
109     <ClInclude Include="..\mono\utils\mono-logger-internal.h" />\r
110     <ClInclude Include="..\mono\utils\mono-logger.h" />\r
111     <ClInclude Include="..\mono\utils\mono-machine.h" />\r
112     <ClInclude Include="..\mono\utils\mono-math.h" />\r
113     <ClInclude Include="..\mono\utils\mono-membar.h" />\r
114     <ClInclude Include="..\mono\utils\mono-memory-model.h" />\r
115     <ClInclude Include="..\mono\utils\mono-mmap.h" />\r
116     <ClInclude Include="..\mono\utils\mono-mutex.h" />\r
117     <ClInclude Include="..\mono\utils\mono-networkinterfaces.h" />\r
118     <ClInclude Include="..\mono\utils\mono-path.h" />\r
119     <ClInclude Include="..\mono\utils\mono-poll.h" />\r
120     <ClInclude Include="..\mono\utils\mono-proclib.h" />\r
121     <ClInclude Include="..\mono\utils\mono-property-hash.h" />\r
122     <ClInclude Include="..\mono\utils\mono-publib.h" />\r
123     <ClInclude Include="..\mono\utils\mono-semaphore.h" />\r
124     <ClInclude Include="..\mono\utils\mono-sigcontext.h" />\r
125     <ClInclude Include="..\mono\utils\mono-stack-unwinding.h" />\r
126     <ClInclude Include="..\mono\utils\mono-stdlib.h" />\r
127     <ClInclude Include="..\mono\utils\mono-string.h" />\r
128     <ClInclude Include="..\mono\utils\mono-threads.h" />\r
129     <ClInclude Include="..\mono\utils\mono-time.h" />\r
130     <ClInclude Include="..\mono\utils\mono-tls.h" />\r
131     <ClInclude Include="..\mono\utils\mono-uri.h" />\r
132     <ClInclude Include="..\mono\utils\mono-value-hash.h" />\r
133     <ClInclude Include="..\mono\utils\monobitset.h" />\r
134     <ClInclude Include="..\mono\utils\strenc.h" />\r
135     <ClInclude Include="..\mono\utils\strtod.h" />\r
136     <ClInclude Include="..\mono\utils\valgrind.h" />\r
137     <ClInclude Include="..\mono\utils\atomic.h" />\r
138     <ClInclude Include="..\mono\utils\mono-hwcap.h" />\r
139     <ClInclude Include="..\mono\utils\mono-hwcap-x86.h" />\r
140     <ClInclude Include="..\mono\utils\bsearch.h" />\r
141     <ClInclude Include="..\mono\utils\memfuncs.h" />\r
142     <ClInclude Include="..\mono\utils\parse.h" />\r
143   </ItemGroup>\r
144   <ItemGroup>\r
145     <MASM Include="..\mono\utils\win64.asm">\r
146       <FileType>Document</FileType>\r
147     </MASM>\r
148   </ItemGroup>\r
149   <PropertyGroup Label="Globals">\r
150     <ProjectGuid>{8FC2B0C8-51AD-49DF-851F-5D01A77A75E4}</ProjectGuid>\r
151     <Keyword>Win32Proj</Keyword>\r
152     <RootNamespace>libmonoutils</RootNamespace>\r
153   </PropertyGroup>\r
154   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />\r
155   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">\r
156     <ConfigurationType>StaticLibrary</ConfigurationType>\r
157     <UseDebugLibraries>true</UseDebugLibraries>\r
158     <CharacterSet>Unicode</CharacterSet>\r
159     <PlatformToolset>v120</PlatformToolset>\r
160   </PropertyGroup>\r
161   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">\r
162     <ConfigurationType>StaticLibrary</ConfigurationType>\r
163     <UseDebugLibraries>true</UseDebugLibraries>\r
164     <CharacterSet>Unicode</CharacterSet>\r
165     <PlatformToolset>v120</PlatformToolset>\r
166   </PropertyGroup>\r
167   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">\r
168     <ConfigurationType>StaticLibrary</ConfigurationType>\r
169     <UseDebugLibraries>false</UseDebugLibraries>\r
170     <CharacterSet>Unicode</CharacterSet>\r
171     <PlatformToolset>v120</PlatformToolset>\r
172   </PropertyGroup>\r
173   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">\r
174     <ConfigurationType>StaticLibrary</ConfigurationType>\r
175     <UseDebugLibraries>false</UseDebugLibraries>\r
176     <CharacterSet>Unicode</CharacterSet>\r
177     <PlatformToolset>v120</PlatformToolset>\r
178   </PropertyGroup>\r
179   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />\r
180   <ImportGroup Label="ExtensionSettings">\r
181     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.props" />\r
182   </ImportGroup>\r
183   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
184     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
185   </ImportGroup>\r
186   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">\r
187     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
188   </ImportGroup>\r
189   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
190     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
191   </ImportGroup>\r
192   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">\r
193     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />\r
194   </ImportGroup>\r
195   <PropertyGroup Label="UserMacros" />\r
196   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
197     <OutDir>$(Platform)\lib\</OutDir>\r
198     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
199   </PropertyGroup>\r
200   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
201     <OutDir>$(Platform)\lib\</OutDir>\r
202     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
203   </PropertyGroup>\r
204   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
205     <OutDir>$(Platform)\lib\</OutDir>\r
206     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
207   </PropertyGroup>\r
208   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
209     <OutDir>$(Platform)\lib\</OutDir>\r
210     <IntDir>$(Platform)\obj\$(ProjectName)\$(Configuration)\</IntDir>\r
211   </PropertyGroup>\r
212   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">\r
213     <ClCompile>\r
214       <PrecompiledHeader>\r
215       </PrecompiledHeader>\r
216       <WarningLevel>Level3</WarningLevel>\r
217       <Optimization>Disabled</Optimization>\r
218       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
219       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
220     </ClCompile>\r
221     <Link>\r
222       <SubSystem>Windows</SubSystem>\r
223       <GenerateDebugInformation>true</GenerateDebugInformation>\r
224     </Link>\r
225     <PreBuildEvent>\r
226       <Command>winsetup.bat</Command>\r
227     </PreBuildEvent>\r
228   </ItemDefinitionGroup>\r
229   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">\r
230     <ClCompile>\r
231       <PrecompiledHeader>\r
232       </PrecompiledHeader>\r
233       <WarningLevel>Level3</WarningLevel>\r
234       <Optimization>Disabled</Optimization>\r
235       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
236       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/eglib/src;$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
237     </ClCompile>\r
238     <Link>\r
239       <SubSystem>Windows</SubSystem>\r
240       <GenerateDebugInformation>true</GenerateDebugInformation>\r
241     </Link>\r
242     <PreBuildEvent>\r
243       <Command>winsetup.bat</Command>\r
244     </PreBuildEvent>\r
245     <MASM>\r
246       <PreprocessorDefinitions>X64</PreprocessorDefinitions>\r
247     </MASM>\r
248   </ItemDefinitionGroup>\r
249   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">\r
250     <ClCompile>\r
251       <WarningLevel>Level3</WarningLevel>\r
252       <PrecompiledHeader>\r
253       </PrecompiledHeader>\r
254       <Optimization>MaxSpeed</Optimization>\r
255       <FunctionLevelLinking>true</FunctionLevelLinking>\r
256       <IntrinsicFunctions>true</IntrinsicFunctions>\r
257       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
258       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
259     </ClCompile>\r
260     <Link>\r
261       <SubSystem>Windows</SubSystem>\r
262       <GenerateDebugInformation>true</GenerateDebugInformation>\r
263       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
264       <OptimizeReferences>true</OptimizeReferences>\r
265     </Link>\r
266     <PreBuildEvent>\r
267       <Command>winsetup.bat</Command>\r
268     </PreBuildEvent>\r
269   </ItemDefinitionGroup>\r
270   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">\r
271     <ClCompile>\r
272       <WarningLevel>Level3</WarningLevel>\r
273       <PrecompiledHeader>\r
274       </PrecompiledHeader>\r
275       <Optimization>MaxSpeed</Optimization>\r
276       <FunctionLevelLinking>true</FunctionLevelLinking>\r
277       <IntrinsicFunctions>true</IntrinsicFunctions>\r
278       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>\r
279       <AdditionalIncludeDirectories>$(top_srcdir);$(top_srcdir)/mono;$(LIBGC_CPPFLAGS_INCLUDE);$(GLIB_CFLAGS_INCLUDE)</AdditionalIncludeDirectories>\r
280     </ClCompile>\r
281     <Link>\r
282       <SubSystem>Windows</SubSystem>\r
283       <GenerateDebugInformation>true</GenerateDebugInformation>\r
284       <EnableCOMDATFolding>true</EnableCOMDATFolding>\r
285       <OptimizeReferences>true</OptimizeReferences>\r
286     </Link>\r
287     <PreBuildEvent>\r
288       <Command>winsetup.bat</Command>\r
289     </PreBuildEvent>\r
290     <MASM>\r
291       <PreprocessorDefinitions>X64</PreprocessorDefinitions>\r
292     </MASM>\r
293   </ItemDefinitionGroup>\r
294   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />\r
295   <ImportGroup Label="ExtensionTargets">\r
296     <Import Project="$(VCTargetsPath)\BuildCustomizations\masm.targets" />\r
297   </ImportGroup>\r
298 </Project>