Couple of fixes to mention bunzip2 and make instructions more clear.
[llvm-complete.git] / win32 / Support / Support.vcproj
blob134c1b901ed6d9620f4c7db2bb119c6454e07af1
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="support"
6 ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
7 Keyword="Win32Proj"
9 <Platforms>
10 <Platform
11 Name="Win32"
13 </Platforms>
14 <ToolFiles>
15 </ToolFiles>
16 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="..\Debug"
20 IntermediateDirectory="Debug"
21 ConfigurationType="4"
22 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23 CharacterSet="2"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
44 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
45 StringPooling="true"
46 MinimalRebuild="true"
47 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
49 ForceConformanceInForLoopScope="true"
50 RuntimeTypeInfo="true"
51 UsePrecompiledHeader="0"
52 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
53 BrowseInformation="1"
54 WarningLevel="3"
55 Detect64BitPortabilityProblems="false"
56 DebugInformationFormat="3"
57 DisableSpecificWarnings="4355,4146,4800"
59 <Tool
60 Name="VCManagedResourceCompilerTool"
62 <Tool
63 Name="VCResourceCompilerTool"
65 <Tool
66 Name="VCPreLinkEventTool"
68 <Tool
69 Name="VCLibrarianTool"
70 OutputFile="$(OutDir)/support.lib"
72 <Tool
73 Name="VCALinkTool"
75 <Tool
76 Name="VCXDCMakeTool"
78 <Tool
79 Name="VCBscMakeTool"
81 <Tool
82 Name="VCFxCopTool"
84 <Tool
85 Name="VCPostBuildEventTool"
87 </Configuration>
88 <Configuration
89 Name="Release|Win32"
90 OutputDirectory="..\Release"
91 IntermediateDirectory="Release"
92 ConfigurationType="4"
93 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94 CharacterSet="2"
96 <Tool
97 Name="VCPreBuildEventTool"
99 <Tool
100 Name="VCCustomBuildTool"
102 <Tool
103 Name="VCXMLDataGeneratorTool"
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"
108 <Tool
109 Name="VCMIDLTool"
111 <Tool
112 Name="VCCLCompilerTool"
113 AdditionalIncludeDirectories="..\..\include;.."
114 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
115 StringPooling="true"
116 RuntimeLibrary="2"
117 ForceConformanceInForLoopScope="true"
118 RuntimeTypeInfo="true"
119 UsePrecompiledHeader="0"
120 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
121 WarningLevel="3"
122 Detect64BitPortabilityProblems="false"
123 DebugInformationFormat="3"
124 DisableSpecificWarnings="4355,4146,4800"
126 <Tool
127 Name="VCManagedResourceCompilerTool"
129 <Tool
130 Name="VCResourceCompilerTool"
132 <Tool
133 Name="VCPreLinkEventTool"
135 <Tool
136 Name="VCLibrarianTool"
137 OutputFile="$(OutDir)/support.lib"
139 <Tool
140 Name="VCALinkTool"
142 <Tool
143 Name="VCXDCMakeTool"
145 <Tool
146 Name="VCBscMakeTool"
148 <Tool
149 Name="VCFxCopTool"
151 <Tool
152 Name="VCPostBuildEventTool"
154 </Configuration>
155 </Configurations>
156 <References>
157 </References>
158 <Files>
159 <Filter
160 Name="Source Files"
161 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
164 <File
165 RelativePath="..\..\lib\Support\Allocator.cpp"
167 </File>
168 <File
169 RelativePath="..\..\lib\Support\Annotation.cpp"
171 </File>
172 <File
173 RelativePath="..\..\lib\Support\APFloat.cpp"
175 </File>
176 <File
177 RelativePath="..\..\lib\Support\APInt.cpp"
179 </File>
180 <File
181 RelativePath="..\..\lib\Support\CommandLine.cpp"
183 </File>
184 <File
185 RelativePath="..\..\lib\Support\ConstantRange.cpp"
187 </File>
188 <File
189 RelativePath="..\..\lib\Support\Debug.cpp"
191 </File>
192 <File
193 RelativePath="..\..\lib\Support\Dwarf.cpp"
195 </File>
196 <File
197 RelativePath="..\..\lib\Support\FileUtilities.cpp"
199 </File>
200 <File
201 RelativePath="..\..\lib\Support\FoldingSet.cpp"
203 </File>
204 <File
205 RelativePath="..\..\lib\Support\GraphWriter.cpp"
207 </File>
208 <File
209 RelativePath="..\..\lib\Support\IsInf.cpp"
211 </File>
212 <File
213 RelativePath="..\..\lib\Support\IsNAN.cpp"
215 </File>
216 <File
217 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
219 </File>
220 <File
221 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
223 </File>
224 <File
225 RelativePath="..\..\lib\Support\PluginLoader.cpp"
227 </File>
228 <File
229 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
231 <FileConfiguration
232 Name="Release|Win32"
233 ExcludedFromBuild="true"
235 <Tool
236 Name="VCCLCompilerTool"
238 </FileConfiguration>
239 </File>
240 <File
241 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
243 </File>
244 <File
245 RelativePath="..\..\lib\Support\Statistic.cpp"
247 </File>
248 <File
249 RelativePath="..\..\lib\Support\Streams.cpp"
251 </File>
252 <File
253 RelativePath="..\..\lib\Support\StringExtras.cpp"
255 </File>
256 <File
257 RelativePath="..\..\lib\Support\StringMap.cpp"
259 </File>
260 <File
261 RelativePath="..\..\lib\Support\SystemUtils.cpp"
263 </File>
264 <File
265 RelativePath="..\..\lib\Support\Timer.cpp"
267 </File>
268 </Filter>
269 <Filter
270 Name="Header Files"
271 Filter="h;hpp;hxx;hm;inl;inc;xsd"
272 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
274 <File
275 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
277 </File>
278 <File
279 RelativePath="..\..\include\llvm\Support\Allocator.h"
281 </File>
282 <File
283 RelativePath="..\..\include\llvm\Support\Annotation.h"
285 </File>
286 <File
287 RelativePath="..\..\include\llvm\Support\CallSite.h"
289 </File>
290 <File
291 RelativePath="..\..\include\llvm\Support\Casting.h"
293 </File>
294 <File
295 RelativePath="..\..\include\llvm\Support\CFG.h"
297 </File>
298 <File
299 RelativePath="..\..\include\llvm\Support\CommandLine.h"
301 </File>
302 <File
303 RelativePath="..\..\include\llvm\Support\Compiler.h"
305 </File>
306 <File
307 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
309 </File>
310 <File
311 RelativePath="..\..\include\llvm\Support\Debug.h"
313 </File>
314 <File
315 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
317 </File>
318 <File
319 RelativePath="..\..\include\llvm\Support\Dwarf.h"
321 </File>
322 <File
323 RelativePath="..\..\include\llvm\Support\ELF.h"
325 </File>
326 <File
327 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
329 </File>
330 <File
331 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
333 </File>
334 <File
335 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
337 </File>
338 <File
339 RelativePath="..\..\include\llvm\Support\InstIterator.h"
341 </File>
342 <File
343 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
345 </File>
346 <File
347 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
349 </File>
350 <File
351 RelativePath="..\..\include\llvm\Support\Linker.h"
353 </File>
354 <File
355 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
357 </File>
358 <File
359 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
361 </File>
362 <File
363 RelativePath="..\..\include\llvm\Support\Mangler.h"
365 </File>
366 <File
367 RelativePath="..\..\include\llvm\Support\MathExtras.h"
369 </File>
370 <File
371 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
373 </File>
374 <File
375 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
377 </File>
378 <File
379 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
381 </File>
382 <File
383 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
385 </File>
386 <File
387 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
389 </File>
390 <File
391 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
393 </File>
394 <File
395 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
397 </File>
398 <File
399 RelativePath="..\..\include\llvm\Support\Streams.h"
401 </File>
402 <File
403 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
405 </File>
406 <File
407 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
409 </File>
410 <File
411 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
413 </File>
414 <File
415 RelativePath="..\..\include\llvm\Support\Timer.h"
417 </File>
418 <File
419 RelativePath="..\..\include\llvm\Support\type_traits.h"
421 </File>
422 <File
423 RelativePath="..\..\include\llvm\Support\TypeInfo.h"
425 </File>
426 </Filter>
427 <Filter
428 Name="ADT"
430 <File
431 RelativePath="..\..\include\llvm\ADT\APInt.h"
433 </File>
434 <File
435 RelativePath="..\..\include\llvm\ADT\APSInt.h"
437 </File>
438 <File
439 RelativePath="..\..\include\llvm\ADT\BitVector.h"
441 </File>
442 <File
443 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
445 </File>
446 <File
447 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
449 </File>
450 <File
451 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
453 </File>
454 <File
455 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
457 </File>
458 <File
459 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
461 </File>
462 <File
463 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
465 </File>
466 <File
467 RelativePath="..\..\include\llvm\Adt\hash_map"
469 </File>
470 <File
471 RelativePath="..\..\include\llvm\Adt\hash_set"
473 </File>
474 <File
475 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
477 </File>
478 <File
479 RelativePath="..\..\include\llvm\Adt\ilist"
481 </File>
482 <File
483 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
485 </File>
486 <File
487 RelativePath="..\..\include\llvm\Adt\iterator"
489 </File>
490 <File
491 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
493 </File>
494 <File
495 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
497 </File>
498 <File
499 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
501 </File>
502 <File
503 RelativePath="..\..\include\llvm\Adt\SetVector.h"
505 </File>
506 <File
507 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
509 </File>
510 <File
511 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
513 </File>
514 <File
515 RelativePath="..\..\include\llvm\ADT\SmallString.h"
517 </File>
518 <File
519 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
521 </File>
522 <File
523 RelativePath="..\..\include\llvm\Adt\Statistic.h"
525 </File>
526 <File
527 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
529 </File>
530 <File
531 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
533 </File>
534 <File
535 RelativePath="..\..\include\llvm\ADT\StringMap.h"
537 </File>
538 <File
539 RelativePath="..\..\include\llvm\Adt\Tree.h"
541 </File>
542 <File
543 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
545 </File>
546 <File
547 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
549 </File>
550 </Filter>
551 </Files>
552 <Globals>
553 </Globals>
554 </VisualStudioProject>