blob: 13bc5b38d4af9c869a27fa60aabaa2a77a96eb15 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Devang Patelaa1e15b2008-05-15 18:46:28 +00004 Version="8.00"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 Name="support"
6 ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
Steve Narofffe0de852008-03-05 22:30:39 +00007 RootNamespace="support"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00008 Keyword="Win32Proj"
9 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +000010 <Platforms>
11 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000012 Name="Win32"
13 />
Chuck Rose III57c33da2007-11-21 00:37:56 +000014 <Platform
15 Name="x64"
16 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000017 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000018 <ToolFiles>
19 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000020 <Configurations>
21 <Configuration
22 Name="Debug|Win32"
Chris Lattnercc924e32008-07-14 18:46:16 +000023 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
Chuck Rose III57c33da2007-11-21 00:37:56 +000024 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000025 ConfigurationType="4"
Chris Lattnera1983e72008-06-20 05:35:58 +000026 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000027 CharacterSet="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000028 >
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 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000044 <Tool
45 Name="VCCLCompilerTool"
46 Optimization="0"
47 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser502c9222007-11-07 19:34:09 +000048 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000049 StringPooling="true"
50 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000051 BasicRuntimeChecks="3"
52 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000053 ForceConformanceInForLoopScope="true"
54 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000055 UsePrecompiledHeader="0"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000056 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000057 BrowseInformation="1"
58 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000059 Detect64BitPortabilityProblems="false"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000060 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000061 DisableSpecificWarnings="4355,4146,4800"
62 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000063 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000064 Name="VCManagedResourceCompilerTool"
65 />
66 <Tool
67 Name="VCResourceCompilerTool"
68 />
69 <Tool
70 Name="VCPreLinkEventTool"
71 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000072 <Tool
73 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000074 OutputFile="$(OutDir)/support.lib"
75 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000076 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000077 Name="VCALinkTool"
78 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000079 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000080 Name="VCXDCMakeTool"
81 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000082 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000083 Name="VCBscMakeTool"
84 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000085 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000086 Name="VCFxCopTool"
87 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000088 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000089 Name="VCPostBuildEventTool"
90 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000091 </Configuration>
92 <Configuration
Chuck Rose III57c33da2007-11-21 00:37:56 +000093 Name="Debug|x64"
Chris Lattnercc924e32008-07-14 18:46:16 +000094 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
Chuck Rose III57c33da2007-11-21 00:37:56 +000095 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
96 ConfigurationType="4"
97 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
98 CharacterSet="2"
99 >
100 <Tool
101 Name="VCPreBuildEventTool"
102 />
103 <Tool
104 Name="VCCustomBuildTool"
105 />
106 <Tool
107 Name="VCXMLDataGeneratorTool"
108 />
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"
111 />
112 <Tool
113 Name="VCMIDLTool"
114 TargetEnvironment="3"
115 />
116 <Tool
117 Name="VCCLCompilerTool"
118 Optimization="0"
119 AdditionalIncludeDirectories="..\..\include;.."
120 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
121 StringPooling="true"
122 MinimalRebuild="true"
123 BasicRuntimeChecks="3"
124 RuntimeLibrary="3"
125 ForceConformanceInForLoopScope="true"
126 RuntimeTypeInfo="true"
127 UsePrecompiledHeader="0"
128 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
129 BrowseInformation="1"
130 WarningLevel="3"
131 Detect64BitPortabilityProblems="false"
132 DebugInformationFormat="3"
133 DisableSpecificWarnings="4355,4146,4800"
134 />
135 <Tool
136 Name="VCManagedResourceCompilerTool"
137 />
138 <Tool
139 Name="VCResourceCompilerTool"
140 />
141 <Tool
142 Name="VCPreLinkEventTool"
143 />
144 <Tool
145 Name="VCLibrarianTool"
146 OutputFile="$(OutDir)/support.lib"
147 />
148 <Tool
149 Name="VCALinkTool"
150 />
151 <Tool
152 Name="VCXDCMakeTool"
153 />
154 <Tool
155 Name="VCBscMakeTool"
156 />
157 <Tool
158 Name="VCFxCopTool"
159 />
160 <Tool
161 Name="VCPostBuildEventTool"
162 />
163 </Configuration>
164 <Configuration
Chuck Rose III0bfaeae2008-07-02 21:02:51 +0000165 Name="Release|Win32"
Chris Lattnercc924e32008-07-14 18:46:16 +0000166 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
Chuck Rose III0bfaeae2008-07-02 21:02:51 +0000167 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
168 ConfigurationType="4"
169 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
170 CharacterSet="2"
171 >
172 <Tool
173 Name="VCPreBuildEventTool"
174 />
175 <Tool
176 Name="VCCustomBuildTool"
177 />
178 <Tool
179 Name="VCXMLDataGeneratorTool"
180 />
181 <Tool
182 Name="VCWebServiceProxyGeneratorTool"
183 />
184 <Tool
185 Name="VCMIDLTool"
186 />
187 <Tool
188 Name="VCCLCompilerTool"
189 AdditionalIncludeDirectories="..\..\include;.."
190 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
191 StringPooling="true"
192 RuntimeLibrary="2"
193 ForceConformanceInForLoopScope="true"
194 RuntimeTypeInfo="true"
195 UsePrecompiledHeader="0"
196 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
197 WarningLevel="3"
198 Detect64BitPortabilityProblems="false"
199 DebugInformationFormat="3"
200 DisableSpecificWarnings="4355,4146,4800"
201 />
202 <Tool
203 Name="VCManagedResourceCompilerTool"
204 />
205 <Tool
206 Name="VCResourceCompilerTool"
207 />
208 <Tool
209 Name="VCPreLinkEventTool"
210 />
211 <Tool
212 Name="VCLibrarianTool"
213 OutputFile="$(OutDir)/support.lib"
214 />
215 <Tool
216 Name="VCALinkTool"
217 />
218 <Tool
219 Name="VCXDCMakeTool"
220 />
221 <Tool
222 Name="VCBscMakeTool"
223 />
224 <Tool
225 Name="VCFxCopTool"
226 />
227 <Tool
228 Name="VCPostBuildEventTool"
229 />
230 </Configuration>
231 <Configuration
Chuck Rose III57c33da2007-11-21 00:37:56 +0000232 Name="Release|x64"
Chris Lattnercc924e32008-07-14 18:46:16 +0000233 OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
Chuck Rose III57c33da2007-11-21 00:37:56 +0000234 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
235 ConfigurationType="4"
236 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
237 CharacterSet="2"
238 >
239 <Tool
240 Name="VCPreBuildEventTool"
241 />
242 <Tool
243 Name="VCCustomBuildTool"
244 />
245 <Tool
246 Name="VCXMLDataGeneratorTool"
247 />
248 <Tool
249 Name="VCWebServiceProxyGeneratorTool"
250 />
251 <Tool
252 Name="VCMIDLTool"
253 TargetEnvironment="3"
254 />
255 <Tool
256 Name="VCCLCompilerTool"
Chuck Rose III0bfaeae2008-07-02 21:02:51 +0000257 Optimization="0"
Chuck Rose III57c33da2007-11-21 00:37:56 +0000258 AdditionalIncludeDirectories="..\..\include;.."
259 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_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)/support.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>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000300 </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"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000307 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
308 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000309 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000310 RelativePath="..\..\lib\Support\Allocator.cpp"
311 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000312 </File>
313 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000314 RelativePath="..\..\lib\Support\Annotation.cpp"
315 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000316 </File>
317 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000318 RelativePath="..\..\lib\Support\APFloat.cpp"
319 >
320 </File>
321 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000322 RelativePath="..\..\lib\Support\APInt.cpp"
323 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000324 </File>
325 <File
Steve Narofffe0de852008-03-05 22:30:39 +0000326 RelativePath="..\..\lib\Support\APSInt.cpp"
327 >
328 </File>
329 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000330 RelativePath="..\..\lib\Support\CommandLine.cpp"
331 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000332 </File>
333 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000334 RelativePath="..\..\lib\Support\ConstantRange.cpp"
335 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000336 </File>
337 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000338 RelativePath="..\..\lib\Support\Debug.cpp"
339 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000340 </File>
341 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000342 RelativePath="..\..\lib\Support\Dwarf.cpp"
343 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000344 </File>
345 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000346 RelativePath="..\..\lib\Support\FileUtilities.cpp"
347 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000348 </File>
349 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000350 RelativePath="..\..\lib\Support\FoldingSet.cpp"
351 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000352 </File>
353 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000354 RelativePath="..\..\lib\Support\GraphWriter.cpp"
355 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000356 </File>
357 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000358 RelativePath="..\..\lib\Support\IsInf.cpp"
359 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000360 </File>
361 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000362 RelativePath="..\..\lib\Support\IsNAN.cpp"
363 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000364 </File>
365 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000366 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
367 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000368 </File>
369 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000370 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
371 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000372 </File>
373 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000374 RelativePath="..\..\lib\Support\PluginLoader.cpp"
375 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000376 </File>
377 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000378 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
379 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000380 <FileConfiguration
Chuck Rose III57c33da2007-11-21 00:37:56 +0000381 Name="Release|x64"
382 ExcludedFromBuild="true"
383 >
384 <Tool
385 Name="VCCLCompilerTool"
386 />
387 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000388 </File>
389 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000390 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
391 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000392 </File>
393 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000394 RelativePath="..\..\lib\Support\Statistic.cpp"
395 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000396 </File>
397 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000398 RelativePath="..\..\lib\Support\Streams.cpp"
399 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000400 </File>
401 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000402 RelativePath="..\..\lib\Support\StringExtras.cpp"
403 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000404 </File>
405 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000406 RelativePath="..\..\lib\Support\StringMap.cpp"
407 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000408 </File>
409 <File
Chuck Rose IIIeb7975c2007-12-10 19:31:09 +0000410 RelativePath="..\..\lib\Support\StringPool.cpp"
411 >
412 </File>
413 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000414 RelativePath="..\..\lib\Support\SystemUtils.cpp"
415 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000416 </File>
417 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000418 RelativePath="..\..\lib\Support\Timer.cpp"
419 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000420 </File>
421 </Filter>
422 <Filter
423 Name="Header Files"
424 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000425 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
426 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000427 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000428 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
429 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000430 </File>
431 <File
Hartmut Kaiser2925f892007-10-29 21:56:15 +0000432 RelativePath="..\..\include\llvm\Support\Alignment.h"
433 >
434 </File>
435 <File
Hartmut Kaisere89e7f82007-10-18 12:31:51 +0000436 RelativePath="..\..\include\llvm\Support\AlignOf.h"
437 >
438 </File>
439 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000440 RelativePath="..\..\include\llvm\Support\Allocator.h"
441 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000442 </File>
443 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000444 RelativePath="..\..\include\llvm\Support\Annotation.h"
445 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000446 </File>
447 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000448 RelativePath="..\..\include\llvm\Support\CallSite.h"
449 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000450 </File>
451 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000452 RelativePath="..\..\include\llvm\Support\Casting.h"
453 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000454 </File>
455 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000456 RelativePath="..\..\include\llvm\Support\CFG.h"
457 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000458 </File>
459 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000460 RelativePath="..\..\include\llvm\Support\CHelpers.h"
461 >
462 </File>
463 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000464 RelativePath="..\..\include\llvm\Support\CommandLine.h"
465 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000466 </File>
467 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000468 RelativePath="..\..\include\llvm\Support\Compiler.h"
469 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000470 </File>
471 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000472 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
473 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000474 </File>
475 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000476 RelativePath="..\..\include\llvm\Support\Debug.h"
477 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000478 </File>
479 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000480 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
481 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000482 </File>
483 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000484 RelativePath="..\..\include\llvm\Support\Dwarf.h"
485 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000486 </File>
487 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000488 RelativePath="..\..\include\llvm\Support\ELF.h"
489 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000490 </File>
491 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000492 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
493 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000494 </File>
495 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000496 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
497 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000498 </File>
499 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000500 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
501 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000502 </File>
503 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000504 RelativePath="..\..\include\llvm\Support\InstIterator.h"
505 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000506 </File>
507 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000508 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
509 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000510 </File>
511 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000512 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
513 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000514 </File>
515 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000516 RelativePath="..\..\include\llvm\Support\Linker.h"
517 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000518 </File>
519 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000520 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
521 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000522 </File>
523 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000524 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
525 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000526 </File>
527 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000528 RelativePath="..\..\include\llvm\Support\Mangler.h"
529 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000530 </File>
531 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000532 RelativePath="..\..\include\llvm\Support\MathExtras.h"
533 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000534 </File>
535 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000536 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
537 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000538 </File>
539 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000540 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
541 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000542 </File>
543 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000544 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
545 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000546 </File>
547 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000548 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
549 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000550 </File>
551 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000552 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
553 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000554 </File>
555 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000556 RelativePath="..\..\include\llvm\Support\Registry.h"
557 >
558 </File>
559 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000560 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
561 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000562 </File>
563 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000564 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
565 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000566 </File>
567 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000568 RelativePath="..\..\include\llvm\Support\Streams.h"
569 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000570 </File>
571 <File
Chuck Rose IIIeb7975c2007-12-10 19:31:09 +0000572 RelativePath="..\..\include\llvm\Support\StringPool.h"
573 >
574 </File>
575 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000576 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
577 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000578 </File>
579 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000580 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
581 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000582 </File>
583 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000584 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
585 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000586 </File>
587 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000588 RelativePath="..\..\include\llvm\Support\Timer.h"
589 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000590 </File>
591 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000592 RelativePath="..\..\include\llvm\Support\type_traits.h"
593 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000594 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000595 </Filter>
596 <Filter
597 Name="ADT"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000598 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000599 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000600 RelativePath="..\..\include\llvm\ADT\APInt.h"
601 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000602 </File>
603 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000604 RelativePath="..\..\include\llvm\ADT\APSInt.h"
605 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000606 </File>
607 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000608 RelativePath="..\..\include\llvm\ADT\BitVector.h"
609 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000610 </File>
611 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000612 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
613 >
614 </File>
615 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000616 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
617 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000618 </File>
619 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000620 RelativePath="..\..\include\llvm\ADT\DenseSet.h"
621 >
622 </File>
623 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000624 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
625 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000626 </File>
627 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000628 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
629 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000630 </File>
631 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000632 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
633 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000634 </File>
635 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000636 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
637 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000638 </File>
639 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000640 RelativePath="..\..\include\llvm\Adt\hash_map"
641 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000642 </File>
643 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000644 RelativePath="..\..\include\llvm\Adt\hash_set"
645 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000646 </File>
647 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000648 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
649 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000650 </File>
651 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000652 RelativePath="..\..\include\llvm\Adt\ilist"
653 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000654 </File>
655 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000656 RelativePath="..\..\include\llvm\ADT\ImmutableMap.h"
657 >
658 </File>
659 <File
660 RelativePath="..\..\include\llvm\ADT\ImmutableSet.h"
661 >
662 </File>
663 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000664 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
665 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000666 </File>
667 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000668 RelativePath="..\..\include\llvm\Adt\iterator"
669 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000670 </File>
671 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000672 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
673 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000674 </File>
675 <File
Ted Kremenek4983c7c2008-06-26 17:53:12 +0000676 RelativePath="..\..\include\llvm\ADT\PriorityQueue.h"
677 >
678 </File>
679 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000680 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
681 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000682 </File>
683 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000684 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
685 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000686 </File>
687 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000688 RelativePath="..\..\include\llvm\Adt\SetVector.h"
689 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000690 </File>
691 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000692 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
693 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000694 </File>
695 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000696 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
697 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000698 </File>
699 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000700 RelativePath="..\..\include\llvm\ADT\SmallString.h"
701 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000702 </File>
703 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000704 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
705 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000706 </File>
707 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000708 RelativePath="..\..\include\llvm\Adt\Statistic.h"
709 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000710 </File>
711 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000712 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
713 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000714 </File>
715 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000716 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
717 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000718 </File>
719 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000720 RelativePath="..\..\include\llvm\ADT\StringMap.h"
721 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000722 </File>
723 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000724 RelativePath="..\..\include\llvm\Adt\Tree.h"
725 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000726 </File>
727 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000728 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
729 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000730 </File>
731 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000732 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
733 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000734 </File>
735 </Filter>
736 </Files>
737 <Globals>
738 </Globals>
739</VisualStudioProject>