blob: 094c1362d5d5ff1cc1fd2e7c84f65a890586692a [file] [log] [blame]
Chris Lattner0b6f0ee2007-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="clangParse"
6 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
7 RootNamespace="clangParse"
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 Lattner8c2944e2007-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="..\..\Parse\AttributeList.cpp"
157 >
158 </File>
159 <File
160 RelativePath="..\..\Parse\DeclSpec.cpp"
161 >
162 </File>
163 <File
164 RelativePath="..\..\Parse\MinimalAction.cpp"
165 >
166 </File>
167 <File
168 RelativePath="..\..\Parse\ParseDecl.cpp"
169 >
170 </File>
171 <File
172 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
173 >
174 </File>
175 <File
176 RelativePath="..\..\Parse\ParseExpr.cpp"
177 >
178 </File>
179 <File
180 RelativePath="..\..\Parse\ParseExprCXX.cpp"
181 >
182 </File>
183 <File
184 RelativePath="..\..\Parse\ParseInit.cpp"
185 >
186 </File>
187 <File
188 RelativePath="..\..\Parse\ParseObjc.cpp"
189 >
190 </File>
191 <File
192 RelativePath="..\..\Parse\Parser.cpp"
193 >
194 </File>
195 <File
196 RelativePath="..\..\Parse\ParseStmt.cpp"
197 >
198 </File>
199 </Filter>
200 <Filter
201 Name="Header Files"
202 Filter="h;hpp;hxx;hm;inl;inc;xsd"
203 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204 >
205 <File
206 RelativePath="..\..\include\clang\Parse\Action.h"
207 >
208 </File>
209 <File
210 RelativePath="..\..\include\clang\Parse\AttributeList.h"
211 >
212 </File>
213 <File
214 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
215 >
216 </File>
217 <File
218 RelativePath="..\..\include\clang\Parse\Parser.h"
219 >
220 </File>
221 <File
222 RelativePath="..\..\include\clang\Parse\Scope.h"
223 >
224 </File>
225 </Filter>
226 </Files>
227 <Globals>
228 </Globals>
229</VisualStudioProject>
230<?xml version="1.0" encoding="Windows-1252"?>
231<VisualStudioProject
232 ProjectType="Visual C++"
233 Version="8.00"
234 Name="clangParse"
235 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
236 RootNamespace="clangParse"
237 Keyword="Win32Proj"
238 >
239 <Platforms>
240 <Platform
241 Name="Win32"
242 />
243 </Platforms>
244 <ToolFiles>
245 </ToolFiles>
246 <Configurations>
247 <Configuration
248 Name="Debug|Win32"
249 OutputDirectory="..\Debug"
250 IntermediateDirectory="Debug"
251 ConfigurationType="4"
252 CharacterSet="2"
253 >
254 <Tool
255 Name="VCPreBuildEventTool"
256 />
257 <Tool
258 Name="VCCustomBuildTool"
259 />
260 <Tool
261 Name="VCXMLDataGeneratorTool"
262 />
263 <Tool
264 Name="VCWebServiceProxyGeneratorTool"
265 />
266 <Tool
267 Name="VCMIDLTool"
268 />
269 <Tool
270 Name="VCCLCompilerTool"
271 Optimization="0"
272 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
273 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
274 MinimalRebuild="true"
275 BasicRuntimeChecks="3"
276 RuntimeLibrary="3"
277 UsePrecompiledHeader="0"
278 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
279 WarningLevel="3"
280 Detect64BitPortabilityProblems="false"
281 DebugInformationFormat="3"
282 DisableSpecificWarnings="4146"
283 />
284 <Tool
285 Name="VCManagedResourceCompilerTool"
286 />
287 <Tool
288 Name="VCResourceCompilerTool"
289 />
290 <Tool
291 Name="VCPreLinkEventTool"
292 />
293 <Tool
294 Name="VCLibrarianTool"
295 />
296 <Tool
297 Name="VCALinkTool"
298 />
299 <Tool
300 Name="VCXDCMakeTool"
301 />
302 <Tool
303 Name="VCBscMakeTool"
304 />
305 <Tool
306 Name="VCFxCopTool"
307 />
308 <Tool
309 Name="VCPostBuildEventTool"
310 />
311 </Configuration>
312 <Configuration
313 Name="Release|Win32"
314 OutputDirectory="..\Release"
315 IntermediateDirectory="Release"
316 ConfigurationType="4"
317 CharacterSet="2"
318 WholeProgramOptimization="1"
319 >
320 <Tool
321 Name="VCPreBuildEventTool"
322 />
323 <Tool
324 Name="VCCustomBuildTool"
325 />
326 <Tool
327 Name="VCXMLDataGeneratorTool"
328 />
329 <Tool
330 Name="VCWebServiceProxyGeneratorTool"
331 />
332 <Tool
333 Name="VCMIDLTool"
334 />
335 <Tool
336 Name="VCCLCompilerTool"
337 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
338 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
339 RuntimeLibrary="2"
340 UsePrecompiledHeader="0"
341 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
342 WarningLevel="3"
343 Detect64BitPortabilityProblems="false"
344 DebugInformationFormat="3"
345 DisableSpecificWarnings="4146"
346 />
347 <Tool
348 Name="VCManagedResourceCompilerTool"
349 />
350 <Tool
351 Name="VCResourceCompilerTool"
352 />
353 <Tool
354 Name="VCPreLinkEventTool"
355 />
356 <Tool
357 Name="VCLibrarianTool"
358 />
359 <Tool
360 Name="VCALinkTool"
361 />
362 <Tool
363 Name="VCXDCMakeTool"
364 />
365 <Tool
366 Name="VCBscMakeTool"
367 />
368 <Tool
369 Name="VCFxCopTool"
370 />
371 <Tool
372 Name="VCPostBuildEventTool"
373 />
374 </Configuration>
375 </Configurations>
376 <References>
377 </References>
378 <Files>
379 <Filter
380 Name="Source Files"
381 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
382 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
383 >
384 <File
385 RelativePath="..\..\Parse\AttributeList.cpp"
386 >
387 </File>
388 <File
389 RelativePath="..\..\Parse\DeclSpec.cpp"
390 >
391 </File>
392 <File
393 RelativePath="..\..\Parse\MinimalAction.cpp"
394 >
395 </File>
396 <File
397 RelativePath="..\..\Parse\ParseDecl.cpp"
398 >
399 </File>
400 <File
401 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
402 >
403 </File>
404 <File
405 RelativePath="..\..\Parse\ParseExpr.cpp"
406 >
407 </File>
408 <File
409 RelativePath="..\..\Parse\ParseExprCXX.cpp"
410 >
411 </File>
412 <File
413 RelativePath="..\..\Parse\ParseInit.cpp"
414 >
415 </File>
416 <File
417 RelativePath="..\..\Parse\ParseObjc.cpp"
418 >
419 </File>
420 <File
421 RelativePath="..\..\Parse\Parser.cpp"
422 >
423 </File>
424 <File
425 RelativePath="..\..\Parse\ParseStmt.cpp"
426 >
427 </File>
428 </Filter>
429 <Filter
430 Name="Header Files"
431 Filter="h;hpp;hxx;hm;inl;inc;xsd"
432 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
433 >
434 <File
435 RelativePath="..\..\include\clang\Parse\Action.h"
436 >
437 </File>
438 <File
439 RelativePath="..\..\include\clang\Parse\AttributeList.h"
440 >
441 </File>
442 <File
443 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
444 >
445 </File>
446 <File
447 RelativePath="..\..\include\clang\Parse\Parser.h"
448 >
449 </File>
450 <File
451 RelativePath="..\..\include\clang\Parse\Scope.h"
452 >
453 </File>
454 </Filter>
455 </Files>
456 <Globals>
457 </Globals>
458</VisualStudioProject>
459<?xml version="1.0" encoding="Windows-1252"?>
460<VisualStudioProject
461 ProjectType="Visual C++"
462 Version="8.00"
463 Name="clangParse"
464 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
465 RootNamespace="clangParse"
466 Keyword="Win32Proj"
467 >
468 <Platforms>
469 <Platform
470 Name="Win32"
471 />
472 </Platforms>
473 <ToolFiles>
474 </ToolFiles>
475 <Configurations>
476 <Configuration
477 Name="Debug|Win32"
478 OutputDirectory="..\Debug"
479 IntermediateDirectory="Debug"
480 ConfigurationType="4"
481 CharacterSet="2"
482 >
483 <Tool
484 Name="VCPreBuildEventTool"
485 />
486 <Tool
487 Name="VCCustomBuildTool"
488 />
489 <Tool
490 Name="VCXMLDataGeneratorTool"
491 />
492 <Tool
493 Name="VCWebServiceProxyGeneratorTool"
494 />
495 <Tool
496 Name="VCMIDLTool"
497 />
498 <Tool
499 Name="VCCLCompilerTool"
500 Optimization="0"
501 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
502 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
503 MinimalRebuild="true"
504 BasicRuntimeChecks="3"
505 RuntimeLibrary="3"
506 UsePrecompiledHeader="0"
507 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
508 WarningLevel="3"
509 Detect64BitPortabilityProblems="false"
510 DebugInformationFormat="3"
Chris Lattner0b6f0ee2007-09-03 18:21:31 +0000511 DisableSpecificWarnings="4355,4146,4800"
512 />
513 <Tool
514 Name="VCManagedResourceCompilerTool"
515 />
516 <Tool
517 Name="VCResourceCompilerTool"
518 />
519 <Tool
520 Name="VCPreLinkEventTool"
521 />
522 <Tool
523 Name="VCLibrarianTool"
524 />
525 <Tool
526 Name="VCALinkTool"
527 />
528 <Tool
529 Name="VCXDCMakeTool"
530 />
531 <Tool
532 Name="VCBscMakeTool"
533 />
534 <Tool
535 Name="VCFxCopTool"
536 />
537 <Tool
538 Name="VCPostBuildEventTool"
539 />
540 </Configuration>
541 <Configuration
542 Name="Release|Win32"
543 OutputDirectory="..\Release"
544 IntermediateDirectory="Release"
545 ConfigurationType="4"
546 CharacterSet="2"
547 WholeProgramOptimization="1"
548 >
549 <Tool
550 Name="VCPreBuildEventTool"
551 />
552 <Tool
553 Name="VCCustomBuildTool"
554 />
555 <Tool
556 Name="VCXMLDataGeneratorTool"
557 />
558 <Tool
559 Name="VCWebServiceProxyGeneratorTool"
560 />
561 <Tool
562 Name="VCMIDLTool"
563 />
564 <Tool
565 Name="VCCLCompilerTool"
566 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
567 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
568 RuntimeLibrary="2"
569 UsePrecompiledHeader="0"
570 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
571 WarningLevel="3"
572 Detect64BitPortabilityProblems="false"
573 DebugInformationFormat="3"
574 DisableSpecificWarnings="4355,4146,4800"
575 />
576 <Tool
577 Name="VCManagedResourceCompilerTool"
578 />
579 <Tool
580 Name="VCResourceCompilerTool"
581 />
582 <Tool
583 Name="VCPreLinkEventTool"
584 />
585 <Tool
586 Name="VCLibrarianTool"
587 />
588 <Tool
589 Name="VCALinkTool"
590 />
591 <Tool
592 Name="VCXDCMakeTool"
593 />
594 <Tool
595 Name="VCBscMakeTool"
596 />
597 <Tool
598 Name="VCFxCopTool"
599 />
600 <Tool
601 Name="VCPostBuildEventTool"
602 />
603 </Configuration>
604 </Configurations>
605 <References>
606 </References>
607 <Files>
608 <Filter
609 Name="Source Files"
610 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
611 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
612 >
613 <File
614 RelativePath="..\..\Parse\AttributeList.cpp"
615 >
616 </File>
617 <File
618 RelativePath="..\..\Parse\DeclSpec.cpp"
619 >
620 </File>
621 <File
622 RelativePath="..\..\Parse\MinimalAction.cpp"
623 >
624 </File>
625 <File
626 RelativePath="..\..\Parse\ParseDecl.cpp"
627 >
628 </File>
629 <File
630 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
631 >
632 </File>
633 <File
634 RelativePath="..\..\Parse\ParseExpr.cpp"
635 >
636 </File>
637 <File
638 RelativePath="..\..\Parse\ParseExprCXX.cpp"
639 >
640 </File>
641 <File
642 RelativePath="..\..\Parse\ParseInit.cpp"
643 >
644 </File>
645 <File
646 RelativePath="..\..\Parse\ParseObjc.cpp"
647 >
648 </File>
649 <File
650 RelativePath="..\..\Parse\Parser.cpp"
651 >
652 </File>
653 <File
654 RelativePath="..\..\Parse\ParseStmt.cpp"
655 >
656 </File>
657 </Filter>
658 <Filter
659 Name="Header Files"
660 Filter="h;hpp;hxx;hm;inl;inc;xsd"
661 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
662 >
663 <File
664 RelativePath="..\..\include\clang\Parse\Action.h"
665 >
666 </File>
667 <File
668 RelativePath="..\..\include\clang\Parse\AttributeList.h"
669 >
670 </File>
671 <File
672 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
673 >
674 </File>
675 <File
676 RelativePath="..\..\include\clang\Parse\Parser.h"
677 >
678 </File>
679 <File
680 RelativePath="..\..\include\clang\Parse\Scope.h"
681 >
682 </File>
683 </Filter>
684 </Files>
685 <Globals>
686 </Globals>
687</VisualStudioProject>
688<?xml version="1.0" encoding="Windows-1252"?>
689<VisualStudioProject
690 ProjectType="Visual C++"
691 Version="8.00"
692 Name="clangParse"
693 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
694 RootNamespace="clangParse"
695 Keyword="Win32Proj"
696 >
697 <Platforms>
698 <Platform
699 Name="Win32"
700 />
701 </Platforms>
702 <ToolFiles>
703 </ToolFiles>
704 <Configurations>
705 <Configuration
706 Name="Debug|Win32"
707 OutputDirectory="..\Debug"
708 IntermediateDirectory="Debug"
709 ConfigurationType="4"
710 CharacterSet="2"
711 >
712 <Tool
713 Name="VCPreBuildEventTool"
714 />
715 <Tool
716 Name="VCCustomBuildTool"
717 />
718 <Tool
719 Name="VCXMLDataGeneratorTool"
720 />
721 <Tool
722 Name="VCWebServiceProxyGeneratorTool"
723 />
724 <Tool
725 Name="VCMIDLTool"
726 />
727 <Tool
728 Name="VCCLCompilerTool"
729 Optimization="0"
730 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
731 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
732 MinimalRebuild="true"
733 BasicRuntimeChecks="3"
734 RuntimeLibrary="3"
735 UsePrecompiledHeader="0"
736 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
737 WarningLevel="3"
738 Detect64BitPortabilityProblems="false"
739 DebugInformationFormat="3"
740 DisableSpecificWarnings="4355,4146,4800"
741 />
742 <Tool
743 Name="VCManagedResourceCompilerTool"
744 />
745 <Tool
746 Name="VCResourceCompilerTool"
747 />
748 <Tool
749 Name="VCPreLinkEventTool"
750 />
751 <Tool
752 Name="VCLibrarianTool"
753 />
754 <Tool
755 Name="VCALinkTool"
756 />
757 <Tool
758 Name="VCXDCMakeTool"
759 />
760 <Tool
761 Name="VCBscMakeTool"
762 />
763 <Tool
764 Name="VCFxCopTool"
765 />
766 <Tool
767 Name="VCPostBuildEventTool"
768 />
769 </Configuration>
770 <Configuration
771 Name="Release|Win32"
772 OutputDirectory="..\Release"
773 IntermediateDirectory="Release"
774 ConfigurationType="4"
775 CharacterSet="2"
776 WholeProgramOptimization="1"
777 >
778 <Tool
779 Name="VCPreBuildEventTool"
780 />
781 <Tool
782 Name="VCCustomBuildTool"
783 />
784 <Tool
785 Name="VCXMLDataGeneratorTool"
786 />
787 <Tool
788 Name="VCWebServiceProxyGeneratorTool"
789 />
790 <Tool
791 Name="VCMIDLTool"
792 />
793 <Tool
794 Name="VCCLCompilerTool"
795 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
796 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
797 RuntimeLibrary="2"
798 UsePrecompiledHeader="0"
799 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
800 WarningLevel="3"
801 Detect64BitPortabilityProblems="false"
802 DebugInformationFormat="3"
803 DisableSpecificWarnings="4355,4146,4800"
804 />
805 <Tool
806 Name="VCManagedResourceCompilerTool"
807 />
808 <Tool
809 Name="VCResourceCompilerTool"
810 />
811 <Tool
812 Name="VCPreLinkEventTool"
813 />
814 <Tool
815 Name="VCLibrarianTool"
816 />
817 <Tool
818 Name="VCALinkTool"
819 />
820 <Tool
821 Name="VCXDCMakeTool"
822 />
823 <Tool
824 Name="VCBscMakeTool"
825 />
826 <Tool
827 Name="VCFxCopTool"
828 />
829 <Tool
830 Name="VCPostBuildEventTool"
831 />
832 </Configuration>
833 </Configurations>
834 <References>
835 </References>
836 <Files>
837 <Filter
838 Name="Source Files"
839 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
840 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
841 >
842 <File
843 RelativePath="..\..\Parse\AttributeList.cpp"
844 >
845 </File>
846 <File
847 RelativePath="..\..\Parse\DeclSpec.cpp"
848 >
849 </File>
850 <File
851 RelativePath="..\..\Parse\MinimalAction.cpp"
852 >
853 </File>
854 <File
855 RelativePath="..\..\Parse\ParseDecl.cpp"
856 >
857 </File>
858 <File
859 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
860 >
861 </File>
862 <File
863 RelativePath="..\..\Parse\ParseExpr.cpp"
864 >
865 </File>
866 <File
867 RelativePath="..\..\Parse\ParseExprCXX.cpp"
868 >
869 </File>
870 <File
871 RelativePath="..\..\Parse\ParseInit.cpp"
872 >
873 </File>
874 <File
875 RelativePath="..\..\Parse\ParseObjc.cpp"
876 >
877 </File>
878 <File
879 RelativePath="..\..\Parse\Parser.cpp"
880 >
881 </File>
882 <File
883 RelativePath="..\..\Parse\ParseStmt.cpp"
884 >
885 </File>
886 </Filter>
887 <Filter
888 Name="Header Files"
889 Filter="h;hpp;hxx;hm;inl;inc;xsd"
890 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
891 >
892 <File
893 RelativePath="..\..\include\clang\Parse\Action.h"
894 >
895 </File>
896 <File
897 RelativePath="..\..\include\clang\Parse\AttributeList.h"
898 >
899 </File>
900 <File
901 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
902 >
903 </File>
904 <File
905 RelativePath="..\..\include\clang\Parse\Parser.h"
906 >
907 </File>
908 <File
909 RelativePath="..\..\include\clang\Parse\Scope.h"
910 >
911 </File>
912 </Filter>
913 </Files>
914 <Globals>
915 </Globals>
916</VisualStudioProject>