blob: 2b3602149f0583a15920ec99db3dac3b6401afe1 [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="clangSema"
6 ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
7 RootNamespace="clangSema"
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="..\..\Sema\ASTStreamer.cpp"
157 >
158 </File>
159 <File
160 RelativePath="..\..\Sema\Sema.cpp"
161 >
162 </File>
163 <File
164 RelativePath="..\..\Sema\SemaChecking.cpp"
165 >
166 </File>
167 <File
168 RelativePath="..\..\Sema\SemaDecl.cpp"
169 >
170 </File>
171 <File
172 RelativePath="..\..\Sema\SemaExpr.cpp"
173 >
174 </File>
175 <File
176 RelativePath="..\..\Sema\SemaExprCXX.cpp"
177 >
178 </File>
179 <File
180 RelativePath="..\..\Sema\SemaStmt.cpp"
181 >
182 </File>
183 <File
184 RelativePath="..\..\Sema\SemaType.cpp"
185 >
186 </File>
187 </Filter>
188 <Filter
189 Name="Header Files"
190 Filter="h;hpp;hxx;hm;inl;inc;xsd"
191 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
192 >
193 <File
194 RelativePath="..\..\include\clang\Sema\ASTStreamer.h"
195 >
196 </File>
197 <File
198 RelativePath="..\..\Sema\Sema.h"
199 >
200 </File>
201 </Filter>
202 </Files>
203 <Globals>
204 </Globals>
205</VisualStudioProject>
206<?xml version="1.0" encoding="Windows-1252"?>
207<VisualStudioProject
208 ProjectType="Visual C++"
209 Version="8.00"
210 Name="clangSema"
211 ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
212 RootNamespace="clangSema"
213 Keyword="Win32Proj"
214 >
215 <Platforms>
216 <Platform
217 Name="Win32"
218 />
219 </Platforms>
220 <ToolFiles>
221 </ToolFiles>
222 <Configurations>
223 <Configuration
224 Name="Debug|Win32"
225 OutputDirectory="..\Debug"
226 IntermediateDirectory="Debug"
227 ConfigurationType="4"
228 CharacterSet="2"
229 >
230 <Tool
231 Name="VCPreBuildEventTool"
232 />
233 <Tool
234 Name="VCCustomBuildTool"
235 />
236 <Tool
237 Name="VCXMLDataGeneratorTool"
238 />
239 <Tool
240 Name="VCWebServiceProxyGeneratorTool"
241 />
242 <Tool
243 Name="VCMIDLTool"
244 />
245 <Tool
246 Name="VCCLCompilerTool"
247 Optimization="0"
248 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
249 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
250 MinimalRebuild="true"
251 BasicRuntimeChecks="3"
252 RuntimeLibrary="3"
253 UsePrecompiledHeader="0"
254 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
255 WarningLevel="3"
256 Detect64BitPortabilityProblems="false"
257 DebugInformationFormat="3"
258 DisableSpecificWarnings="4355,4146,4800"
259 />
260 <Tool
261 Name="VCManagedResourceCompilerTool"
262 />
263 <Tool
264 Name="VCResourceCompilerTool"
265 />
266 <Tool
267 Name="VCPreLinkEventTool"
268 />
269 <Tool
270 Name="VCLibrarianTool"
271 />
272 <Tool
273 Name="VCALinkTool"
274 />
275 <Tool
276 Name="VCXDCMakeTool"
277 />
278 <Tool
279 Name="VCBscMakeTool"
280 />
281 <Tool
282 Name="VCFxCopTool"
283 />
284 <Tool
285 Name="VCPostBuildEventTool"
286 />
287 </Configuration>
288 <Configuration
289 Name="Release|Win32"
290 OutputDirectory="..\Release"
291 IntermediateDirectory="Release"
292 ConfigurationType="4"
293 CharacterSet="2"
294 WholeProgramOptimization="1"
295 >
296 <Tool
297 Name="VCPreBuildEventTool"
298 />
299 <Tool
300 Name="VCCustomBuildTool"
301 />
302 <Tool
303 Name="VCXMLDataGeneratorTool"
304 />
305 <Tool
306 Name="VCWebServiceProxyGeneratorTool"
307 />
308 <Tool
309 Name="VCMIDLTool"
310 />
311 <Tool
312 Name="VCCLCompilerTool"
313 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
314 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;__STDC_LIMIT_MACROS"
315 RuntimeLibrary="2"
316 UsePrecompiledHeader="0"
317 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
318 WarningLevel="3"
319 Detect64BitPortabilityProblems="false"
320 DebugInformationFormat="3"
321 DisableSpecificWarnings="4355,4146,4800"
322 />
323 <Tool
324 Name="VCManagedResourceCompilerTool"
325 />
326 <Tool
327 Name="VCResourceCompilerTool"
328 />
329 <Tool
330 Name="VCPreLinkEventTool"
331 />
332 <Tool
333 Name="VCLibrarianTool"
334 />
335 <Tool
336 Name="VCALinkTool"
337 />
338 <Tool
339 Name="VCXDCMakeTool"
340 />
341 <Tool
342 Name="VCBscMakeTool"
343 />
344 <Tool
345 Name="VCFxCopTool"
346 />
347 <Tool
348 Name="VCPostBuildEventTool"
349 />
350 </Configuration>
351 </Configurations>
352 <References>
353 </References>
354 <Files>
355 <Filter
356 Name="Source Files"
357 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
358 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
359 >
360 <File
361 RelativePath="..\..\Sema\ASTStreamer.cpp"
362 >
363 </File>
364 <File
365 RelativePath="..\..\Sema\Sema.cpp"
366 >
367 </File>
368 <File
369 RelativePath="..\..\Sema\SemaChecking.cpp"
370 >
371 </File>
372 <File
373 RelativePath="..\..\Sema\SemaDecl.cpp"
374 >
375 </File>
376 <File
377 RelativePath="..\..\Sema\SemaExpr.cpp"
378 >
379 </File>
380 <File
381 RelativePath="..\..\Sema\SemaExprCXX.cpp"
382 >
383 </File>
384 <File
385 RelativePath="..\..\Sema\SemaStmt.cpp"
386 >
387 </File>
388 <File
389 RelativePath="..\..\Sema\SemaType.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\Sema\ASTStreamer.h"
400 >
401 </File>
402 <File
403 RelativePath="..\..\Sema\Sema.h"
404 >
405 </File>
406 </Filter>
407 </Files>
408 <Globals>
409 </Globals>
410</VisualStudioProject>