blob: 8929eb7fc5dce841e2a57167fb57c32e697e1b4f [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00004 Version="8.00"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 Name="support"
6 ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00007 Keyword="Win32Proj"
8 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +00009 <Platforms>
10 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000011 Name="Win32"
12 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000013 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000014 <ToolFiles>
15 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016 <Configurations>
17 <Configuration
18 Name="Debug|Win32"
19 OutputDirectory="..\Debug"
20 IntermediateDirectory="Debug"
21 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000022 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000023 CharacterSet="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000024 >
25 <Tool
26 Name="VCPreBuildEventTool"
27 />
28 <Tool
29 Name="VCCustomBuildTool"
30 />
31 <Tool
32 Name="VCXMLDataGeneratorTool"
33 />
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
36 />
37 <Tool
38 Name="VCMIDLTool"
39 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000040 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +000044 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000045 StringPooling="true"
46 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000047 BasicRuntimeChecks="3"
48 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000049 ForceConformanceInForLoopScope="true"
50 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000051 UsePrecompiledHeader="0"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000052 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000053 BrowseInformation="1"
54 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000055 Detect64BitPortabilityProblems="false"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000056 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000057 DisableSpecificWarnings="4355,4146,4800"
58 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000059 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000060 Name="VCManagedResourceCompilerTool"
61 />
62 <Tool
63 Name="VCResourceCompilerTool"
64 />
65 <Tool
66 Name="VCPreLinkEventTool"
67 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000068 <Tool
69 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000070 OutputFile="$(OutDir)/support.lib"
71 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000072 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000073 Name="VCALinkTool"
74 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000075 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000076 Name="VCXDCMakeTool"
77 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000078 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000079 Name="VCBscMakeTool"
80 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000081 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000082 Name="VCFxCopTool"
83 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000084 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000085 Name="VCPostBuildEventTool"
86 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000087 </Configuration>
88 <Configuration
89 Name="Release|Win32"
90 OutputDirectory="..\Release"
91 IntermediateDirectory="Release"
92 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000093 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
94 CharacterSet="2"
95 >
96 <Tool
97 Name="VCPreBuildEventTool"
98 />
99 <Tool
100 Name="VCCustomBuildTool"
101 />
102 <Tool
103 Name="VCXMLDataGeneratorTool"
104 />
105 <Tool
106 Name="VCWebServiceProxyGeneratorTool"
107 />
108 <Tool
109 Name="VCMIDLTool"
110 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000111 <Tool
112 Name="VCCLCompilerTool"
113 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000114 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000115 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000116 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000117 ForceConformanceInForLoopScope="true"
118 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000119 UsePrecompiledHeader="0"
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000120 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000121 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000122 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000123 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000124 DisableSpecificWarnings="4355,4146,4800"
125 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000126 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000127 Name="VCManagedResourceCompilerTool"
128 />
129 <Tool
130 Name="VCResourceCompilerTool"
131 />
132 <Tool
133 Name="VCPreLinkEventTool"
134 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000135 <Tool
136 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000137 OutputFile="$(OutDir)/support.lib"
138 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000139 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000140 Name="VCALinkTool"
141 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000142 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000143 Name="VCXDCMakeTool"
144 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000145 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000146 Name="VCBscMakeTool"
147 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000148 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000149 Name="VCFxCopTool"
150 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000151 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000152 Name="VCPostBuildEventTool"
153 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000154 </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"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000162 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
163 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000164 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000165 RelativePath="..\..\lib\Support\Allocator.cpp"
166 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000167 </File>
168 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000169 RelativePath="..\..\lib\Support\Annotation.cpp"
170 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000171 </File>
172 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000173 RelativePath="..\..\lib\Support\APFloat.cpp"
174 >
175 </File>
176 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000177 RelativePath="..\..\lib\Support\APInt.cpp"
178 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000179 </File>
180 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000181 RelativePath="..\..\lib\Support\CommandLine.cpp"
182 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000183 </File>
184 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000185 RelativePath="..\..\lib\Support\ConstantRange.cpp"
186 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000187 </File>
188 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000189 RelativePath="..\..\lib\Support\Debug.cpp"
190 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000191 </File>
192 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000193 RelativePath="..\..\lib\Support\Dwarf.cpp"
194 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000195 </File>
196 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000197 RelativePath="..\..\lib\Support\FileUtilities.cpp"
198 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000199 </File>
200 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000201 RelativePath="..\..\lib\Support\FoldingSet.cpp"
202 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000203 </File>
204 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000205 RelativePath="..\..\lib\Support\GraphWriter.cpp"
206 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000207 </File>
208 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000209 RelativePath="..\..\lib\Support\IsInf.cpp"
210 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000211 </File>
212 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000213 RelativePath="..\..\lib\Support\IsNAN.cpp"
214 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000215 </File>
216 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000217 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
218 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000219 </File>
220 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000221 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
222 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000223 </File>
224 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000225 RelativePath="..\..\lib\Support\PluginLoader.cpp"
226 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000227 </File>
228 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000229 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
230 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000231 <FileConfiguration
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000232 Name="Release|Win32"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000233 ExcludedFromBuild="true"
234 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000235 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000236 Name="VCCLCompilerTool"
237 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000238 </FileConfiguration>
239 </File>
240 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000241 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
242 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000243 </File>
244 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000245 RelativePath="..\..\lib\Support\Statistic.cpp"
246 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000247 </File>
248 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000249 RelativePath="..\..\lib\Support\Streams.cpp"
250 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000251 </File>
252 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000253 RelativePath="..\..\lib\Support\StringExtras.cpp"
254 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000255 </File>
256 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000257 RelativePath="..\..\lib\Support\StringMap.cpp"
258 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000259 </File>
260 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000261 RelativePath="..\..\lib\Support\SystemUtils.cpp"
262 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000263 </File>
264 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000265 RelativePath="..\..\lib\Support\Timer.cpp"
266 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000267 </File>
268 </Filter>
269 <Filter
270 Name="Header Files"
271 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000272 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
273 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000274 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000275 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
276 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000277 </File>
278 <File
Hartmut Kaiser2925f892007-10-29 21:56:15 +0000279 RelativePath="..\..\include\llvm\Support\Alignment.h"
280 >
281 </File>
282 <File
Hartmut Kaisere89e7f82007-10-18 12:31:51 +0000283 RelativePath="..\..\include\llvm\Support\AlignOf.h"
284 >
285 </File>
286 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000287 RelativePath="..\..\include\llvm\Support\Allocator.h"
288 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000289 </File>
290 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000291 RelativePath="..\..\include\llvm\Support\Annotation.h"
292 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000293 </File>
294 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000295 RelativePath="..\..\include\llvm\Support\CallSite.h"
296 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000297 </File>
298 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000299 RelativePath="..\..\include\llvm\Support\Casting.h"
300 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000301 </File>
302 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000303 RelativePath="..\..\include\llvm\Support\CFG.h"
304 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000305 </File>
306 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000307 RelativePath="..\..\include\llvm\Support\CHelpers.h"
308 >
309 </File>
310 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000311 RelativePath="..\..\include\llvm\Support\CommandLine.h"
312 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000313 </File>
314 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000315 RelativePath="..\..\include\llvm\Support\Compiler.h"
316 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000317 </File>
318 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000319 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
320 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000321 </File>
322 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000323 RelativePath="..\..\include\llvm\Support\Debug.h"
324 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000325 </File>
326 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000327 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
328 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000329 </File>
330 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000331 RelativePath="..\..\include\llvm\Support\Dwarf.h"
332 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000333 </File>
334 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000335 RelativePath="..\..\include\llvm\Support\ELF.h"
336 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000337 </File>
338 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000339 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
340 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000341 </File>
342 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000343 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
344 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000345 </File>
346 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000347 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
348 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000349 </File>
350 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000351 RelativePath="..\..\include\llvm\Support\InstIterator.h"
352 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000353 </File>
354 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000355 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
356 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000357 </File>
358 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000359 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
360 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000361 </File>
362 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000363 RelativePath="..\..\include\llvm\Support\Linker.h"
364 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000365 </File>
366 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000367 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
368 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000369 </File>
370 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000371 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
372 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000373 </File>
374 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000375 RelativePath="..\..\include\llvm\Support\Mangler.h"
376 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000377 </File>
378 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000379 RelativePath="..\..\include\llvm\Support\MathExtras.h"
380 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000381 </File>
382 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000383 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
384 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000385 </File>
386 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000387 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
388 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000389 </File>
390 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000391 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
392 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000393 </File>
394 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000395 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
396 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000397 </File>
398 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000399 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
400 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000401 </File>
402 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000403 RelativePath="..\..\include\llvm\Support\Registry.h"
404 >
405 </File>
406 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000407 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
408 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000409 </File>
410 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000411 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
412 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000413 </File>
414 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000415 RelativePath="..\..\include\llvm\Support\Streams.h"
416 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000417 </File>
418 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000419 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
420 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000421 </File>
422 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000423 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
424 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000425 </File>
426 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000427 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
428 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000429 </File>
430 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000431 RelativePath="..\..\include\llvm\Support\Timer.h"
432 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000433 </File>
434 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000435 RelativePath="..\..\include\llvm\Support\type_traits.h"
436 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000437 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000438 </Filter>
439 <Filter
440 Name="ADT"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000441 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000442 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000443 RelativePath="..\..\include\llvm\ADT\APInt.h"
444 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000445 </File>
446 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000447 RelativePath="..\..\include\llvm\ADT\APSInt.h"
448 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000449 </File>
450 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000451 RelativePath="..\..\include\llvm\ADT\BitVector.h"
452 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000453 </File>
454 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000455 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
456 >
457 </File>
458 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000459 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
460 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000461 </File>
462 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000463 RelativePath="..\..\include\llvm\ADT\DenseSet.h"
464 >
465 </File>
466 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000467 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
468 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000469 </File>
470 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000471 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
472 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000473 </File>
474 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000475 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
476 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000477 </File>
478 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000479 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
480 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000481 </File>
482 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000483 RelativePath="..\..\include\llvm\Adt\hash_map"
484 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000485 </File>
486 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000487 RelativePath="..\..\include\llvm\Adt\hash_set"
488 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000489 </File>
490 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000491 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
492 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000493 </File>
494 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000495 RelativePath="..\..\include\llvm\Adt\ilist"
496 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000497 </File>
498 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000499 RelativePath="..\..\include\llvm\ADT\ImmutableMap.h"
500 >
501 </File>
502 <File
503 RelativePath="..\..\include\llvm\ADT\ImmutableSet.h"
504 >
505 </File>
506 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000507 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
508 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000509 </File>
510 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000511 RelativePath="..\..\include\llvm\Adt\iterator"
512 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000513 </File>
514 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000515 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
516 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000517 </File>
518 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000519 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
520 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000521 </File>
522 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000523 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
524 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000525 </File>
526 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000527 RelativePath="..\..\include\llvm\Adt\SetVector.h"
528 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000529 </File>
530 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000531 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
532 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000533 </File>
534 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000535 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
536 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000537 </File>
538 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000539 RelativePath="..\..\include\llvm\ADT\SmallString.h"
540 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000541 </File>
542 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000543 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
544 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000545 </File>
546 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000547 RelativePath="..\..\include\llvm\Adt\Statistic.h"
548 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000549 </File>
550 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000551 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
552 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000553 </File>
554 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000555 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
556 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000557 </File>
558 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000559 RelativePath="..\..\include\llvm\ADT\StringMap.h"
560 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000561 </File>
562 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000563 RelativePath="..\..\include\llvm\Adt\Tree.h"
564 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000565 </File>
566 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000567 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
568 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000569 </File>
570 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000571 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
572 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000573 </File>
574 </Filter>
575 </Files>
576 <Globals>
577 </Globals>
578</VisualStudioProject>