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