blob: adc638f36a90b14f5e74bae1bb9c6c0a985c0ceb [file] [log] [blame]
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Steve Naroffcf6223c2008-05-15 19:53:06 +00004 Version="8.00"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00005 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"
Ted Kremenek656ff8c2008-06-23 16:18:59 +000023 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000024 CharacterSet="2"
25 ManagedExtensions="0"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +000046 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000047 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="false"
54 DebugInformationFormat="3"
55 DisableSpecificWarnings="4355,4146,4800"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLinkerTool"
68 OutputFile="$(OutDir)\clang.exe"
69 LinkIncremental="2"
70 GenerateDebugInformation="true"
71 ProgramDatabaseFile="$(TargetDir)/clang.pdb"
72 SubSystem="1"
73 TargetMachine="1"
74 />
75 <Tool
76 Name="VCALinkTool"
77 />
78 <Tool
79 Name="VCManifestTool"
80 />
81 <Tool
82 Name="VCXDCMakeTool"
83 />
84 <Tool
85 Name="VCBscMakeTool"
86 />
87 <Tool
88 Name="VCFxCopTool"
89 />
90 <Tool
91 Name="VCAppVerifierTool"
92 />
93 <Tool
94 Name="VCWebDeploymentTool"
95 />
96 <Tool
97 Name="VCPostBuildEventTool"
98 />
99 </Configuration>
100 <Configuration
101 Name="Release|Win32"
102 OutputDirectory="..\Release"
103 IntermediateDirectory="Release"
104 ConfigurationType="1"
Ted Kremenek656ff8c2008-06-23 16:18:59 +0000105 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000106 CharacterSet="2"
107 WholeProgramOptimization="1"
108 >
109 <Tool
110 Name="VCPreBuildEventTool"
111 />
112 <Tool
113 Name="VCCustomBuildTool"
114 />
115 <Tool
116 Name="VCXMLDataGeneratorTool"
117 />
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
120 />
121 <Tool
122 Name="VCMIDLTool"
123 />
124 <Tool
125 Name="VCCLCompilerTool"
126 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000127 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000128 RuntimeLibrary="2"
129 UsePrecompiledHeader="0"
130 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
131 WarningLevel="3"
132 Detect64BitPortabilityProblems="false"
133 DebugInformationFormat="3"
134 DisableSpecificWarnings="4355,4146,4800"
135 />
136 <Tool
137 Name="VCManagedResourceCompilerTool"
138 />
139 <Tool
140 Name="VCResourceCompilerTool"
141 />
142 <Tool
143 Name="VCPreLinkEventTool"
144 />
145 <Tool
146 Name="VCLinkerTool"
147 OutputFile="$(OutDir)\clang.exe"
148 LinkIncremental="1"
149 GenerateDebugInformation="true"
150 ProgramDatabaseFile="$(TargetDir)/clang.pdb"
151 SubSystem="1"
152 OptimizeReferences="2"
153 EnableCOMDATFolding="2"
154 TargetMachine="1"
155 />
156 <Tool
157 Name="VCALinkTool"
158 />
159 <Tool
160 Name="VCManifestTool"
161 />
162 <Tool
163 Name="VCXDCMakeTool"
164 />
165 <Tool
166 Name="VCBscMakeTool"
167 />
168 <Tool
169 Name="VCFxCopTool"
170 />
171 <Tool
172 Name="VCAppVerifierTool"
173 />
174 <Tool
175 Name="VCWebDeploymentTool"
176 />
177 <Tool
178 Name="VCPostBuildEventTool"
179 />
180 </Configuration>
181 </Configurations>
182 <References>
183 </References>
184 <Files>
185 <Filter
186 Name="Source Files"
187 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189 >
190 <File
Ted Kremenekd478a5b2008-07-02 00:16:24 +0000191 RelativePath="..\..\Driver\AnalysisConsumer.cpp"
192 >
193 </File>
194 <File
Hartmut Kaiserba0f4352007-10-10 19:50:45 +0000195 RelativePath="..\..\Driver\ASTConsumers.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000196 >
197 </File>
198 <File
Steve Naroffabacf912008-10-21 13:04:43 +0000199 RelativePath="..\..\Driver\CacheTokens.cpp"
200 >
201 </File>
202 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000203 RelativePath="..\..\Driver\clang.cpp"
204 >
205 </File>
206 <File
207 RelativePath="..\..\Driver\DiagChecker.cpp"
208 >
209 </File>
210 <File
Steve Naroff4fdd29b2008-03-24 22:03:25 +0000211 RelativePath="..\..\Driver\HTMLPrint.cpp"
212 >
213 </File>
214 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000215 RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
216 >
217 </File>
218 <File
219 RelativePath="..\..\Driver\PrintPreprocessedOutput.cpp"
220 >
221 </File>
222 <File
Cedric Venet59771102008-09-20 18:03:16 +0000223 RelativePath="..\..\Driver\RewriteBlocks.cpp"
224 >
225 </File>
226 <File
Steve Naroff618916e2008-05-09 19:10:27 +0000227 RelativePath="..\..\Driver\RewriteMacros.cpp"
228 >
229 </File>
230 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000231 RelativePath="..\..\Driver\RewriteObjC.cpp"
Hartmut Kaiser7b660002007-10-17 15:00:17 +0000232 >
233 </File>
234 <File
235 RelativePath="..\..\Driver\SerializationTest.cpp"
236 >
237 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000238 </Filter>
239 <Filter
240 Name="Header Files"
241 Filter="h;hpp;hxx;hm;inl;inc;xsd"
242 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
243 >
244 <File
Ted Kremenekd478a5b2008-07-02 00:16:24 +0000245 RelativePath="..\..\Driver\AnalysisConsumer.h"
246 >
247 </File>
248 <File
Hartmut Kaiserba0f4352007-10-10 19:50:45 +0000249 RelativePath="..\..\Driver\ASTConsumers.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000250 >
251 </File>
252 <File
253 RelativePath="..\..\Driver\clang.h"
254 >
255 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000256 </Filter>
257 </Files>
258 <Globals>
259 </Globals>
260</VisualStudioProject>