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