blob: 8211643d127a029149aaac0e1a079715313b7e07 [file] [log] [blame]
Hartmut Kaiser274cd172007-09-04 19:06:30 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Steve Naroffb6872832008-05-15 19:53:06 +00004 Version="8.00"
Hartmut Kaiser274cd172007-09-04 19:06:30 +00005 Name="clangDriver"
6 ProjectGUID="{7E7DA455-C276-4B93-8D02-8F7E2F629BAF}"
7 RootNamespace="clangDriver"
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="1"
Ted Kremenekf9b3df72008-06-23 16:18:59 +000023 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiser274cd172007-09-04 19:06:30 +000024 CharacterSet="2"
25 ManagedExtensions="0"
26 >
27 <Tool
28 Name="VCPreBuildEventTool"
29 />
30 <Tool
31 Name="VCCustomBuildTool"
32 />
33 <Tool
34 Name="VCXMLDataGeneratorTool"
35 />
36 <Tool
37 Name="VCWebServiceProxyGeneratorTool"
38 />
39 <Tool
40 Name="VCMIDLTool"
41 />
42 <Tool
43 Name="VCCLCompilerTool"
44 Optimization="0"
45 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser48d97432007-11-07 19:34:40 +000046 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiser274cd172007-09-04 19:06:30 +000047 MinimalRebuild="true"
48 BasicRuntimeChecks="3"
49 RuntimeLibrary="3"
50 UsePrecompiledHeader="0"
51 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
52 WarningLevel="3"
53 Detect64BitPortabilityProblems="false"
54 DebugInformationFormat="3"
55 DisableSpecificWarnings="4355,4146,4800"
56 />
57 <Tool
58 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
66 <Tool
67 Name="VCLinkerTool"
68 OutputFile="$(OutDir)\clang.exe"
69 LinkIncremental="2"
70 GenerateDebugInformation="true"
71 ProgramDatabaseFile="$(TargetDir)/clang.pdb"
72 SubSystem="1"
73 TargetMachine="1"
74 />
75 <Tool
76 Name="VCALinkTool"
77 />
78 <Tool
79 Name="VCManifestTool"
80 />
81 <Tool
82 Name="VCXDCMakeTool"
83 />
84 <Tool
85 Name="VCBscMakeTool"
86 />
87 <Tool
88 Name="VCFxCopTool"
89 />
90 <Tool
91 Name="VCAppVerifierTool"
92 />
93 <Tool
94 Name="VCWebDeploymentTool"
95 />
96 <Tool
97 Name="VCPostBuildEventTool"
Steve Narofff5e4f4a2008-11-06 06:24:22 +000098 CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;"
Hartmut Kaiser274cd172007-09-04 19:06:30 +000099 />
100 </Configuration>
101 <Configuration
102 Name="Release|Win32"
103 OutputDirectory="..\Release"
104 IntermediateDirectory="Release"
105 ConfigurationType="1"
Ted Kremenekf9b3df72008-06-23 16:18:59 +0000106 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000107 CharacterSet="2"
108 WholeProgramOptimization="1"
109 >
110 <Tool
111 Name="VCPreBuildEventTool"
112 />
113 <Tool
114 Name="VCCustomBuildTool"
115 />
116 <Tool
117 Name="VCXMLDataGeneratorTool"
118 />
119 <Tool
120 Name="VCWebServiceProxyGeneratorTool"
121 />
122 <Tool
123 Name="VCMIDLTool"
124 />
125 <Tool
126 Name="VCCLCompilerTool"
127 AdditionalIncludeDirectories="..\..\include;..\..\..\..\include;..\..\..\..\win32"
Hartmut Kaiser48d97432007-11-07 19:34:40 +0000128 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;__STDC_LIMIT_MACROS"
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000129 RuntimeLibrary="2"
130 UsePrecompiledHeader="0"
131 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
132 WarningLevel="3"
133 Detect64BitPortabilityProblems="false"
134 DebugInformationFormat="3"
135 DisableSpecificWarnings="4355,4146,4800"
136 />
137 <Tool
138 Name="VCManagedResourceCompilerTool"
139 />
140 <Tool
141 Name="VCResourceCompilerTool"
142 />
143 <Tool
144 Name="VCPreLinkEventTool"
145 />
146 <Tool
147 Name="VCLinkerTool"
148 OutputFile="$(OutDir)\clang.exe"
149 LinkIncremental="1"
150 GenerateDebugInformation="true"
151 ProgramDatabaseFile="$(TargetDir)/clang.pdb"
152 SubSystem="1"
153 OptimizeReferences="2"
154 EnableCOMDATFolding="2"
155 TargetMachine="1"
156 />
157 <Tool
158 Name="VCALinkTool"
159 />
160 <Tool
161 Name="VCManifestTool"
162 />
163 <Tool
164 Name="VCXDCMakeTool"
165 />
166 <Tool
167 Name="VCBscMakeTool"
168 />
169 <Tool
170 Name="VCFxCopTool"
171 />
172 <Tool
173 Name="VCAppVerifierTool"
174 />
175 <Tool
176 Name="VCWebDeploymentTool"
177 />
178 <Tool
179 Name="VCPostBuildEventTool"
180 />
181 </Configuration>
182 </Configurations>
183 <References>
184 </References>
185 <Files>
186 <Filter
187 Name="Source Files"
188 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
189 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
190 >
191 <File
Ted Kremenek4e43cc32008-07-02 00:16:24 +0000192 RelativePath="..\..\Driver\AnalysisConsumer.cpp"
193 >
194 </File>
195 <File
Hartmut Kaiser13569e42007-10-10 19:50:45 +0000196 RelativePath="..\..\Driver\ASTConsumers.cpp"
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000197 >
198 </File>
199 <File
Steve Naroff0cdd2c52008-10-23 23:20:50 +0000200 RelativePath="..\..\Driver\Backend.cpp"
201 >
202 </File>
203 <File
Steve Naroff353b7ef2008-10-21 13:04:43 +0000204 RelativePath="..\..\Driver\CacheTokens.cpp"
205 >
206 </File>
207 <File
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000208 RelativePath="..\..\Driver\clang.cpp"
209 >
210 </File>
211 <File
Daniel Dunbar35fe5de2008-10-24 22:12:41 +0000212 RelativePath="..\..\Driver\DependencyFile.cpp"
213 >
214 </File>
215 <File
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000216 RelativePath="..\..\Driver\DiagChecker.cpp"
217 >
218 </File>
219 <File
Steve Naroffa4567bd2008-03-24 22:03:25 +0000220 RelativePath="..\..\Driver\HTMLPrint.cpp"
221 >
222 </File>
223 <File
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000224 RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
225 >
226 </File>
227 <File
228 RelativePath="..\..\Driver\PrintPreprocessedOutput.cpp"
229 >
230 </File>
231 <File
Cédric Venetf2e65112008-09-20 18:03:16 +0000232 RelativePath="..\..\Driver\RewriteBlocks.cpp"
233 >
234 </File>
235 <File
Steve Naroff77abd152008-05-09 19:10:27 +0000236 RelativePath="..\..\Driver\RewriteMacros.cpp"
237 >
238 </File>
239 <File
Steve Naroff2654fe72008-04-17 23:51:38 +0000240 RelativePath="..\..\Driver\RewriteObjC.cpp"
Hartmut Kaiserff08d2c2007-10-17 15:00:17 +0000241 >
242 </File>
243 <File
244 RelativePath="..\..\Driver\SerializationTest.cpp"
245 >
246 </File>
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000247 </Filter>
248 <Filter
249 Name="Header Files"
250 Filter="h;hpp;hxx;hm;inl;inc;xsd"
251 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
252 >
253 <File
Ted Kremenek4e43cc32008-07-02 00:16:24 +0000254 RelativePath="..\..\Driver\AnalysisConsumer.h"
255 >
256 </File>
257 <File
Hartmut Kaiser13569e42007-10-10 19:50:45 +0000258 RelativePath="..\..\Driver\ASTConsumers.h"
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000259 >
260 </File>
261 <File
262 RelativePath="..\..\Driver\clang.h"
263 >
264 </File>
Hartmut Kaiser274cd172007-09-04 19:06:30 +0000265 </Filter>
266 </Files>
267 <Globals>
268 </Globals>
269</VisualStudioProject>