blob: 6a111ced8687e21de24f9f2ee2bd6181b84c38d3 [file] [log] [blame]
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +00004 Version="9,00"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00005 Name="clangSema"
6 ProjectGUID="{4727E8B7-AA99-41C9-AB09-A8A862595DB7}"
7 RootNamespace="clangSema"
8 Keyword="Win32Proj"
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +00009 TargetFrameworkVersion="0"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000010 >
11 <Platforms>
12 <Platform
13 Name="Win32"
14 />
15 </Platforms>
16 <ToolFiles>
17 </ToolFiles>
18 <Configurations>
19 <Configuration
20 Name="Debug|Win32"
21 OutputDirectory="..\Debug"
22 IntermediateDirectory="Debug"
23 ConfigurationType="4"
24 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"
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"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000110 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 +0000111 RuntimeLibrary="2"
112 UsePrecompiledHeader="0"
113 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
114 WarningLevel="3"
115 Detect64BitPortabilityProblems="false"
116 DebugInformationFormat="3"
117 DisableSpecificWarnings="4146"
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 />
131 <Tool
132 Name="VCALinkTool"
133 />
134 <Tool
135 Name="VCXDCMakeTool"
136 />
137 <Tool
138 Name="VCBscMakeTool"
139 />
140 <Tool
141 Name="VCFxCopTool"
142 />
143 <Tool
144 Name="VCPostBuildEventTool"
145 />
146 </Configuration>
147 </Configurations>
148 <References>
149 </References>
150 <Files>
151 <Filter
152 Name="Source Files"
153 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
154 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
155 >
156 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000157 RelativePath="..\..\lib\Sema\IdentifierResolver.cpp"
158 >
159 </File>
160 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000161 RelativePath="..\..\lib\Sema\ParseAST.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000162 >
163 </File>
164 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000165 RelativePath="..\..\lib\Sema\Sema.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000166 >
167 </File>
168 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000169 RelativePath="..\..\lib\Sema\SemaChecking.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000170 >
171 </File>
172 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000173 RelativePath="..\..\lib\Sema\SemaDecl.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000174 >
175 </File>
176 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000177 RelativePath="..\..\lib\Sema\SemaDeclCXX.cpp"
178 >
179 </File>
180 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000181 RelativePath="..\..\lib\Sema\SemaDeclObjC.cpp"
Steve Narofff34729a2008-03-05 22:16:33 +0000182 >
183 </File>
184 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000185 RelativePath="..\..\lib\Sema\SemaExpr.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000186 >
187 </File>
188 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000189 RelativePath="..\..\lib\Sema\SemaExprCXX.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000190 >
191 </File>
192 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000193 RelativePath="..\..\lib\Sema\SemaExprObjC.cpp"
Steve Narofff34729a2008-03-05 22:16:33 +0000194 >
195 </File>
196 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000197 RelativePath="..\..\lib\Sema\SemaStmt.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000198 >
199 </File>
200 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000201 RelativePath="..\..\lib\Sema\SemaType.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000202 >
203 </File>
204 </Filter>
205 <Filter
206 Name="Header Files"
207 Filter="h;hpp;hxx;hm;inl;inc;xsd"
208 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
209 >
210 <File
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +0000211 RelativePath="..\..\lib\Sema\IdentifierResolver.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000212 >
213 </File>
214 <File
Ted Kremenekf81eac62008-03-17 21:21:04 +0000215 RelativePath="..\..\lib\Sema\Sema.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000216 >
217 </File>
Argyrios Kyrtzidis1427abd2008-05-14 10:50:44 +0000218 <File
219 RelativePath="..\..\lib\Sema\SemaUtil.h"
220 >
221 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000222 </Filter>
223 </Files>
224 <Globals>
225 </Globals>
226</VisualStudioProject>