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