blob: b377dc624c7e77ccacfb24825313757258ed618f [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="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 Kremenek656ff8c2008-06-23 16:18:59 +000023 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-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 Kaiser1c93c4e2007-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 Kaiserfe0a8eb2007-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"
Ted Kremenek1a4d34f2008-11-08 01:02:26 +000098 CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +000099 />
100 </Configuration>
101 <Configuration
102 Name="Release|Win32"
103 OutputDirectory="..\Release"
104 IntermediateDirectory="Release"
105 ConfigurationType="1"
Ted Kremenek656ff8c2008-06-23 16:18:59 +0000106 InheritedPropertySheets="..\..\..\..\win32\common.vsprops"
Hartmut Kaiserfe0a8eb2007-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 Kaiser1c93c4e2007-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 Kaiserfe0a8eb2007-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"
Ted Kremenek1a4d34f2008-11-08 01:02:26 +0000180 CommandLine="mkdir &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;copy &quot;$(TargetDir)$(TargetName).exe&quot; &quot;%DSTROOT%\AppleInternal\Bin&quot;&#x0D;&#x0A;"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000181 />
182 </Configuration>
183 </Configurations>
184 <References>
185 </References>
186 <Files>
187 <Filter
188 Name="Source Files"
189 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
190 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
191 >
192 <File
Ted Kremenekd478a5b2008-07-02 00:16:24 +0000193 RelativePath="..\..\Driver\AnalysisConsumer.cpp"
194 >
195 </File>
196 <File
Hartmut Kaiserba0f4352007-10-10 19:50:45 +0000197 RelativePath="..\..\Driver\ASTConsumers.cpp"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000198 >
199 </File>
200 <File
Steve Naroffd9c179d2008-10-23 23:20:50 +0000201 RelativePath="..\..\Driver\Backend.cpp"
202 >
203 </File>
204 <File
Steve Naroffabacf912008-10-21 13:04:43 +0000205 RelativePath="..\..\Driver\CacheTokens.cpp"
206 >
207 </File>
208 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000209 RelativePath="..\..\Driver\clang.cpp"
210 >
211 </File>
212 <File
Daniel Dunbar750c3582008-10-24 22:12:41 +0000213 RelativePath="..\..\Driver\DependencyFile.cpp"
214 >
215 </File>
216 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000217 RelativePath="..\..\Driver\DiagChecker.cpp"
218 >
219 </File>
220 <File
Steve Naroff4fdd29b2008-03-24 22:03:25 +0000221 RelativePath="..\..\Driver\HTMLPrint.cpp"
222 >
223 </File>
224 <File
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000225 RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
226 >
227 </File>
228 <File
229 RelativePath="..\..\Driver\PrintPreprocessedOutput.cpp"
230 >
231 </File>
232 <File
Cedric Venet59771102008-09-20 18:03:16 +0000233 RelativePath="..\..\Driver\RewriteBlocks.cpp"
234 >
235 </File>
236 <File
Steve Naroff618916e2008-05-09 19:10:27 +0000237 RelativePath="..\..\Driver\RewriteMacros.cpp"
238 >
239 </File>
240 <File
Steve Naroff962d3262008-04-17 23:51:38 +0000241 RelativePath="..\..\Driver\RewriteObjC.cpp"
Hartmut Kaiser7b660002007-10-17 15:00:17 +0000242 >
243 </File>
244 <File
245 RelativePath="..\..\Driver\SerializationTest.cpp"
246 >
247 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000248 </Filter>
249 <Filter
250 Name="Header Files"
251 Filter="h;hpp;hxx;hm;inl;inc;xsd"
252 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
253 >
254 <File
Ted Kremenekd478a5b2008-07-02 00:16:24 +0000255 RelativePath="..\..\Driver\AnalysisConsumer.h"
256 >
257 </File>
258 <File
Hartmut Kaiserba0f4352007-10-10 19:50:45 +0000259 RelativePath="..\..\Driver\ASTConsumers.h"
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000260 >
261 </File>
262 <File
263 RelativePath="..\..\Driver\clang.h"
264 >
265 </File>
Hartmut Kaiserfe0a8eb2007-09-04 19:06:30 +0000266 </Filter>
267 </Files>
268 <Globals>
269 </Globals>
270</VisualStudioProject>