blob: 2cf7fcd26e5abf4a18facdc137677de9fa002414 [file] [log] [blame]
Reid Spencer085ea4d2004-11-03 16:13:14 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="support"
6 ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
7 Keyword="Win32Proj">
8 <Platforms>
9 <Platform
10 Name="Win32"/>
11 </Platforms>
12 <Configurations>
13 <Configuration
14 Name="Debug|Win32"
15 OutputDirectory="..\Debug"
16 IntermediateDirectory="Debug"
17 ConfigurationType="4"
18 CharacterSet="2"
19 ReferencesPath="">
20 <Tool
21 Name="VCCLCompilerTool"
22 Optimization="0"
23 AdditionalIncludeDirectories="..\..\include;.."
24 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
25 MinimalRebuild="TRUE"
26 BasicRuntimeChecks="3"
27 RuntimeLibrary="3"
28 ForceConformanceInForLoopScope="TRUE"
29 RuntimeTypeInfo="TRUE"
30 UsePrecompiledHeader="0"
Jeff Cohen91c3e2d2004-12-19 02:29:00 +000031 BrowseInformation="1"
Reid Spencer085ea4d2004-11-03 16:13:14 +000032 WarningLevel="3"
Jeff Cohen530f8872004-12-18 06:55:41 +000033 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000034 DebugInformationFormat="4"
Jeff Cohen530f8872004-12-18 06:55:41 +000035 DisableSpecificWarnings="4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000036 <Tool
37 Name="VCCustomBuildTool"/>
38 <Tool
39 Name="VCLibrarianTool"
40 OutputFile="$(OutDir)/support.lib"/>
41 <Tool
42 Name="VCMIDLTool"/>
43 <Tool
44 Name="VCPostBuildEventTool"/>
45 <Tool
46 Name="VCPreBuildEventTool"/>
47 <Tool
48 Name="VCPreLinkEventTool"/>
49 <Tool
50 Name="VCResourceCompilerTool"/>
51 <Tool
52 Name="VCWebServiceProxyGeneratorTool"/>
53 <Tool
54 Name="VCXMLDataGeneratorTool"/>
55 <Tool
56 Name="VCManagedWrapperGeneratorTool"/>
57 <Tool
58 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59 </Configuration>
60 <Configuration
61 Name="Release|Win32"
62 OutputDirectory="..\Release"
63 IntermediateDirectory="Release"
64 ConfigurationType="4"
65 CharacterSet="2">
66 <Tool
67 Name="VCCLCompilerTool"
68 AdditionalIncludeDirectories="..\..\include;.."
69 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70 RuntimeLibrary="2"
71 ForceConformanceInForLoopScope="TRUE"
72 RuntimeTypeInfo="TRUE"
73 UsePrecompiledHeader="0"
74 WarningLevel="3"
Jeff Cohenf3397212004-12-18 07:05:59 +000075 Detect64BitPortabilityProblems="FALSE"
Reid Spencer085ea4d2004-11-03 16:13:14 +000076 DebugInformationFormat="3"
Jeff Cohen530f8872004-12-18 06:55:41 +000077 DisableSpecificWarnings="4146,4800"/>
Reid Spencer085ea4d2004-11-03 16:13:14 +000078 <Tool
79 Name="VCCustomBuildTool"/>
80 <Tool
81 Name="VCLibrarianTool"
82 OutputFile="$(OutDir)/support.lib"/>
83 <Tool
84 Name="VCMIDLTool"/>
85 <Tool
86 Name="VCPostBuildEventTool"/>
87 <Tool
88 Name="VCPreBuildEventTool"/>
89 <Tool
90 Name="VCPreLinkEventTool"/>
91 <Tool
92 Name="VCResourceCompilerTool"/>
93 <Tool
94 Name="VCWebServiceProxyGeneratorTool"/>
95 <Tool
96 Name="VCXMLDataGeneratorTool"/>
97 <Tool
98 Name="VCManagedWrapperGeneratorTool"/>
99 <Tool
100 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
101 </Configuration>
102 </Configurations>
103 <References>
104 </References>
105 <Files>
106 <Filter
107 Name="Source Files"
108 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
109 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
110 <File
111 RelativePath="..\..\lib\Support\Annotation.cpp">
112 </File>
113 <File
114 RelativePath="..\..\lib\Support\CommandLine.cpp">
115 </File>
116 <File
117 RelativePath="..\..\lib\Support\Compressor.cpp">
Chris Lattnerffbc58d2004-12-04 19:14:38 +0000118 <FileConfiguration
119 Name="Debug|Win32">
120 <Tool
121 Name="VCCLCompilerTool"
122 AdditionalIncludeDirectories=""/>
123 </FileConfiguration>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000124 </File>
125 <File
126 RelativePath="..\..\lib\Support\Debug.cpp">
127 </File>
128 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000129 RelativePath="..\..\lib\Support\FileUtilities.cpp">
130 <FileConfiguration
Jeff Cohen2fce6d12005-01-22 16:32:47 +0000131 Name="Debug|Win32">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000132 <Tool
133 Name="VCCLCompilerTool"/>
134 </FileConfiguration>
135 <FileConfiguration
Jeff Cohen2fce6d12005-01-22 16:32:47 +0000136 Name="Release|Win32">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000137 <Tool
138 Name="VCCLCompilerTool"/>
139 </FileConfiguration>
140 </File>
141 <File
142 RelativePath="..\..\lib\Support\IsInf.cpp">
143 </File>
144 <File
145 RelativePath="..\..\lib\Support\IsNAN.cpp">
146 </File>
147 <File
148 RelativePath="..\..\lib\Support\PluginLoader.cpp">
149 </File>
150 <File
151 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp">
152 <FileConfiguration
153 Name="Debug|Win32"
154 ExcludedFromBuild="TRUE">
155 <Tool
156 Name="VCCLCompilerTool"/>
157 </FileConfiguration>
158 <FileConfiguration
159 Name="Release|Win32"
160 ExcludedFromBuild="TRUE">
161 <Tool
162 Name="VCCLCompilerTool"/>
163 </FileConfiguration>
164 </File>
165 <File
166 RelativePath="..\..\lib\Support\Statistic.cpp">
167 </File>
168 <File
169 RelativePath="..\..\lib\Support\StringExtras.cpp">
170 </File>
171 <File
Jeff Cohen41ca0b12005-01-01 21:34:18 +0000172 RelativePath="..\..\lib\Support\SystemUtils.cpp">
173 </File>
174 <File
Reid Spencer085ea4d2004-11-03 16:13:14 +0000175 RelativePath="..\..\lib\Support\Timer.cpp">
176 </File>
177 <File
178 RelativePath="..\..\lib\Support\ToolRunner.cpp">
179 <FileConfiguration
Jeff Cohen2fce6d12005-01-22 16:32:47 +0000180 Name="Debug|Win32">
Reid Spencer085ea4d2004-11-03 16:13:14 +0000181 <Tool
182 Name="VCCLCompilerTool"/>
183 </FileConfiguration>
184 </File>
Jeff Cohen0a691862004-12-19 06:40:39 +0000185 <Filter
186 Name="bzip2"
187 Filter="">
188 <File
189 RelativePath="..\..\lib\Support\bzip2\blocksort.c">
190 </File>
191 <File
192 RelativePath="..\..\lib\Support\bzip2\bzlib.c">
193 </File>
194 <File
195 RelativePath="..\..\lib\Support\bzip2\bzlib.h">
196 </File>
197 <File
198 RelativePath="..\..\lib\Support\bzip2\bzlib_private.h">
199 </File>
200 <File
201 RelativePath="..\..\lib\Support\bzip2\compress.c">
202 </File>
203 <File
204 RelativePath="..\..\lib\Support\bzip2\crctable.c">
205 </File>
206 <File
207 RelativePath="..\..\lib\Support\bzip2\decompress.c">
208 </File>
209 <File
210 RelativePath="..\..\lib\Support\bzip2\huffman.c">
211 </File>
212 <File
213 RelativePath="..\..\lib\Support\bzip2\randtable.c">
214 </File>
215 </Filter>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000216 </Filter>
217 <Filter
218 Name="Header Files"
219 Filter="h;hpp;hxx;hm;inl;inc;xsd"
220 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
Reid Spencer10114292004-11-15 17:27:00 +0000221 <File
222 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
223 </File>
224 <File
225 RelativePath="..\..\include\llvm\Support\Annotation.h">
226 </File>
227 <File
228 RelativePath="..\..\include\llvm\Support\CallSite.h">
229 </File>
230 <File
231 RelativePath="..\..\include\llvm\Support\Casting.h">
232 </File>
233 <File
234 RelativePath="..\..\include\llvm\Support\CFG.h">
235 </File>
236 <File
237 RelativePath="..\..\include\llvm\Support\CommandLine.h">
238 </File>
239 <File
240 RelativePath="..\..\include\llvm\Support\Compressor.h">
241 </File>
242 <File
243 RelativePath="..\..\include\llvm\Support\ConstantRange.h">
244 </File>
245 <File
246 RelativePath="..\..\include\llvm\Support\DataTypes.h">
247 </File>
248 <File
249 RelativePath="..\..\include\llvm\Support\Debug.h">
250 </File>
251 <File
252 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
253 </File>
254 <File
Reid Spencer10114292004-11-15 17:27:00 +0000255 RelativePath="..\..\include\llvm\Support\ELF.h">
256 </File>
257 <File
258 RelativePath="..\..\include\llvm\Support\FileUtilities.h">
259 </File>
260 <File
261 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h">
262 </File>
263 <File
264 RelativePath="..\..\include\llvm\Support\GraphWriter.h">
265 </File>
266 <File
267 RelativePath="..\..\include\llvm\Support\InstIterator.h">
268 </File>
269 <File
270 RelativePath="..\..\include\llvm\Support\InstVisitor.h">
271 </File>
272 <File
273 RelativePath="..\..\include\llvm\Support\LeakDetector.h">
274 </File>
275 <File
276 RelativePath="..\..\include\llvm\Support\Linker.h">
277 </File>
278 <File
279 RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
280 </File>
281 <File
282 RelativePath="..\..\include\llvm\Support\Mangler.h">
283 </File>
284 <File
285 RelativePath="..\..\include\llvm\Support\MathExtras.h">
286 </File>
287 <File
288 RelativePath="..\..\include\llvm\Support\PassNameParser.h">
289 </File>
290 <File
291 RelativePath="..\..\include\llvm\Support\PatternMatch.h">
292 </File>
293 <File
294 RelativePath="..\..\include\llvm\Support\PluginLoader.h">
295 </File>
296 <File
297 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
298 </File>
299 <File
300 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
301 </File>
302 <File
303 RelativePath="..\..\include\llvm\Support\SystemUtils.h">
304 </File>
305 <File
306 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
307 </File>
308 <File
309 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h">
310 </File>
311 <File
312 RelativePath="..\..\include\llvm\Support\Timer.h">
313 </File>
314 <File
315 RelativePath="..\..\include\llvm\Support\ToolRunner.h">
316 </File>
317 <File
318 RelativePath="..\..\include\llvm\Support\type_traits.h">
319 </File>
320 <File
321 RelativePath="..\..\include\llvm\Support\TypeInfo.h">
322 </File>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000323 </Filter>
Chris Lattnerffbc58d2004-12-04 19:14:38 +0000324 <Filter
325 Name="ADT"
326 Filter="">
327 <File
328 RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
329 </File>
330 <File
331 RelativePath="..\..\include\llvm\Adt\DenseMap.h">
332 </File>
333 <File
334 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
335 </File>
336 <File
337 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
338 </File>
339 <File
340 RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
341 </File>
342 <File
343 RelativePath="..\..\include\llvm\Adt\hash_map">
344 </File>
345 <File
346 RelativePath="..\..\include\llvm\Adt\hash_set">
347 </File>
348 <File
349 RelativePath="..\..\include\llvm\Adt\HashExtras.h">
350 </File>
351 <File
352 RelativePath="..\..\include\llvm\Adt\ilist">
353 </File>
354 <File
355 RelativePath="..\..\include\llvm\Adt\iterator">
356 </File>
357 <File
358 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
359 </File>
360 <File
361 RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
362 </File>
363 <File
364 RelativePath="..\..\include\llvm\Adt\SetOperations.h">
365 </File>
366 <File
367 RelativePath="..\..\include\llvm\Adt\SetVector.h">
368 </File>
369 <File
370 RelativePath="..\..\include\llvm\Adt\Statistic.h">
371 </File>
372 <File
373 RelativePath="..\..\include\llvm\Adt\STLExtras.h">
374 </File>
375 <File
376 RelativePath="..\..\include\llvm\Adt\StringExtras.h">
377 </File>
378 <File
379 RelativePath="..\..\include\llvm\Adt\Tree.h">
380 </File>
381 <File
382 RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
383 </File>
384 </Filter>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000385 </Files>
386 <Globals>
387 </Globals>
388</VisualStudioProject>