blob: a36aeb09a10de1b3e3791dc973f065377c3c8e75 [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>