blob: faa0726b2166a944d060f0651860d537dae09968 [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"
53 DisableSpecificWarnings="4355,4146,4800"
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="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 />
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="4355,4146,4800"
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="4355,4146,4800"
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>