blob: e9e9c304d1989b5576b3987e14e93c5cc79c8ce5 [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 />
Chuck Rose III57c33da2007-11-21 00:37:56 +000013 <Platform
14 Name="x64"
15 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000016 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000017 <ToolFiles>
18 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000019 <Configurations>
20 <Configuration
21 Name="Debug|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000022 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
23 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000024 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000025 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000026 CharacterSet="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000027 >
28 <Tool
29 Name="VCPreBuildEventTool"
30 />
31 <Tool
32 Name="VCCustomBuildTool"
33 />
34 <Tool
35 Name="VCXMLDataGeneratorTool"
36 />
37 <Tool
38 Name="VCWebServiceProxyGeneratorTool"
39 />
40 <Tool
41 Name="VCMIDLTool"
42 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000043 <Tool
44 Name="VCCLCompilerTool"
45 Optimization="0"
46 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser502c9222007-11-07 19:34:09 +000047 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 +000048 StringPooling="true"
49 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000050 BasicRuntimeChecks="3"
51 RuntimeLibrary="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000052 ForceConformanceInForLoopScope="true"
53 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000054 UsePrecompiledHeader="0"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000055 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000056 BrowseInformation="1"
57 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000058 Detect64BitPortabilityProblems="false"
Chuck Rose IIIa021b722007-08-28 18:59:02 +000059 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000060 DisableSpecificWarnings="4355,4146,4800"
61 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000062 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000063 Name="VCManagedResourceCompilerTool"
64 />
65 <Tool
66 Name="VCResourceCompilerTool"
67 />
68 <Tool
69 Name="VCPreLinkEventTool"
70 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000071 <Tool
72 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000073 OutputFile="$(OutDir)/support.lib"
74 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000075 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000076 Name="VCALinkTool"
77 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000078 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000079 Name="VCXDCMakeTool"
80 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000081 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000082 Name="VCBscMakeTool"
83 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000084 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000085 Name="VCFxCopTool"
86 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000087 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000088 Name="VCPostBuildEventTool"
89 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000090 </Configuration>
91 <Configuration
92 Name="Release|Win32"
Chuck Rose III57c33da2007-11-21 00:37:56 +000093 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
94 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000095 ConfigurationType="4"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000096 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
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 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000114 <Tool
115 Name="VCCLCompilerTool"
116 AdditionalIncludeDirectories="..\..\include;.."
Hartmut Kaiser502c9222007-11-07 19:34:09 +0000117 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000118 StringPooling="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000119 RuntimeLibrary="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000120 ForceConformanceInForLoopScope="true"
121 RuntimeTypeInfo="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000122 UsePrecompiledHeader="0"
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000123 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000124 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000125 Detect64BitPortabilityProblems="false"
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000126 DebugInformationFormat="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000127 DisableSpecificWarnings="4355,4146,4800"
128 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000129 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000130 Name="VCManagedResourceCompilerTool"
131 />
132 <Tool
133 Name="VCResourceCompilerTool"
134 />
135 <Tool
136 Name="VCPreLinkEventTool"
137 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000138 <Tool
139 Name="VCLibrarianTool"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000140 OutputFile="$(OutDir)/support.lib"
141 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000142 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000143 Name="VCALinkTool"
144 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000145 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000146 Name="VCXDCMakeTool"
147 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000148 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000149 Name="VCBscMakeTool"
150 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000151 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000152 Name="VCFxCopTool"
153 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000154 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000155 Name="VCPostBuildEventTool"
156 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000157 </Configuration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000158 <Configuration
159 Name="Debug|x64"
160 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
161 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162 ConfigurationType="4"
163 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164 CharacterSet="2"
165 >
166 <Tool
167 Name="VCPreBuildEventTool"
168 />
169 <Tool
170 Name="VCCustomBuildTool"
171 />
172 <Tool
173 Name="VCXMLDataGeneratorTool"
174 />
175 <Tool
176 Name="VCWebServiceProxyGeneratorTool"
177 />
178 <Tool
179 Name="VCMIDLTool"
180 TargetEnvironment="3"
181 />
182 <Tool
183 Name="VCCLCompilerTool"
184 Optimization="0"
185 AdditionalIncludeDirectories="..\..\include;.."
186 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
187 StringPooling="true"
188 MinimalRebuild="true"
189 BasicRuntimeChecks="3"
190 RuntimeLibrary="3"
191 ForceConformanceInForLoopScope="true"
192 RuntimeTypeInfo="true"
193 UsePrecompiledHeader="0"
194 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195 BrowseInformation="1"
196 WarningLevel="3"
197 Detect64BitPortabilityProblems="false"
198 DebugInformationFormat="3"
199 DisableSpecificWarnings="4355,4146,4800"
200 />
201 <Tool
202 Name="VCManagedResourceCompilerTool"
203 />
204 <Tool
205 Name="VCResourceCompilerTool"
206 />
207 <Tool
208 Name="VCPreLinkEventTool"
209 />
210 <Tool
211 Name="VCLibrarianTool"
212 OutputFile="$(OutDir)/support.lib"
213 />
214 <Tool
215 Name="VCALinkTool"
216 />
217 <Tool
218 Name="VCXDCMakeTool"
219 />
220 <Tool
221 Name="VCBscMakeTool"
222 />
223 <Tool
224 Name="VCFxCopTool"
225 />
226 <Tool
227 Name="VCPostBuildEventTool"
228 />
229 </Configuration>
230 <Configuration
231 Name="Release|x64"
232 OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
233 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234 ConfigurationType="4"
235 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236 CharacterSet="2"
237 >
238 <Tool
239 Name="VCPreBuildEventTool"
240 />
241 <Tool
242 Name="VCCustomBuildTool"
243 />
244 <Tool
245 Name="VCXMLDataGeneratorTool"
246 />
247 <Tool
248 Name="VCWebServiceProxyGeneratorTool"
249 />
250 <Tool
251 Name="VCMIDLTool"
252 TargetEnvironment="3"
253 />
254 <Tool
255 Name="VCCLCompilerTool"
256 AdditionalIncludeDirectories="..\..\include;.."
257 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258 StringPooling="true"
259 RuntimeLibrary="2"
260 ForceConformanceInForLoopScope="true"
261 RuntimeTypeInfo="true"
262 UsePrecompiledHeader="0"
263 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264 WarningLevel="3"
265 Detect64BitPortabilityProblems="false"
266 DebugInformationFormat="3"
267 DisableSpecificWarnings="4355,4146,4800"
268 />
269 <Tool
270 Name="VCManagedResourceCompilerTool"
271 />
272 <Tool
273 Name="VCResourceCompilerTool"
274 />
275 <Tool
276 Name="VCPreLinkEventTool"
277 />
278 <Tool
279 Name="VCLibrarianTool"
280 OutputFile="$(OutDir)/support.lib"
281 />
282 <Tool
283 Name="VCALinkTool"
284 />
285 <Tool
286 Name="VCXDCMakeTool"
287 />
288 <Tool
289 Name="VCBscMakeTool"
290 />
291 <Tool
292 Name="VCFxCopTool"
293 />
294 <Tool
295 Name="VCPostBuildEventTool"
296 />
297 </Configuration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000298 </Configurations>
299 <References>
300 </References>
301 <Files>
302 <Filter
303 Name="Source Files"
304 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000305 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
306 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000307 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000308 RelativePath="..\..\lib\Support\Allocator.cpp"
309 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000310 </File>
311 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000312 RelativePath="..\..\lib\Support\Annotation.cpp"
313 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000314 </File>
315 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000316 RelativePath="..\..\lib\Support\APFloat.cpp"
317 >
318 </File>
319 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000320 RelativePath="..\..\lib\Support\APInt.cpp"
321 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000322 </File>
323 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000324 RelativePath="..\..\lib\Support\CommandLine.cpp"
325 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000326 </File>
327 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000328 RelativePath="..\..\lib\Support\ConstantRange.cpp"
329 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000330 </File>
331 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000332 RelativePath="..\..\lib\Support\Debug.cpp"
333 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000334 </File>
335 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000336 RelativePath="..\..\lib\Support\Dwarf.cpp"
337 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000338 </File>
339 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000340 RelativePath="..\..\lib\Support\FileUtilities.cpp"
341 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000342 </File>
343 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000344 RelativePath="..\..\lib\Support\FoldingSet.cpp"
345 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000346 </File>
347 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000348 RelativePath="..\..\lib\Support\GraphWriter.cpp"
349 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000350 </File>
351 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000352 RelativePath="..\..\lib\Support\IsInf.cpp"
353 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000354 </File>
355 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000356 RelativePath="..\..\lib\Support\IsNAN.cpp"
357 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000358 </File>
359 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000360 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
361 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000362 </File>
363 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000364 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
365 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000366 </File>
367 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000368 RelativePath="..\..\lib\Support\PluginLoader.cpp"
369 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000370 </File>
371 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000372 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
373 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000374 <FileConfiguration
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000375 Name="Release|Win32"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000376 ExcludedFromBuild="true"
377 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000378 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000379 Name="VCCLCompilerTool"
380 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000381 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000382 <FileConfiguration
383 Name="Release|x64"
384 ExcludedFromBuild="true"
385 >
386 <Tool
387 Name="VCCLCompilerTool"
388 />
389 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000390 </File>
391 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000392 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
393 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000394 </File>
395 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000396 RelativePath="..\..\lib\Support\Statistic.cpp"
397 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000398 </File>
399 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000400 RelativePath="..\..\lib\Support\Streams.cpp"
401 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000402 </File>
403 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000404 RelativePath="..\..\lib\Support\StringExtras.cpp"
405 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000406 </File>
407 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000408 RelativePath="..\..\lib\Support\StringMap.cpp"
409 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000410 </File>
411 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000412 RelativePath="..\..\lib\Support\SystemUtils.cpp"
413 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000414 </File>
415 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000416 RelativePath="..\..\lib\Support\Timer.cpp"
417 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000418 </File>
419 </Filter>
420 <Filter
421 Name="Header Files"
422 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000423 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
424 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000425 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000426 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
427 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000428 </File>
429 <File
Hartmut Kaiser2925f892007-10-29 21:56:15 +0000430 RelativePath="..\..\include\llvm\Support\Alignment.h"
431 >
432 </File>
433 <File
Hartmut Kaisere89e7f82007-10-18 12:31:51 +0000434 RelativePath="..\..\include\llvm\Support\AlignOf.h"
435 >
436 </File>
437 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000438 RelativePath="..\..\include\llvm\Support\Allocator.h"
439 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000440 </File>
441 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000442 RelativePath="..\..\include\llvm\Support\Annotation.h"
443 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000444 </File>
445 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000446 RelativePath="..\..\include\llvm\Support\CallSite.h"
447 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000448 </File>
449 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000450 RelativePath="..\..\include\llvm\Support\Casting.h"
451 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000452 </File>
453 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000454 RelativePath="..\..\include\llvm\Support\CFG.h"
455 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000456 </File>
457 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000458 RelativePath="..\..\include\llvm\Support\CHelpers.h"
459 >
460 </File>
461 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000462 RelativePath="..\..\include\llvm\Support\CommandLine.h"
463 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000464 </File>
465 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000466 RelativePath="..\..\include\llvm\Support\Compiler.h"
467 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000468 </File>
469 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000470 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
471 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000472 </File>
473 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000474 RelativePath="..\..\include\llvm\Support\Debug.h"
475 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000476 </File>
477 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000478 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
479 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000480 </File>
481 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000482 RelativePath="..\..\include\llvm\Support\Dwarf.h"
483 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000484 </File>
485 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000486 RelativePath="..\..\include\llvm\Support\ELF.h"
487 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000488 </File>
489 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000490 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
491 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000492 </File>
493 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000494 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
495 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000496 </File>
497 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000498 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
499 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000500 </File>
501 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000502 RelativePath="..\..\include\llvm\Support\InstIterator.h"
503 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000504 </File>
505 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000506 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
507 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000508 </File>
509 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000510 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
511 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000512 </File>
513 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000514 RelativePath="..\..\include\llvm\Support\Linker.h"
515 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000516 </File>
517 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000518 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
519 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000520 </File>
521 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000522 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
523 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000524 </File>
525 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000526 RelativePath="..\..\include\llvm\Support\Mangler.h"
527 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000528 </File>
529 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000530 RelativePath="..\..\include\llvm\Support\MathExtras.h"
531 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000532 </File>
533 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000534 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
535 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000536 </File>
537 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000538 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
539 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000540 </File>
541 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000542 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
543 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000544 </File>
545 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000546 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
547 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000548 </File>
549 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000550 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
551 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000552 </File>
553 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000554 RelativePath="..\..\include\llvm\Support\Registry.h"
555 >
556 </File>
557 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000558 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
559 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000560 </File>
561 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000562 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
563 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000564 </File>
565 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000566 RelativePath="..\..\include\llvm\Support\Streams.h"
567 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000568 </File>
569 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000570 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
571 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000572 </File>
573 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000574 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
575 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000576 </File>
577 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000578 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
579 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000580 </File>
581 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000582 RelativePath="..\..\include\llvm\Support\Timer.h"
583 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000584 </File>
585 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000586 RelativePath="..\..\include\llvm\Support\type_traits.h"
587 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000588 </File>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000589 </Filter>
590 <Filter
591 Name="ADT"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000592 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000593 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000594 RelativePath="..\..\include\llvm\ADT\APInt.h"
595 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000596 </File>
597 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000598 RelativePath="..\..\include\llvm\ADT\APSInt.h"
599 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000600 </File>
601 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000602 RelativePath="..\..\include\llvm\ADT\BitVector.h"
603 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000604 </File>
605 <File
Chuck Rose IIIa021b722007-08-28 18:59:02 +0000606 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
607 >
608 </File>
609 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000610 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
611 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000612 </File>
613 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000614 RelativePath="..\..\include\llvm\ADT\DenseSet.h"
615 >
616 </File>
617 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000618 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
619 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000620 </File>
621 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000622 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
623 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000624 </File>
625 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000626 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
627 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000628 </File>
629 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000630 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
631 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000632 </File>
633 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000634 RelativePath="..\..\include\llvm\Adt\hash_map"
635 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000636 </File>
637 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000638 RelativePath="..\..\include\llvm\Adt\hash_set"
639 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000640 </File>
641 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000642 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
643 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000644 </File>
645 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000646 RelativePath="..\..\include\llvm\Adt\ilist"
647 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000648 </File>
649 <File
Hartmut Kaiserd09dfaf2007-10-10 19:50:09 +0000650 RelativePath="..\..\include\llvm\ADT\ImmutableMap.h"
651 >
652 </File>
653 <File
654 RelativePath="..\..\include\llvm\ADT\ImmutableSet.h"
655 >
656 </File>
657 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000658 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
659 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000660 </File>
661 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000662 RelativePath="..\..\include\llvm\Adt\iterator"
663 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000664 </File>
665 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000666 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
667 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000668 </File>
669 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000670 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
671 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000672 </File>
673 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000674 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
675 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000676 </File>
677 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000678 RelativePath="..\..\include\llvm\Adt\SetVector.h"
679 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000680 </File>
681 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000682 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
683 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000684 </File>
685 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000686 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
687 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000688 </File>
689 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000690 RelativePath="..\..\include\llvm\ADT\SmallString.h"
691 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000692 </File>
693 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000694 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
695 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000696 </File>
697 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000698 RelativePath="..\..\include\llvm\Adt\Statistic.h"
699 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000700 </File>
701 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000702 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
703 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000704 </File>
705 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000706 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
707 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000708 </File>
709 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000710 RelativePath="..\..\include\llvm\ADT\StringMap.h"
711 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000712 </File>
713 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000714 RelativePath="..\..\include\llvm\Adt\Tree.h"
715 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000716 </File>
717 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000718 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
719 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000720 </File>
721 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000722 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
723 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000724 </File>
725 </Filter>
726 </Files>
727 <Globals>
728 </Globals>
729</VisualStudioProject>