VStudio x64 build fixes. Looks like the x64 projects got out of date and this brings...
[oota-llvm.git] / win32 / System / System.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="System"
6         ProjectGUID="{0F8407F3-FA23-4CF1-83A9-DCBE0B361489}"
7         RootNamespace="System"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="4"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
27                         CharacterSet="2"
28                         >
29                         <Tool
30                                 Name="VCPreBuildEventTool"
31                         />
32                         <Tool
33                                 Name="VCCustomBuildTool"
34                         />
35                         <Tool
36                                 Name="VCXMLDataGeneratorTool"
37                         />
38                         <Tool
39                                 Name="VCWebServiceProxyGeneratorTool"
40                         />
41                         <Tool
42                                 Name="VCMIDLTool"
43                         />
44                         <Tool
45                                 Name="VCCLCompilerTool"
46                                 Optimization="0"
47                                 AdditionalIncludeDirectories="..\..\include;.."
48                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
49                                 StringPooling="true"
50                                 MinimalRebuild="true"
51                                 BasicRuntimeChecks="3"
52                                 RuntimeLibrary="3"
53                                 ForceConformanceInForLoopScope="true"
54                                 RuntimeTypeInfo="true"
55                                 UsePrecompiledHeader="0"
56                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
57                                 BrowseInformation="1"
58                                 WarningLevel="3"
59                                 Detect64BitPortabilityProblems="false"
60                                 DebugInformationFormat="3"
61                                 DisableSpecificWarnings="4355,4146,4800"
62                         />
63                         <Tool
64                                 Name="VCManagedResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCResourceCompilerTool"
68                         />
69                         <Tool
70                                 Name="VCPreLinkEventTool"
71                         />
72                         <Tool
73                                 Name="VCLibrarianTool"
74                                 OutputFile="$(OutDir)/System.lib"
75                         />
76                         <Tool
77                                 Name="VCALinkTool"
78                         />
79                         <Tool
80                                 Name="VCXDCMakeTool"
81                         />
82                         <Tool
83                                 Name="VCBscMakeTool"
84                         />
85                         <Tool
86                                 Name="VCFxCopTool"
87                         />
88                         <Tool
89                                 Name="VCPostBuildEventTool"
90                         />
91                 </Configuration>
92                 <Configuration
93                         Name="Debug|x64"
94                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
95                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
96                         ConfigurationType="4"
97                         CharacterSet="2"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 Optimization="0"
117                                 AdditionalIncludeDirectories="..\..\include;.."
118                                 BasicRuntimeChecks="3"
119                                 RuntimeLibrary="3"
120                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
121                                 BrowseInformation="1"
122                                 DebugInformationFormat="3"
123                                 DisableSpecificWarnings="4355,4146,4800"
124                         />
125                         <Tool
126                                 Name="VCManagedResourceCompilerTool"
127                         />
128                         <Tool
129                                 Name="VCResourceCompilerTool"
130                         />
131                         <Tool
132                                 Name="VCPreLinkEventTool"
133                         />
134                         <Tool
135                                 Name="VCLibrarianTool"
136                         />
137                         <Tool
138                                 Name="VCALinkTool"
139                         />
140                         <Tool
141                                 Name="VCXDCMakeTool"
142                         />
143                         <Tool
144                                 Name="VCBscMakeTool"
145                         />
146                         <Tool
147                                 Name="VCFxCopTool"
148                         />
149                         <Tool
150                                 Name="VCPostBuildEventTool"
151                         />
152                 </Configuration>
153                 <Configuration
154                         Name="Release|Win32"
155                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
156                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
157                         ConfigurationType="4"
158                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
159                         CharacterSet="2"
160                         >
161                         <Tool
162                                 Name="VCPreBuildEventTool"
163                         />
164                         <Tool
165                                 Name="VCCustomBuildTool"
166                         />
167                         <Tool
168                                 Name="VCXMLDataGeneratorTool"
169                         />
170                         <Tool
171                                 Name="VCWebServiceProxyGeneratorTool"
172                         />
173                         <Tool
174                                 Name="VCMIDLTool"
175                                 TargetEnvironment="3"
176                         />
177                         <Tool
178                                 Name="VCCLCompilerTool"
179                                 Optimization="0"
180                                 AdditionalIncludeDirectories="..\..\include;.."
181                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
182                                 StringPooling="true"
183                                 MinimalRebuild="true"
184                                 BasicRuntimeChecks="3"
185                                 RuntimeLibrary="2"
186                                 ForceConformanceInForLoopScope="true"
187                                 RuntimeTypeInfo="true"
188                                 UsePrecompiledHeader="0"
189                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
190                                 BrowseInformation="1"
191                                 WarningLevel="3"
192                                 Detect64BitPortabilityProblems="false"
193                                 DebugInformationFormat="3"
194                                 DisableSpecificWarnings="4355,4146,4800"
195                         />
196                         <Tool
197                                 Name="VCManagedResourceCompilerTool"
198                         />
199                         <Tool
200                                 Name="VCResourceCompilerTool"
201                         />
202                         <Tool
203                                 Name="VCPreLinkEventTool"
204                         />
205                         <Tool
206                                 Name="VCLibrarianTool"
207                                 OutputFile="$(OutDir)/System.lib"
208                         />
209                         <Tool
210                                 Name="VCALinkTool"
211                         />
212                         <Tool
213                                 Name="VCXDCMakeTool"
214                         />
215                         <Tool
216                                 Name="VCBscMakeTool"
217                         />
218                         <Tool
219                                 Name="VCFxCopTool"
220                         />
221                         <Tool
222                                 Name="VCPostBuildEventTool"
223                         />
224                 </Configuration>
225                 <Configuration
226                         Name="Release|x64"
227                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
228                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
229                         ConfigurationType="4"
230                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
231                         CharacterSet="2"
232                         >
233                         <Tool
234                                 Name="VCPreBuildEventTool"
235                         />
236                         <Tool
237                                 Name="VCCustomBuildTool"
238                         />
239                         <Tool
240                                 Name="VCXMLDataGeneratorTool"
241                         />
242                         <Tool
243                                 Name="VCWebServiceProxyGeneratorTool"
244                         />
245                         <Tool
246                                 Name="VCMIDLTool"
247                                 TargetEnvironment="3"
248                         />
249                         <Tool
250                                 Name="VCCLCompilerTool"
251                                 Optimization="0"
252                                 AdditionalIncludeDirectories="..\..\include;.."
253                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
254                                 StringPooling="true"
255                                 RuntimeLibrary="2"
256                                 ForceConformanceInForLoopScope="true"
257                                 RuntimeTypeInfo="true"
258                                 UsePrecompiledHeader="0"
259                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
260                                 BrowseInformation="1"
261                                 WarningLevel="3"
262                                 Detect64BitPortabilityProblems="false"
263                                 DebugInformationFormat="3"
264                                 DisableSpecificWarnings="4355,4146,4800"
265                         />
266                         <Tool
267                                 Name="VCManagedResourceCompilerTool"
268                         />
269                         <Tool
270                                 Name="VCResourceCompilerTool"
271                         />
272                         <Tool
273                                 Name="VCPreLinkEventTool"
274                         />
275                         <Tool
276                                 Name="VCLibrarianTool"
277                                 OutputFile="$(OutDir)/System.lib"
278                         />
279                         <Tool
280                                 Name="VCALinkTool"
281                         />
282                         <Tool
283                                 Name="VCXDCMakeTool"
284                         />
285                         <Tool
286                                 Name="VCBscMakeTool"
287                         />
288                         <Tool
289                                 Name="VCFxCopTool"
290                         />
291                         <Tool
292                                 Name="VCPostBuildEventTool"
293                         />
294                 </Configuration>
295         </Configurations>
296         <References>
297         </References>
298         <Files>
299                 <Filter
300                         Name="Source Files"
301                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
302                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
303                         >
304                         <File
305                                 RelativePath="..\..\lib\System\Alarm.cpp"
306                                 >
307                         </File>
308                         <File
309                                 RelativePath="..\..\lib\System\Disassembler.cpp"
310                                 >
311                         </File>
312                         <File
313                                 RelativePath="..\..\lib\System\DynamicLibrary.cpp"
314                                 >
315                         </File>
316                         <File
317                                 RelativePath="..\..\lib\System\IncludeFile.cpp"
318                                 >
319                         </File>
320                         <File
321                                 RelativePath="..\..\lib\System\Memory.cpp"
322                                 >
323                         </File>
324                         <File
325                                 RelativePath="..\..\lib\System\Mutex.cpp"
326                                 >
327                         </File>
328                         <File
329                                 RelativePath="..\..\lib\System\Path.cpp"
330                                 >
331                         </File>
332                         <File
333                                 RelativePath="..\..\lib\System\Process.cpp"
334                                 >
335                         </File>
336                         <File
337                                 RelativePath="..\..\lib\System\Program.cpp"
338                                 >
339                         </File>
340                         <File
341                                 RelativePath="..\..\lib\System\Signals.cpp"
342                                 >
343                         </File>
344                         <File
345                                 RelativePath="..\..\lib\System\TimeValue.cpp"
346                                 >
347                         </File>
348                 </Filter>
349                 <Filter
350                         Name="Header Files"
351                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
352                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
353                         >
354                         <File
355                                 RelativePath="..\..\include\llvm\System\Alarm.h"
356                                 >
357                         </File>
358                         <File
359                                 RelativePath="..\..\include\llvm\System\Disassembler.h"
360                                 >
361                         </File>
362                         <File
363                                 RelativePath="..\..\include\llvm\System\DynamicLibrary.h"
364                                 >
365                         </File>
366                         <File
367                                 RelativePath="..\..\include\llvm\System\Host.h"
368                                 >
369                         </File>
370                         <File
371                                 RelativePath="..\..\include\llvm\System\IncludeFile.h"
372                                 >
373                         </File>
374                         <File
375                                 RelativePath="..\..\include\llvm\System\MappedFile.h"
376                                 >
377                         </File>
378                         <File
379                                 RelativePath="..\..\include\llvm\System\Memory.h"
380                                 >
381                         </File>
382                         <File
383                                 RelativePath="..\..\include\llvm\System\Mutex.h"
384                                 >
385                         </File>
386                         <File
387                                 RelativePath="..\..\include\llvm\System\Path.h"
388                                 >
389                         </File>
390                         <File
391                                 RelativePath="..\..\include\llvm\System\Process.h"
392                                 >
393                         </File>
394                         <File
395                                 RelativePath="..\..\include\llvm\System\Program.h"
396                                 >
397                         </File>
398                         <File
399                                 RelativePath="..\..\include\llvm\System\Signals.h"
400                                 >
401                         </File>
402                         <File
403                                 RelativePath="..\..\include\llvm\System\TimeValue.h"
404                                 >
405                         </File>
406                 </Filter>
407                 <Filter
408                         Name="Win32"
409                         >
410                         <File
411                                 RelativePath="..\..\lib\System\Win32\Alarm.inc"
412                                 >
413                         </File>
414                         <File
415                                 RelativePath="..\..\lib\System\Win32\DynamicLibrary.inc"
416                                 >
417                         </File>
418                         <File
419                                 RelativePath="..\..\lib\System\Win32\MappedFile.inc"
420                                 >
421                         </File>
422                         <File
423                                 RelativePath="..\..\lib\System\Win32\Memory.inc"
424                                 >
425                         </File>
426                         <File
427                                 RelativePath="..\..\lib\System\Win32\Mutex.inc"
428                                 >
429                         </File>
430                         <File
431                                 RelativePath="..\..\lib\System\Win32\Path.inc"
432                                 >
433                         </File>
434                         <File
435                                 RelativePath="..\..\lib\System\Win32\Process.inc"
436                                 >
437                         </File>
438                         <File
439                                 RelativePath="..\..\lib\System\Win32\Program.inc"
440                                 >
441                         </File>
442                         <File
443                                 RelativePath="..\..\lib\System\Win32\Signals.inc"
444                                 >
445                         </File>
446                         <File
447                                 RelativePath="..\..\lib\System\Win32\TimeValue.inc"
448                                 >
449                         </File>
450                         <File
451                                 RelativePath="..\..\lib\System\Win32\Win32.h"
452                                 >
453                         </File>
454                 </Filter>
455         </Files>
456         <Globals>
457         </Globals>
458 </VisualStudioProject>