blob: 8a5ca8b0af988500b14a9fe0900795d7705411ef [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
131 Name="Debug|Win32"
132 ExcludedFromBuild="TRUE">
133 <Tool
134 Name="VCCLCompilerTool"/>
135 </FileConfiguration>
136 <FileConfiguration
137 Name="Release|Win32"
138 ExcludedFromBuild="TRUE">
139 <Tool
140 Name="VCCLCompilerTool"/>
141 </FileConfiguration>
142 </File>
143 <File
144 RelativePath="..\..\lib\Support\IsInf.cpp">
145 </File>
146 <File
147 RelativePath="..\..\lib\Support\IsNAN.cpp">
148 </File>
149 <File
150 RelativePath="..\..\lib\Support\PluginLoader.cpp">
151 </File>
152 <File
153 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp">
154 <FileConfiguration
155 Name="Debug|Win32"
156 ExcludedFromBuild="TRUE">
157 <Tool
158 Name="VCCLCompilerTool"/>
159 </FileConfiguration>
160 <FileConfiguration
161 Name="Release|Win32"
162 ExcludedFromBuild="TRUE">
163 <Tool
164 Name="VCCLCompilerTool"/>
165 </FileConfiguration>
166 </File>
167 <File
168 RelativePath="..\..\lib\Support\Statistic.cpp">
169 </File>
170 <File
171 RelativePath="..\..\lib\Support\StringExtras.cpp">
172 </File>
173 <File
174 RelativePath="..\..\lib\Support\Timer.cpp">
175 </File>
176 <File
177 RelativePath="..\..\lib\Support\ToolRunner.cpp">
178 <FileConfiguration
179 Name="Debug|Win32"
180 ExcludedFromBuild="TRUE">
181 <Tool
182 Name="VCCLCompilerTool"/>
183 </FileConfiguration>
184 </File>
185 </Filter>
186 <Filter
187 Name="Header Files"
188 Filter="h;hpp;hxx;hm;inl;inc;xsd"
189 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
Reid Spencer10114292004-11-15 17:27:00 +0000190 <File
191 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h">
192 </File>
193 <File
194 RelativePath="..\..\include\llvm\Support\Annotation.h">
195 </File>
196 <File
197 RelativePath="..\..\include\llvm\Support\CallSite.h">
198 </File>
199 <File
200 RelativePath="..\..\include\llvm\Support\Casting.h">
201 </File>
202 <File
203 RelativePath="..\..\include\llvm\Support\CFG.h">
204 </File>
205 <File
206 RelativePath="..\..\include\llvm\Support\CommandLine.h">
207 </File>
208 <File
209 RelativePath="..\..\include\llvm\Support\Compressor.h">
210 </File>
211 <File
212 RelativePath="..\..\include\llvm\Support\ConstantRange.h">
213 </File>
214 <File
215 RelativePath="..\..\include\llvm\Support\DataTypes.h">
216 </File>
217 <File
218 RelativePath="..\..\include\llvm\Support\Debug.h">
219 </File>
220 <File
221 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h">
222 </File>
223 <File
Reid Spencer10114292004-11-15 17:27:00 +0000224 RelativePath="..\..\include\llvm\Support\ELF.h">
225 </File>
226 <File
227 RelativePath="..\..\include\llvm\Support\FileUtilities.h">
228 </File>
229 <File
230 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h">
231 </File>
232 <File
233 RelativePath="..\..\include\llvm\Support\GraphWriter.h">
234 </File>
235 <File
236 RelativePath="..\..\include\llvm\Support\InstIterator.h">
237 </File>
238 <File
239 RelativePath="..\..\include\llvm\Support\InstVisitor.h">
240 </File>
241 <File
242 RelativePath="..\..\include\llvm\Support\LeakDetector.h">
243 </File>
244 <File
245 RelativePath="..\..\include\llvm\Support\Linker.h">
246 </File>
247 <File
248 RelativePath="..\..\include\llvm\Support\MallocAllocator.h">
249 </File>
250 <File
251 RelativePath="..\..\include\llvm\Support\Mangler.h">
252 </File>
253 <File
254 RelativePath="..\..\include\llvm\Support\MathExtras.h">
255 </File>
256 <File
257 RelativePath="..\..\include\llvm\Support\PassNameParser.h">
258 </File>
259 <File
260 RelativePath="..\..\include\llvm\Support\PatternMatch.h">
261 </File>
262 <File
263 RelativePath="..\..\include\llvm\Support\PluginLoader.h">
264 </File>
265 <File
266 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h">
267 </File>
268 <File
269 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h">
270 </File>
271 <File
272 RelativePath="..\..\include\llvm\Support\SystemUtils.h">
273 </File>
274 <File
275 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h">
276 </File>
277 <File
278 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h">
279 </File>
280 <File
281 RelativePath="..\..\include\llvm\Support\Timer.h">
282 </File>
283 <File
284 RelativePath="..\..\include\llvm\Support\ToolRunner.h">
285 </File>
286 <File
287 RelativePath="..\..\include\llvm\Support\type_traits.h">
288 </File>
289 <File
290 RelativePath="..\..\include\llvm\Support\TypeInfo.h">
291 </File>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000292 </Filter>
Chris Lattnerffbc58d2004-12-04 19:14:38 +0000293 <Filter
294 Name="ADT"
295 Filter="">
296 <File
297 RelativePath="..\..\include\llvm\Adt\BitSetVector.h">
298 </File>
299 <File
300 RelativePath="..\..\include\llvm\Adt\DenseMap.h">
301 </File>
302 <File
303 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h">
304 </File>
305 <File
306 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h">
307 </File>
308 <File
309 RelativePath="..\..\include\llvm\Adt\GraphTraits.h">
310 </File>
311 <File
312 RelativePath="..\..\include\llvm\Adt\hash_map">
313 </File>
314 <File
315 RelativePath="..\..\include\llvm\Adt\hash_set">
316 </File>
317 <File
318 RelativePath="..\..\include\llvm\Adt\HashExtras.h">
319 </File>
320 <File
321 RelativePath="..\..\include\llvm\Adt\ilist">
322 </File>
323 <File
324 RelativePath="..\..\include\llvm\Adt\iterator">
325 </File>
326 <File
327 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h">
328 </File>
329 <File
330 RelativePath="..\..\include\llvm\Adt\SCCIterator.h">
331 </File>
332 <File
333 RelativePath="..\..\include\llvm\Adt\SetOperations.h">
334 </File>
335 <File
336 RelativePath="..\..\include\llvm\Adt\SetVector.h">
337 </File>
338 <File
339 RelativePath="..\..\include\llvm\Adt\Statistic.h">
340 </File>
341 <File
342 RelativePath="..\..\include\llvm\Adt\STLExtras.h">
343 </File>
344 <File
345 RelativePath="..\..\include\llvm\Adt\StringExtras.h">
346 </File>
347 <File
348 RelativePath="..\..\include\llvm\Adt\Tree.h">
349 </File>
350 <File
351 RelativePath="..\..\include\llvm\Adt\VectorExtras.h">
352 </File>
353 </Filter>
Reid Spencer085ea4d2004-11-03 16:13:14 +0000354 </Files>
355 <Globals>
356 </Globals>
357</VisualStudioProject>