blob: e11c6c5caa6f9b2250cbedfe59b0004ca6add6c6 [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"
Chris Lattner2b8f1212007-09-04 02:46:31 +000053 DisableSpecificWarnings="4146"
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="4146"
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="4146"
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="4146"
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>
499<?xml version="1.0" encoding="Windows-1252"?>
500<VisualStudioProject
501 ProjectType="Visual C++"
502 Version="8.00"
503 Name="clangAST"
504 ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
505 RootNamespace="clangAST"
506 Keyword="Win32Proj"
507 >
508 <Platforms>
509 <Platform
510 Name="Win32"
511 />
512 </Platforms>
513 <ToolFiles>
514 </ToolFiles>
515 <Configurations>
516 <Configuration
517 Name="Debug|Win32"
518 OutputDirectory="..\Debug"
519 IntermediateDirectory="Debug"
520 ConfigurationType="4"
521 CharacterSet="2"
522 >
523 <Tool
524 Name="VCPreBuildEventTool"
525 />
526 <Tool
527 Name="VCCustomBuildTool"
528 />
529 <Tool
530 Name="VCXMLDataGeneratorTool"
531 />
532 <Tool
533 Name="VCWebServiceProxyGeneratorTool"
534 />
535 <Tool
536 Name="VCMIDLTool"
537 />
538 <Tool
539 Name="VCCLCompilerTool"
540 Optimization="0"
541 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
542 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
543 MinimalRebuild="true"
544 BasicRuntimeChecks="3"
545 RuntimeLibrary="3"
546 UsePrecompiledHeader="0"
547 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
548 WarningLevel="3"
549 Detect64BitPortabilityProblems="false"
550 DebugInformationFormat="3"
Chris Lattner37e23c92007-09-03 18:21:31 +0000551 DisableSpecificWarnings="4355,4146,4800"
552 />
553 <Tool
554 Name="VCManagedResourceCompilerTool"
555 />
556 <Tool
557 Name="VCResourceCompilerTool"
558 />
559 <Tool
560 Name="VCPreLinkEventTool"
561 />
562 <Tool
563 Name="VCLibrarianTool"
564 />
565 <Tool
566 Name="VCALinkTool"
567 />
568 <Tool
569 Name="VCXDCMakeTool"
570 />
571 <Tool
572 Name="VCBscMakeTool"
573 />
574 <Tool
575 Name="VCFxCopTool"
576 />
577 <Tool
578 Name="VCPostBuildEventTool"
579 />
580 </Configuration>
581 <Configuration
582 Name="Release|Win32"
583 OutputDirectory="..\Release"
584 IntermediateDirectory="Release"
585 ConfigurationType="4"
586 CharacterSet="2"
587 WholeProgramOptimization="1"
588 >
589 <Tool
590 Name="VCPreBuildEventTool"
591 />
592 <Tool
593 Name="VCCustomBuildTool"
594 />
595 <Tool
596 Name="VCXMLDataGeneratorTool"
597 />
598 <Tool
599 Name="VCWebServiceProxyGeneratorTool"
600 />
601 <Tool
602 Name="VCMIDLTool"
603 />
604 <Tool
605 Name="VCCLCompilerTool"
606 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
607 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
608 RuntimeLibrary="2"
609 UsePrecompiledHeader="0"
610 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
611 WarningLevel="3"
612 Detect64BitPortabilityProblems="false"
613 DebugInformationFormat="3"
614 DisableSpecificWarnings="4355,4146,4800"
615 />
616 <Tool
617 Name="VCManagedResourceCompilerTool"
618 />
619 <Tool
620 Name="VCResourceCompilerTool"
621 />
622 <Tool
623 Name="VCPreLinkEventTool"
624 />
625 <Tool
626 Name="VCLibrarianTool"
627 />
628 <Tool
629 Name="VCALinkTool"
630 />
631 <Tool
632 Name="VCXDCMakeTool"
633 />
634 <Tool
635 Name="VCBscMakeTool"
636 />
637 <Tool
638 Name="VCFxCopTool"
639 />
640 <Tool
641 Name="VCPostBuildEventTool"
642 />
643 </Configuration>
644 </Configurations>
645 <References>
646 </References>
647 <Files>
648 <Filter
649 Name="Source Files"
650 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
651 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
652 >
653 <File
654 RelativePath="..\..\AST\ASTContext.cpp"
655 >
656 </File>
657 <File
658 RelativePath="..\..\AST\Builtins.cpp"
659 >
660 </File>
661 <File
662 RelativePath="..\..\AST\CFG.cpp"
663 >
664 </File>
665 <File
666 RelativePath="..\..\AST\Decl.cpp"
667 >
668 </File>
669 <File
670 RelativePath="..\..\AST\Expr.cpp"
671 >
672 </File>
673 <File
674 RelativePath="..\..\AST\ExprCXX.cpp"
675 >
676 </File>
677 <File
678 RelativePath="..\..\AST\Stmt.cpp"
679 >
680 </File>
681 <File
682 RelativePath="..\..\AST\StmtDumper.cpp"
683 >
684 </File>
685 <File
686 RelativePath="..\..\AST\StmtPrinter.cpp"
687 >
688 </File>
689 <File
690 RelativePath="..\..\AST\Type.cpp"
691 >
692 </File>
693 </Filter>
694 <Filter
695 Name="Header Files"
696 Filter="h;hpp;hxx;hm;inl;inc;xsd"
697 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
698 >
699 <File
700 RelativePath="..\..\include\clang\AST\AST.h"
701 >
702 </File>
703 <File
704 RelativePath="..\..\include\clang\AST\ASTContext.h"
705 >
706 </File>
707 <File
708 RelativePath="..\..\include\clang\AST\Builtins.h"
709 >
710 </File>
711 <File
712 RelativePath="..\..\include\clang\AST\CFG.h"
713 >
714 </File>
715 <File
716 RelativePath="..\..\include\clang\AST\Decl.h"
717 >
718 </File>
719 <File
720 RelativePath="..\..\include\clang\AST\Expr.h"
721 >
722 </File>
723 <File
724 RelativePath="..\..\include\clang\AST\ExprCXX.h"
725 >
726 </File>
727 <File
728 RelativePath="..\..\include\clang\AST\RecordLayout.h"
729 >
730 </File>
731 <File
732 RelativePath="..\..\include\clang\AST\Stmt.h"
733 >
734 </File>
735 <File
736 RelativePath="..\..\include\clang\AST\StmtVisitor.h"
737 >
738 </File>
739 <File
740 RelativePath="..\..\include\clang\AST\Type.h"
741 >
742 </File>
743 </Filter>
744 </Files>
745 <Globals>
746 </Globals>
747</VisualStudioProject>
748<?xml version="1.0" encoding="Windows-1252"?>
749<VisualStudioProject
750 ProjectType="Visual C++"
751 Version="8.00"
752 Name="clangAST"
753 ProjectGUID="{5125C3DB-FBD6-4BF8-8D8B-CE51D6E93BCD}"
754 RootNamespace="clangAST"
755 Keyword="Win32Proj"
756 >
757 <Platforms>
758 <Platform
759 Name="Win32"
760 />
761 </Platforms>
762 <ToolFiles>
763 </ToolFiles>
764 <Configurations>
765 <Configuration
766 Name="Debug|Win32"
767 OutputDirectory="..\Debug"
768 IntermediateDirectory="Debug"
769 ConfigurationType="4"
770 CharacterSet="2"
771 >
772 <Tool
773 Name="VCPreBuildEventTool"
774 />
775 <Tool
776 Name="VCCustomBuildTool"
777 />
778 <Tool
779 Name="VCXMLDataGeneratorTool"
780 />
781 <Tool
782 Name="VCWebServiceProxyGeneratorTool"
783 />
784 <Tool
785 Name="VCMIDLTool"
786 />
787 <Tool
788 Name="VCCLCompilerTool"
789 Optimization="0"
790 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
791 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
792 MinimalRebuild="true"
793 BasicRuntimeChecks="3"
794 RuntimeLibrary="3"
795 UsePrecompiledHeader="0"
796 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
797 WarningLevel="3"
798 Detect64BitPortabilityProblems="false"
799 DebugInformationFormat="3"
800 DisableSpecificWarnings="4355,4146,4800"
801 />
802 <Tool
803 Name="VCManagedResourceCompilerTool"
804 />
805 <Tool
806 Name="VCResourceCompilerTool"
807 />
808 <Tool
809 Name="VCPreLinkEventTool"
810 />
811 <Tool
812 Name="VCLibrarianTool"
813 />
814 <Tool
815 Name="VCALinkTool"
816 />
817 <Tool
818 Name="VCXDCMakeTool"
819 />
820 <Tool
821 Name="VCBscMakeTool"
822 />
823 <Tool
824 Name="VCFxCopTool"
825 />
826 <Tool
827 Name="VCPostBuildEventTool"
828 />
829 </Configuration>
830 <Configuration
831 Name="Release|Win32"
832 OutputDirectory="..\Release"
833 IntermediateDirectory="Release"
834 ConfigurationType="4"
835 CharacterSet="2"
836 WholeProgramOptimization="1"
837 >
838 <Tool
839 Name="VCPreBuildEventTool"
840 />
841 <Tool
842 Name="VCCustomBuildTool"
843 />
844 <Tool
845 Name="VCXMLDataGeneratorTool"
846 />
847 <Tool
848 Name="VCWebServiceProxyGeneratorTool"
849 />
850 <Tool
851 Name="VCMIDLTool"
852 />
853 <Tool
854 Name="VCCLCompilerTool"
855 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
856 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
857 RuntimeLibrary="2"
858 UsePrecompiledHeader="0"
859 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
860 WarningLevel="3"
861 Detect64BitPortabilityProblems="false"
862 DebugInformationFormat="3"
863 DisableSpecificWarnings="4355,4146,4800"
864 />
865 <Tool
866 Name="VCManagedResourceCompilerTool"
867 />
868 <Tool
869 Name="VCResourceCompilerTool"
870 />
871 <Tool
872 Name="VCPreLinkEventTool"
873 />
874 <Tool
875 Name="VCLibrarianTool"
876 />
877 <Tool
878 Name="VCALinkTool"
879 />
880 <Tool
881 Name="VCXDCMakeTool"
882 />
883 <Tool
884 Name="VCBscMakeTool"
885 />
886 <Tool
887 Name="VCFxCopTool"
888 />
889 <Tool
890 Name="VCPostBuildEventTool"
891 />
892 </Configuration>
893 </Configurations>
894 <References>
895 </References>
896 <Files>
897 <Filter
898 Name="Source Files"
899 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
900 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
901 >
902 <File
903 RelativePath="..\..\AST\ASTContext.cpp"
904 >
905 </File>
906 <File
907 RelativePath="..\..\AST\Builtins.cpp"
908 >
909 </File>
910 <File
911 RelativePath="..\..\AST\CFG.cpp"
912 >
913 </File>
914 <File
915 RelativePath="..\..\AST\Decl.cpp"
916 >
917 </File>
918 <File
919 RelativePath="..\..\AST\Expr.cpp"
920 >
921 </File>
922 <File
923 RelativePath="..\..\AST\ExprCXX.cpp"
924 >
925 </File>
926 <File
927 RelativePath="..\..\AST\Stmt.cpp"
928 >
929 </File>
930 <File
931 RelativePath="..\..\AST\StmtDumper.cpp"
932 >
933 </File>
934 <File
935 RelativePath="..\..\AST\StmtPrinter.cpp"
936 >
937 </File>
938 <File
939 RelativePath="..\..\AST\Type.cpp"
940 >
941 </File>
942 </Filter>
943 <Filter
944 Name="Header Files"
945 Filter="h;hpp;hxx;hm;inl;inc;xsd"
946 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
947 >
948 <File
949 RelativePath="..\..\include\clang\AST\AST.h"
950 >
951 </File>
952 <File
953 RelativePath="..\..\include\clang\AST\ASTContext.h"
954 >
955 </File>
956 <File
957 RelativePath="..\..\include\clang\AST\Builtins.h"
958 >
959 </File>
960 <File
961 RelativePath="..\..\include\clang\AST\CFG.h"
962 >
963 </File>
964 <File
965 RelativePath="..\..\include\clang\AST\Decl.h"
966 >
967 </File>
968 <File
969 RelativePath="..\..\include\clang\AST\Expr.h"
970 >
971 </File>
972 <File
973 RelativePath="..\..\include\clang\AST\ExprCXX.h"
974 >
975 </File>
976 <File
977 RelativePath="..\..\include\clang\AST\RecordLayout.h"
978 >
979 </File>
980 <File
981 RelativePath="..\..\include\clang\AST\Stmt.h"
982 >
983 </File>
984 <File
985 RelativePath="..\..\include\clang\AST\StmtVisitor.h"
986 >
987 </File>
988 <File
989 RelativePath="..\..\include\clang\AST\Type.h"
990 >
991 </File>
992 </Filter>
993 </Files>
994 <Globals>
995 </Globals>
996</VisualStudioProject>