blob: ef3dc58f28777416e55c68d1edbc3f61b12f2010 [file] [log] [blame]
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Steve Naroffcf6223c2008-05-15 19:53:06 +00004 Version="8.00"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00005 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"
Ted Kremenek656ff8c2008-06-23 16:18:59 +000023 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000024 CharacterSet="2"
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"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +000045 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000046 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="4146"
55 />
56 <Tool
57 Name="VCManagedResourceCompilerTool"
58 />
59 <Tool
60 Name="VCResourceCompilerTool"
61 />
62 <Tool
63 Name="VCPreLinkEventTool"
64 />
65 <Tool
66 Name="VCLibrarianTool"
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"
Ted Kremenek656ff8c2008-06-23 16:18:59 +000089 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000090 CharacterSet="2"
91 WholeProgramOptimization="1"
92 >
93 <Tool
94 Name="VCPreBuildEventTool"
95 />
96 <Tool
97 Name="VCCustomBuildTool"
98 />
99 <Tool
100 Name="VCXMLDataGeneratorTool"
101 />
102 <Tool
103 Name="VCWebServiceProxyGeneratorTool"
104 />
105 <Tool
106 Name="VCMIDLTool"
107 />
108 <Tool
109 Name="VCCLCompilerTool"
110 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000111 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000112 RuntimeLibrary="2"
113 UsePrecompiledHeader="0"
114 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
115 WarningLevel="3"
116 Detect64BitPortabilityProblems="false"
117 DebugInformationFormat="3"
118 DisableSpecificWarnings="4146"
119 />
120 <Tool
121 Name="VCManagedResourceCompilerTool"
122 />
123 <Tool
124 Name="VCResourceCompilerTool"
125 />
126 <Tool
127 Name="VCPreLinkEventTool"
128 />
129 <Tool
130 Name="VCLibrarianTool"
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
Steve Naroff962d3262008-04-17 23:51:38 +0000158 RelativePath="..\..\lib\Sema\IdentifierResolver.cpp"
159 >
160 </File>
161 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000162 RelativePath="..\..\lib\Sema\ParseAST.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000163 >
164 </File>
165 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000166 RelativePath="..\..\lib\Sema\Sema.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000167 >
168 </File>
169 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000170 RelativePath="..\..\lib\Sema\SemaChecking.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000171 >
172 </File>
173 <File
Steve Naroff12556522008-11-10 20:02:45 +0000174 RelativePath="..\..\lib\Sema\SemaCXXScopeSpec.cpp"
175 >
176 </File>
177 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000178 RelativePath="..\..\lib\Sema\SemaDecl.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000179 >
180 </File>
181 <File
Cedric Venet58cbd062008-06-27 17:53:02 +0000182 RelativePath="..\..\lib\Sema\SemaDeclAttr.cpp"
183 >
184 </File>
185 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000186 RelativePath="..\..\lib\Sema\SemaDeclCXX.cpp"
187 >
188 </File>
189 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000190 RelativePath="..\..\lib\Sema\SemaDeclObjC.cpp"
Steve Narofff34729a2008-03-05 22:16:33 +0000191 >
192 </File>
193 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000194 RelativePath="..\..\lib\Sema\SemaExpr.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000195 >
196 </File>
197 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000198 RelativePath="..\..\lib\Sema\SemaExprCXX.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000199 >
200 </File>
201 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000202 RelativePath="..\..\lib\Sema\SemaExprObjC.cpp"
Steve Narofff34729a2008-03-05 22:16:33 +0000203 >
204 </File>
205 <File
Steve Naroffd9c179d2008-10-23 23:20:50 +0000206 RelativePath="..\..\lib\Sema\SemaInherit.cpp"
207 >
208 </File>
209 <File
Steve Naroff7d836982008-05-20 20:39:37 +0000210 RelativePath="..\..\lib\Sema\SemaInit.cpp"
211 >
212 </File>
213 <File
Steve Naroff1394af72008-11-06 06:24:22 +0000214 RelativePath="..\..\lib\Sema\SemaNamedCast.cpp"
215 >
216 </File>
217 <File
Steve Naroffd9c179d2008-10-23 23:20:50 +0000218 RelativePath="..\..\lib\Sema\SemaOverload.cpp"
219 >
220 </File>
221 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000222 RelativePath="..\..\lib\Sema\SemaStmt.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000223 >
224 </File>
225 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000226 RelativePath="..\..\lib\Sema\SemaType.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000227 >
228 </File>
229 </Filter>
230 <Filter
231 Name="Header Files"
232 Filter="h;hpp;hxx;hm;inl;inc;xsd"
233 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
234 >
235 <File
Ted Kremenekd478a5b2008-07-02 00:16:24 +0000236 RelativePath="..\..\lib\Sema\CXXFieldCollector.h"
237 >
238 </File>
239 <File
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +0000240 RelativePath="..\..\lib\Sema\IdentifierResolver.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000241 >
242 </File>
243 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000244 RelativePath="..\..\lib\Sema\Sema.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000245 >
246 </File>
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +0000247 <File
248 RelativePath="..\..\lib\Sema\SemaUtil.h"
249 >
250 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000251 </Filter>
252 </Files>
253 <Globals>
254 </Globals>
255</VisualStudioProject>