blob: 21474a00ca28e6dbe088e49e6cfadd746b6b99ce [file] [log] [blame]
Chris Lattner37e23c92007-09-03 18:21:31 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="clangAST"
6 ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
7 RootNamespace="clangAST"
8 Keyword="Win32Proj"
9 >
10 <Platforms>
11 <Platform
12 Name="Win32"
13 />
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="..\Debug"
21 IntermediateDirectory="Debug"
22 ConfigurationType="4"
23 CharacterSet="2"
24 >
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 />
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
44 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="3"
48 UsePrecompiledHeader="0"
49 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
50 WarningLevel="3"
51 Detect64BitPortabilityProblems="false"
52 DebugInformationFormat="3"
53 DisableSpecificWarnings="4355,4146,4800"
54 />
55 <Tool
56 Name="VCManagedResourceCompilerTool"
57 />
58 <Tool
59 Name="VCResourceCompilerTool"
60 />
61 <Tool
62 Name="VCPreLinkEventTool"
63 />
64 <Tool
65 Name="VCLibrarianTool"
66 />
67 <Tool
68 Name="VCALinkTool"
69 />
70 <Tool
71 Name="VCXDCMakeTool"
72 />
73 <Tool
74 Name="VCBscMakeTool"
75 />
76 <Tool
77 Name="VCFxCopTool"
78 />
79 <Tool
80 Name="VCPostBuildEventTool"
81 />
82 </Configuration>
83 <Configuration
84 Name="Release|Win32"
85 OutputDirectory="..\Release"
86 IntermediateDirectory="Release"
87 ConfigurationType="4"
88 CharacterSet="2"
89 WholeProgramOptimization="1"
90 >
91 <Tool
92 Name="VCPreBuildEventTool"
93 />
94 <Tool
95 Name="VCCustomBuildTool"
96 />
97 <Tool
98 Name="VCXMLDataGeneratorTool"
99 />
100 <Tool
101 Name="VCWebServiceProxyGeneratorTool"
102 />
103 <Tool
104 Name="VCMIDLTool"
105 />
106 <Tool
107 Name="VCCLCompilerTool"
108 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
109 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
110 RuntimeLibrary="2"
111 UsePrecompiledHeader="0"
112 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
113 WarningLevel="3"
114 Detect64BitPortabilityProblems="false"
115 DebugInformationFormat="3"
116 DisableSpecificWarnings="4355,4146,4800"
117 />
118 <Tool
119 Name="VCManagedResourceCompilerTool"
120 />
121 <Tool
122 Name="VCResourceCompilerTool"
123 />
124 <Tool
125 Name="VCPreLinkEventTool"
126 />
127 <Tool
128 Name="VCLibrarianTool"
129 />
130 <Tool
131 Name="VCALinkTool"
132 />
133 <Tool
134 Name="VCXDCMakeTool"
135 />
136 <Tool
137 Name="VCBscMakeTool"
138 />
139 <Tool
140 Name="VCFxCopTool"
141 />
142 <Tool
143 Name="VCPostBuildEventTool"
144 />
145 </Configuration>
146 </Configurations>
147 <References>
148 </References>
149 <Files>
150 <Filter
151 Name="Source Files"
152 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
153 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
154 >
155 <File
156 RelativePath="..\..\AST\ASTContext.cpp"
157 >
158 </File>
159 <File
160 RelativePath="..\..\AST\Builtins.cpp"
161 >
162 </File>
163 <File
164 RelativePath="..\..\AST\CFG.cpp"
165 >
166 </File>
167 <File
168 RelativePath="..\..\AST\Decl.cpp"
169 >
170 </File>
171 <File
172 RelativePath="..\..\AST\Expr.cpp"
173 >
174 </File>
175 <File
176 RelativePath="..\..\AST\ExprCXX.cpp"
177 >
178 </File>
179 <File
180 RelativePath="..\..\AST\Stmt.cpp"
181 >
182 </File>
183 <File
184 RelativePath="..\..\AST\StmtDumper.cpp"
185 >
186 </File>
187 <File
188 RelativePath="..\..\AST\StmtPrinter.cpp"
189 >
190 </File>
191 <File
192 RelativePath="..\..\AST\Type.cpp"
193 >
194 </File>
195 </Filter>
196 <Filter
197 Name="Header Files"
198 Filter="h;hpp;hxx;hm;inl;inc;xsd"
199 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
200 >
201 <File
202 RelativePath="..\..\include\clang\AST\AST.h"
203 >
204 </File>
205 <File
206 RelativePath="..\..\include\clang\AST\ASTContext.h"
207 >
208 </File>
209 <File
210 RelativePath="..\..\include\clang\AST\Builtins.h"
211 >
212 </File>
213 <File
214 RelativePath="..\..\include\clang\AST\CFG.h"
215 >
216 </File>
217 <File
218 RelativePath="..\..\include\clang\AST\Decl.h"
219 >
220 </File>
221 <File
222 RelativePath="..\..\include\clang\AST\Expr.h"
223 >
224 </File>
225 <File
226 RelativePath="..\..\include\clang\AST\ExprCXX.h"
227 >
228 </File>
229 <File
230 RelativePath="..\..\include\clang\AST\RecordLayout.h"
231 >
232 </File>
233 <File
234 RelativePath="..\..\include\clang\AST\Stmt.h"
235 >
236 </File>
237 <File
238 RelativePath="..\..\include\clang\AST\StmtVisitor.h"
239 >
240 </File>
241 <File
242 RelativePath="..\..\include\clang\AST\Type.h"
243 >
244 </File>
245 </Filter>
246 </Files>
247 <Globals>
248 </Globals>
249</VisualStudioProject>
250<?xml version="1.0" encoding="Windows-1252"?>
251<VisualStudioProject
252 ProjectType="Visual C++"
253 Version="8.00"
254 Name="clangAST"
255 ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
256 RootNamespace="clangAST"
257 Keyword="Win32Proj"
258 >
259 <Platforms>
260 <Platform
261 Name="Win32"
262 />
263 </Platforms>
264 <ToolFiles>
265 </ToolFiles>
266 <Configurations>
267 <Configuration
268 Name="Debug|Win32"
269 OutputDirectory="..\Debug"
270 IntermediateDirectory="Debug"
271 ConfigurationType="4"
272 CharacterSet="2"
273 >
274 <Tool
275 Name="VCPreBuildEventTool"
276 />
277 <Tool
278 Name="VCCustomBuildTool"
279 />
280 <Tool
281 Name="VCXMLDataGeneratorTool"
282 />
283 <Tool
284 Name="VCWebServiceProxyGeneratorTool"
285 />
286 <Tool
287 Name="VCMIDLTool"
288 />
289 <Tool
290 Name="VCCLCompilerTool"
291 Optimization="0"
292 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
293 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
294 MinimalRebuild="true"
295 BasicRuntimeChecks="3"
296 RuntimeLibrary="3"
297 UsePrecompiledHeader="0"
298 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
299 WarningLevel="3"
300 Detect64BitPortabilityProblems="false"
301 DebugInformationFormat="3"
302 DisableSpecificWarnings="4355,4146,4800"
303 />
304 <Tool
305 Name="VCManagedResourceCompilerTool"
306 />
307 <Tool
308 Name="VCResourceCompilerTool"
309 />
310 <Tool
311 Name="VCPreLinkEventTool"
312 />
313 <Tool
314 Name="VCLibrarianTool"
315 />
316 <Tool
317 Name="VCALinkTool"
318 />
319 <Tool
320 Name="VCXDCMakeTool"
321 />
322 <Tool
323 Name="VCBscMakeTool"
324 />
325 <Tool
326 Name="VCFxCopTool"
327 />
328 <Tool
329 Name="VCPostBuildEventTool"
330 />
331 </Configuration>
332 <Configuration
333 Name="Release|Win32"
334 OutputDirectory="..\Release"
335 IntermediateDirectory="Release"
336 ConfigurationType="4"
337 CharacterSet="2"
338 WholeProgramOptimization="1"
339 >
340 <Tool
341 Name="VCPreBuildEventTool"
342 />
343 <Tool
344 Name="VCCustomBuildTool"
345 />
346 <Tool
347 Name="VCXMLDataGeneratorTool"
348 />
349 <Tool
350 Name="VCWebServiceProxyGeneratorTool"
351 />
352 <Tool
353 Name="VCMIDLTool"
354 />
355 <Tool
356 Name="VCCLCompilerTool"
357 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
358 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
359 RuntimeLibrary="2"
360 UsePrecompiledHeader="0"
361 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
362 WarningLevel="3"
363 Detect64BitPortabilityProblems="false"
364 DebugInformationFormat="3"
365 DisableSpecificWarnings="4355,4146,4800"
366 />
367 <Tool
368 Name="VCManagedResourceCompilerTool"
369 />
370 <Tool
371 Name="VCResourceCompilerTool"
372 />
373 <Tool
374 Name="VCPreLinkEventTool"
375 />
376 <Tool
377 Name="VCLibrarianTool"
378 />
379 <Tool
380 Name="VCALinkTool"
381 />
382 <Tool
383 Name="VCXDCMakeTool"
384 />
385 <Tool
386 Name="VCBscMakeTool"
387 />
388 <Tool
389 Name="VCFxCopTool"
390 />
391 <Tool
392 Name="VCPostBuildEventTool"
393 />
394 </Configuration>
395 </Configurations>
396 <References>
397 </References>
398 <Files>
399 <Filter
400 Name="Source Files"
401 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
402 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
403 >
404 <File
405 RelativePath="..\..\AST\ASTContext.cpp"
406 >
407 </File>
408 <File
409 RelativePath="..\..\AST\Builtins.cpp"
410 >
411 </File>
412 <File
413 RelativePath="..\..\AST\CFG.cpp"
414 >
415 </File>
416 <File
417 RelativePath="..\..\AST\Decl.cpp"
418 >
419 </File>
420 <File
421 RelativePath="..\..\AST\Expr.cpp"
422 >
423 </File>
424 <File
425 RelativePath="..\..\AST\ExprCXX.cpp"
426 >
427 </File>
428 <File
429 RelativePath="..\..\AST\Stmt.cpp"
430 >
431 </File>
432 <File
433 RelativePath="..\..\AST\StmtDumper.cpp"
434 >
435 </File>
436 <File
437 RelativePath="..\..\AST\StmtPrinter.cpp"
438 >
439 </File>
440 <File
441 RelativePath="..\..\AST\Type.cpp"
442 >
443 </File>
444 </Filter>
445 <Filter
446 Name="Header Files"
447 Filter="h;hpp;hxx;hm;inl;inc;xsd"
448 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
449 >
450 <File
451 RelativePath="..\..\include\clang\AST\AST.h"
452 >
453 </File>
454 <File
455 RelativePath="..\..\include\clang\AST\ASTContext.h"
456 >
457 </File>
458 <File
459 RelativePath="..\..\include\clang\AST\Builtins.h"
460 >
461 </File>
462 <File
463 RelativePath="..\..\include\clang\AST\CFG.h"
464 >
465 </File>
466 <File
467 RelativePath="..\..\include\clang\AST\Decl.h"
468 >
469 </File>
470 <File
471 RelativePath="..\..\include\clang\AST\Expr.h"
472 >
473 </File>
474 <File
475 RelativePath="..\..\include\clang\AST\ExprCXX.h"
476 >
477 </File>
478 <File
479 RelativePath="..\..\include\clang\AST\RecordLayout.h"
480 >
481 </File>
482 <File
483 RelativePath="..\..\include\clang\AST\Stmt.h"
484 >
485 </File>
486 <File
487 RelativePath="..\..\include\clang\AST\StmtVisitor.h"
488 >
489 </File>
490 <File
491 RelativePath="..\..\include\clang\AST\Type.h"
492 >
493 </File>
494 </Filter>
495 </Files>
496 <Globals>
497 </Globals>
498</VisualStudioProject>