blob: e66e61c9546adf3bb4f80b066aff2dd4883fbf06 [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="clangParse"
6 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
7 RootNamespace="clangParse"
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="..\..\Parse\AttributeList.cpp"
157 >
158 </File>
159 <File
160 RelativePath="..\..\Parse\DeclSpec.cpp"
161 >
162 </File>
163 <File
164 RelativePath="..\..\Parse\MinimalAction.cpp"
165 >
166 </File>
167 <File
168 RelativePath="..\..\Parse\ParseDecl.cpp"
169 >
170 </File>
171 <File
172 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
173 >
174 </File>
175 <File
176 RelativePath="..\..\Parse\ParseExpr.cpp"
177 >
178 </File>
179 <File
180 RelativePath="..\..\Parse\ParseExprCXX.cpp"
181 >
182 </File>
183 <File
184 RelativePath="..\..\Parse\ParseInit.cpp"
185 >
186 </File>
187 <File
188 RelativePath="..\..\Parse\ParseObjc.cpp"
189 >
190 </File>
191 <File
192 RelativePath="..\..\Parse\Parser.cpp"
193 >
194 </File>
195 <File
196 RelativePath="..\..\Parse\ParseStmt.cpp"
197 >
198 </File>
199 </Filter>
200 <Filter
201 Name="Header Files"
202 Filter="h;hpp;hxx;hm;inl;inc;xsd"
203 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
204 >
205 <File
206 RelativePath="..\..\include\clang\Parse\Action.h"
207 >
208 </File>
209 <File
210 RelativePath="..\..\include\clang\Parse\AttributeList.h"
211 >
212 </File>
213 <File
214 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
215 >
216 </File>
217 <File
218 RelativePath="..\..\include\clang\Parse\Parser.h"
219 >
220 </File>
221 <File
222 RelativePath="..\..\include\clang\Parse\Scope.h"
223 >
224 </File>
225 </Filter>
226 </Files>
227 <Globals>
228 </Globals>
229</VisualStudioProject>
230<?xml version="1.0" encoding="Windows-1252"?>
231<VisualStudioProject
232 ProjectType="Visual C++"
233 Version="8.00"
234 Name="clangParse"
235 ProjectGUID="{05DF3074-11AF-491A-B078-83BD2EDC31F6}"
236 RootNamespace="clangParse"
237 Keyword="Win32Proj"
238 >
239 <Platforms>
240 <Platform
241 Name="Win32"
242 />
243 </Platforms>
244 <ToolFiles>
245 </ToolFiles>
246 <Configurations>
247 <Configuration
248 Name="Debug|Win32"
249 OutputDirectory="..\Debug"
250 IntermediateDirectory="Debug"
251 ConfigurationType="4"
252 CharacterSet="2"
253 >
254 <Tool
255 Name="VCPreBuildEventTool"
256 />
257 <Tool
258 Name="VCCustomBuildTool"
259 />
260 <Tool
261 Name="VCXMLDataGeneratorTool"
262 />
263 <Tool
264 Name="VCWebServiceProxyGeneratorTool"
265 />
266 <Tool
267 Name="VCMIDLTool"
268 />
269 <Tool
270 Name="VCCLCompilerTool"
271 Optimization="0"
272 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
273 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
274 MinimalRebuild="true"
275 BasicRuntimeChecks="3"
276 RuntimeLibrary="3"
277 UsePrecompiledHeader="0"
278 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
279 WarningLevel="3"
280 Detect64BitPortabilityProblems="false"
281 DebugInformationFormat="3"
282 DisableSpecificWarnings="4355,4146,4800"
283 />
284 <Tool
285 Name="VCManagedResourceCompilerTool"
286 />
287 <Tool
288 Name="VCResourceCompilerTool"
289 />
290 <Tool
291 Name="VCPreLinkEventTool"
292 />
293 <Tool
294 Name="VCLibrarianTool"
295 />
296 <Tool
297 Name="VCALinkTool"
298 />
299 <Tool
300 Name="VCXDCMakeTool"
301 />
302 <Tool
303 Name="VCBscMakeTool"
304 />
305 <Tool
306 Name="VCFxCopTool"
307 />
308 <Tool
309 Name="VCPostBuildEventTool"
310 />
311 </Configuration>
312 <Configuration
313 Name="Release|Win32"
314 OutputDirectory="..\Release"
315 IntermediateDirectory="Release"
316 ConfigurationType="4"
317 CharacterSet="2"
318 WholeProgramOptimization="1"
319 >
320 <Tool
321 Name="VCPreBuildEventTool"
322 />
323 <Tool
324 Name="VCCustomBuildTool"
325 />
326 <Tool
327 Name="VCXMLDataGeneratorTool"
328 />
329 <Tool
330 Name="VCWebServiceProxyGeneratorTool"
331 />
332 <Tool
333 Name="VCMIDLTool"
334 />
335 <Tool
336 Name="VCCLCompilerTool"
337 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
338 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
339 RuntimeLibrary="2"
340 UsePrecompiledHeader="0"
341 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
342 WarningLevel="3"
343 Detect64BitPortabilityProblems="false"
344 DebugInformationFormat="3"
345 DisableSpecificWarnings="4355,4146,4800"
346 />
347 <Tool
348 Name="VCManagedResourceCompilerTool"
349 />
350 <Tool
351 Name="VCResourceCompilerTool"
352 />
353 <Tool
354 Name="VCPreLinkEventTool"
355 />
356 <Tool
357 Name="VCLibrarianTool"
358 />
359 <Tool
360 Name="VCALinkTool"
361 />
362 <Tool
363 Name="VCXDCMakeTool"
364 />
365 <Tool
366 Name="VCBscMakeTool"
367 />
368 <Tool
369 Name="VCFxCopTool"
370 />
371 <Tool
372 Name="VCPostBuildEventTool"
373 />
374 </Configuration>
375 </Configurations>
376 <References>
377 </References>
378 <Files>
379 <Filter
380 Name="Source Files"
381 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
382 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
383 >
384 <File
385 RelativePath="..\..\Parse\AttributeList.cpp"
386 >
387 </File>
388 <File
389 RelativePath="..\..\Parse\DeclSpec.cpp"
390 >
391 </File>
392 <File
393 RelativePath="..\..\Parse\MinimalAction.cpp"
394 >
395 </File>
396 <File
397 RelativePath="..\..\Parse\ParseDecl.cpp"
398 >
399 </File>
400 <File
401 RelativePath="..\..\Parse\ParseDeclCXX.cpp"
402 >
403 </File>
404 <File
405 RelativePath="..\..\Parse\ParseExpr.cpp"
406 >
407 </File>
408 <File
409 RelativePath="..\..\Parse\ParseExprCXX.cpp"
410 >
411 </File>
412 <File
413 RelativePath="..\..\Parse\ParseInit.cpp"
414 >
415 </File>
416 <File
417 RelativePath="..\..\Parse\ParseObjc.cpp"
418 >
419 </File>
420 <File
421 RelativePath="..\..\Parse\Parser.cpp"
422 >
423 </File>
424 <File
425 RelativePath="..\..\Parse\ParseStmt.cpp"
426 >
427 </File>
428 </Filter>
429 <Filter
430 Name="Header Files"
431 Filter="h;hpp;hxx;hm;inl;inc;xsd"
432 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
433 >
434 <File
435 RelativePath="..\..\include\clang\Parse\Action.h"
436 >
437 </File>
438 <File
439 RelativePath="..\..\include\clang\Parse\AttributeList.h"
440 >
441 </File>
442 <File
443 RelativePath="..\..\include\clang\Parse\DeclSpec.h"
444 >
445 </File>
446 <File
447 RelativePath="..\..\include\clang\Parse\Parser.h"
448 >
449 </File>
450 <File
451 RelativePath="..\..\include\clang\Parse\Scope.h"
452 >
453 </File>
454 </Filter>
455 </Files>
456 <Globals>
457 </Globals>
458</VisualStudioProject>