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