blob: 99614127af1e83f5ab9bc0488ac666e6cac7b789 [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="clangBasic"
6 ProjectGUID="{298B4876-6EF1-4E80-85D7-72F80693BBEB}"
7 RootNamespace="Basic"
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)\clangBasic.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 OutputFile="$(OutDir)\clangBasic.lib"
67 />
68 <Tool
69 Name="VCALinkTool"
70 />
71 <Tool
72 Name="VCXDCMakeTool"
73 />
74 <Tool
75 Name="VCBscMakeTool"
76 />
77 <Tool
78 Name="VCFxCopTool"
79 />
80 <Tool
81 Name="VCPostBuildEventTool"
82 />
83 </Configuration>
84 <Configuration
85 Name="Release|Win32"
86 OutputDirectory="..\Release"
87 IntermediateDirectory="Release"
88 ConfigurationType="4"
89 CharacterSet="2"
90 WholeProgramOptimization="1"
91 >
92 <Tool
93 Name="VCPreBuildEventTool"
94 />
95 <Tool
96 Name="VCCustomBuildTool"
97 />
98 <Tool
99 Name="VCXMLDataGeneratorTool"
100 />
101 <Tool
102 Name="VCWebServiceProxyGeneratorTool"
103 />
104 <Tool
105 Name="VCMIDLTool"
106 />
107 <Tool
108 Name="VCCLCompilerTool"
109 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
110 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
111 RuntimeLibrary="2"
112 UsePrecompiledHeader="0"
113 ProgramDataBaseFileName="$(OutDir)\clangBasic.pdb"
114 WarningLevel="3"
115 Detect64BitPortabilityProblems="false"
116 DebugInformationFormat="3"
117 DisableSpecificWarnings="4355,4146,4800"
118 />
119 <Tool
120 Name="VCManagedResourceCompilerTool"
121 />
122 <Tool
123 Name="VCResourceCompilerTool"
124 />
125 <Tool
126 Name="VCPreLinkEventTool"
127 />
128 <Tool
129 Name="VCLibrarianTool"
130 OutputFile="$(OutDir)\clangBasic.lib"
131 />
132 <Tool
133 Name="VCALinkTool"
134 />
135 <Tool
136 Name="VCXDCMakeTool"
137 />
138 <Tool
139 Name="VCBscMakeTool"
140 />
141 <Tool
142 Name="VCFxCopTool"
143 />
144 <Tool
145 Name="VCPostBuildEventTool"
146 />
147 </Configuration>
148 </Configurations>
149 <References>
150 </References>
151 <Files>
152 <Filter
153 Name="Source Files"
154 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
155 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
156 >
157 <File
158 RelativePath="..\..\Basic\Diagnostic.cpp"
159 >
160 </File>
161 <File
162 RelativePath="..\..\Basic\FileManager.cpp"
163 >
164 </File>
165 <File
166 RelativePath="..\..\Basic\SourceManager.cpp"
167 >
168 </File>
169 <File
170 RelativePath="..\..\Basic\TargetInfo.cpp"
171 >
172 </File>
173 <File
174 RelativePath="..\..\Basic\TokenKinds.cpp"
175 >
176 </File>
177 </Filter>
178 <Filter
179 Name="Header Files"
180 Filter="h;hpp;hxx;hm;inl;inc;xsd"
181 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
182 >
183 <File
184 RelativePath="..\..\include\clang\Basic\Diagnostic.h"
185 >
186 </File>
187 <File
188 RelativePath="..\..\include\clang\Basic\FileManager.h"
189 >
190 </File>
191 <File
192 RelativePath="..\..\include\clang\Basic\LangOptions.h"
193 >
194 </File>
195 <File
196 RelativePath="..\..\include\clang\Basic\SourceLocation.h"
197 >
198 </File>
199 <File
200 RelativePath="..\..\include\clang\Basic\SourceManager.h"
201 >
202 </File>
203 <File
204 RelativePath="..\..\include\clang\Basic\TargetInfo.h"
205 >
206 </File>
207 <File
208 RelativePath="..\..\include\clang\Basic\TokenKinds.h"
209 >
210 </File>
211 </Filter>
212 </Files>
213 <Globals>
214 </Globals>
215</VisualStudioProject>
216<?xml version="1.0" encoding="Windows-1252"?>
217<VisualStudioProject
218 ProjectType="Visual C++"
219 Version="8.00"
220 Name="clangBasic"
221 ProjectGUID="{298B4876-6EF1-4E80-85D7-72F80693BBEB}"
222 RootNamespace="Basic"
223 Keyword="Win32Proj"
224 >
225 <Platforms>
226 <Platform
227 Name="Win32"
228 />
229 </Platforms>
230 <ToolFiles>
231 </ToolFiles>
232 <Configurations>
233 <Configuration
234 Name="Debug|Win32"
235 OutputDirectory="..\Debug"
236 IntermediateDirectory="Debug"
237 ConfigurationType="4"
238 CharacterSet="2"
239 >
240 <Tool
241 Name="VCPreBuildEventTool"
242 />
243 <Tool
244 Name="VCCustomBuildTool"
245 />
246 <Tool
247 Name="VCXMLDataGeneratorTool"
248 />
249 <Tool
250 Name="VCWebServiceProxyGeneratorTool"
251 />
252 <Tool
253 Name="VCMIDLTool"
254 />
255 <Tool
256 Name="VCCLCompilerTool"
257 Optimization="0"
258 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
259 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
260 MinimalRebuild="true"
261 BasicRuntimeChecks="3"
262 RuntimeLibrary="3"
263 UsePrecompiledHeader="0"
264 ProgramDataBaseFileName="$(OutDir)\clangBasic.pdb"
265 WarningLevel="3"
266 Detect64BitPortabilityProblems="false"
267 DebugInformationFormat="3"
268 DisableSpecificWarnings="4355,4146,4800"
269 />
270 <Tool
271 Name="VCManagedResourceCompilerTool"
272 />
273 <Tool
274 Name="VCResourceCompilerTool"
275 />
276 <Tool
277 Name="VCPreLinkEventTool"
278 />
279 <Tool
280 Name="VCLibrarianTool"
281 OutputFile="$(OutDir)\clangBasic.lib"
282 />
283 <Tool
284 Name="VCALinkTool"
285 />
286 <Tool
287 Name="VCXDCMakeTool"
288 />
289 <Tool
290 Name="VCBscMakeTool"
291 />
292 <Tool
293 Name="VCFxCopTool"
294 />
295 <Tool
296 Name="VCPostBuildEventTool"
297 />
298 </Configuration>
299 <Configuration
300 Name="Release|Win32"
301 OutputDirectory="..\Release"
302 IntermediateDirectory="Release"
303 ConfigurationType="4"
304 CharacterSet="2"
305 WholeProgramOptimization="1"
306 >
307 <Tool
308 Name="VCPreBuildEventTool"
309 />
310 <Tool
311 Name="VCCustomBuildTool"
312 />
313 <Tool
314 Name="VCXMLDataGeneratorTool"
315 />
316 <Tool
317 Name="VCWebServiceProxyGeneratorTool"
318 />
319 <Tool
320 Name="VCMIDLTool"
321 />
322 <Tool
323 Name="VCCLCompilerTool"
324 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
325 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
326 RuntimeLibrary="2"
327 UsePrecompiledHeader="0"
328 ProgramDataBaseFileName="$(OutDir)\clangBasic.pdb"
329 WarningLevel="3"
330 Detect64BitPortabilityProblems="false"
331 DebugInformationFormat="3"
332 DisableSpecificWarnings="4355,4146,4800"
333 />
334 <Tool
335 Name="VCManagedResourceCompilerTool"
336 />
337 <Tool
338 Name="VCResourceCompilerTool"
339 />
340 <Tool
341 Name="VCPreLinkEventTool"
342 />
343 <Tool
344 Name="VCLibrarianTool"
345 OutputFile="$(OutDir)\clangBasic.lib"
346 />
347 <Tool
348 Name="VCALinkTool"
349 />
350 <Tool
351 Name="VCXDCMakeTool"
352 />
353 <Tool
354 Name="VCBscMakeTool"
355 />
356 <Tool
357 Name="VCFxCopTool"
358 />
359 <Tool
360 Name="VCPostBuildEventTool"
361 />
362 </Configuration>
363 </Configurations>
364 <References>
365 </References>
366 <Files>
367 <Filter
368 Name="Source Files"
369 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
370 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
371 >
372 <File
373 RelativePath="..\..\Basic\Diagnostic.cpp"
374 >
375 </File>
376 <File
377 RelativePath="..\..\Basic\FileManager.cpp"
378 >
379 </File>
380 <File
381 RelativePath="..\..\Basic\SourceManager.cpp"
382 >
383 </File>
384 <File
385 RelativePath="..\..\Basic\TargetInfo.cpp"
386 >
387 </File>
388 <File
389 RelativePath="..\..\Basic\TokenKinds.cpp"
390 >
391 </File>
392 </Filter>
393 <Filter
394 Name="Header Files"
395 Filter="h;hpp;hxx;hm;inl;inc;xsd"
396 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
397 >
398 <File
399 RelativePath="..\..\include\clang\Basic\Diagnostic.h"
400 >
401 </File>
402 <File
403 RelativePath="..\..\include\clang\Basic\FileManager.h"
404 >
405 </File>
406 <File
407 RelativePath="..\..\include\clang\Basic\LangOptions.h"
408 >
409 </File>
410 <File
411 RelativePath="..\..\include\clang\Basic\SourceLocation.h"
412 >
413 </File>
414 <File
415 RelativePath="..\..\include\clang\Basic\SourceManager.h"
416 >
417 </File>
418 <File
419 RelativePath="..\..\include\clang\Basic\TargetInfo.h"
420 >
421 </File>
422 <File
423 RelativePath="..\..\include\clang\Basic\TokenKinds.h"
424 >
425 </File>
426 </Filter>
427 </Files>
428 <Globals>
429 </Globals>
430</VisualStudioProject>