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