blob: 71615e12bb04c1e871e65e200c4777de4fe65f45 [file] [log] [blame]
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="clangCodeGen"
6 ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"
7 RootNamespace="clangCodeGen"
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"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +000044 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 +000045 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="4146"
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"
Hartmut Kaiser1c93c4e2007-11-07 19:34:40 +0000109 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;_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 +0000110 RuntimeLibrary="2"
111 UsePrecompiledHeader="0"
112 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
113 WarningLevel="3"
114 Detect64BitPortabilityProblems="false"
115 DebugInformationFormat="3"
116 DisableSpecificWarnings="4146"
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="..\..\CodeGen\CGBuiltin.cpp"
157 >
158 </File>
159 <File
160 RelativePath="..\..\CodeGen\CGDecl.cpp"
161 >
162 </File>
163 <File
164 RelativePath="..\..\CodeGen\CGExpr.cpp"
165 >
166 </File>
167 <File
168 RelativePath="..\..\CodeGen\CGExprAgg.cpp"
169 >
170 </File>
171 <File
172 RelativePath="..\..\CodeGen\CGExprComplex.cpp"
173 >
174 </File>
175 <File
Steve Narofff34729a2008-03-05 22:16:33 +0000176 RelativePath="..\..\CodeGen\CGExprConstant.cpp"
177 >
178 </File>
179 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000180 RelativePath="..\..\CodeGen\CGExprScalar.cpp"
181 >
182 </File>
183 <File
184 RelativePath="..\..\CodeGen\CGObjC.cpp"
185 >
186 </File>
187 <File
Steve Narofff34729a2008-03-05 22:16:33 +0000188 RelativePath="..\..\CodeGen\CGObjCGNU.cpp"
189 >
190 </File>
191 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000192 RelativePath="..\..\CodeGen\CGStmt.cpp"
193 >
194 </File>
195 <File
196 RelativePath="..\..\CodeGen\CodeGenFunction.cpp"
197 >
198 </File>
199 <File
200 RelativePath="..\..\CodeGen\CodeGenModule.cpp"
201 >
202 </File>
203 <File
204 RelativePath="..\..\CodeGen\CodeGenTypes.cpp"
205 >
206 </File>
207 <File
208 RelativePath="..\..\CodeGen\ModuleBuilder.cpp"
209 >
210 </File>
211 </Filter>
212 <Filter
213 Name="Header Files"
214 Filter="h;hpp;hxx;hm;inl;inc;xsd"
215 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
216 >
217 <File
218 RelativePath="..\..\CodeGen\CodeGenFunction.h"
219 >
220 </File>
221 <File
222 RelativePath="..\..\CodeGen\CodeGenModule.h"
223 >
224 </File>
225 <File
226 RelativePath="..\..\CodeGen\CodeGenTypes.h"
227 >
228 </File>
229 <File
230 RelativePath="..\..\include\clang\CodeGen\ModuleBuilder.h"
231 >
232 </File>
233 </Filter>
234 </Files>
235 <Globals>
236 </Globals>
237</VisualStudioProject>