blob: 74f05a05543f6cb42c78f83e3eab59d77b3d5b2b [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
Chris Lattnere3aa6292008-05-13 20:56:51 +00004 Version="9.00"
Dan Gohmanf17a25c2007-07-18 16:29:46 +00005 Name="Configure"
6 ProjectGUID="{19514E48-456C-4B9D-8637-F2285476461E}"
7 RootNamespace="Configure"
Chuck Rose III6e1857b2007-07-27 18:20:11 +00008 Keyword="Win32Proj"
Chris Lattnere3aa6292008-05-13 20:56:51 +00009 TargetFrameworkVersion="131072"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000010 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +000011 <Platforms>
12 <Platform
Chuck Rose III6e1857b2007-07-27 18:20:11 +000013 Name="Win32"
14 />
Chuck Rose III57c33da2007-11-21 00:37:56 +000015 <Platform
16 Name="x64"
17 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000018 </Platforms>
Chuck Rose III6e1857b2007-07-27 18:20:11 +000019 <ToolFiles>
20 </ToolFiles>
Dan Gohmanf17a25c2007-07-18 16:29:46 +000021 <Configurations>
22 <Configuration
23 Name="Configure|Win32"
24 OutputDirectory="$(ConfigurationName)"
25 IntermediateDirectory="$(ConfigurationName)"
26 ConfigurationType="1"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000027 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
28 CharacterSet="2"
29 >
30 <Tool
31 Name="VCPreBuildEventTool"
32 />
33 <Tool
34 Name="VCCustomBuildTool"
35 />
36 <Tool
37 Name="VCXMLDataGeneratorTool"
38 />
39 <Tool
40 Name="VCWebServiceProxyGeneratorTool"
41 />
42 <Tool
43 Name="VCMIDLTool"
44 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000045 <Tool
46 Name="VCCLCompilerTool"
47 Optimization="0"
48 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000049 MinimalRebuild="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000050 BasicRuntimeChecks="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000051 RuntimeLibrary="1"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000052 UsePrecompiledHeader="0"
53 WarningLevel="3"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000054 Detect64BitPortabilityProblems="true"
55 DebugInformationFormat="4"
56 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000057 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000058 Name="VCManagedResourceCompilerTool"
59 />
60 <Tool
61 Name="VCResourceCompilerTool"
62 />
63 <Tool
64 Name="VCPreLinkEventTool"
65 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000066 <Tool
67 Name="VCLinkerTool"
68 OutputFile="$(OutDir)/Configure.exe"
69 LinkIncremental="2"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000070 GenerateDebugInformation="true"
Dan Gohmanf17a25c2007-07-18 16:29:46 +000071 ProgramDatabaseFile="$(OutDir)/Configure.pdb"
72 SubSystem="1"
Chris Lattnere3aa6292008-05-13 20:56:51 +000073 RandomizedBaseAddress="1"
74 DataExecutionPrevention="0"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000075 TargetMachine="1"
76 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000077 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000078 Name="VCALinkTool"
79 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000080 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000081 Name="VCManifestTool"
Chris Lattnere3aa6292008-05-13 20:56:51 +000082 OutputManifestFile="$(IntDir)\$(TargetFileName).intermediate.manifest"
83 ManifestResourceFile="$(IntDir)\$(TargetFileName).embed.intermediate.res"
Chuck Rose III6e1857b2007-07-27 18:20:11 +000084 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000085 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000086 Name="VCXDCMakeTool"
87 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000088 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000089 Name="VCBscMakeTool"
90 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000091 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000092 Name="VCFxCopTool"
93 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000094 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000095 Name="VCAppVerifierTool"
96 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +000097 <Tool
Chuck Rose III6e1857b2007-07-27 18:20:11 +000098 Name="VCPostBuildEventTool"
99 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000100 </Configuration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000101 <Configuration
102 Name="Configure|x64"
103 OutputDirectory="$(PlatformName)\$(ConfigurationName)"
104 IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
105 ConfigurationType="1"
106 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107 CharacterSet="2"
108 >
109 <Tool
110 Name="VCPreBuildEventTool"
111 />
112 <Tool
113 Name="VCCustomBuildTool"
114 />
115 <Tool
116 Name="VCXMLDataGeneratorTool"
117 />
118 <Tool
119 Name="VCWebServiceProxyGeneratorTool"
120 />
121 <Tool
122 Name="VCMIDLTool"
123 TargetEnvironment="3"
124 />
125 <Tool
126 Name="VCCLCompilerTool"
127 Optimization="0"
128 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE"
129 MinimalRebuild="true"
130 BasicRuntimeChecks="3"
131 RuntimeLibrary="1"
132 UsePrecompiledHeader="0"
133 WarningLevel="3"
134 Detect64BitPortabilityProblems="true"
135 DebugInformationFormat="3"
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)/Configure.exe"
149 LinkIncremental="2"
150 GenerateDebugInformation="true"
151 ProgramDatabaseFile="$(OutDir)/Configure.pdb"
152 SubSystem="1"
153 TargetMachine="17"
154 />
155 <Tool
156 Name="VCALinkTool"
157 />
158 <Tool
159 Name="VCManifestTool"
160 />
161 <Tool
162 Name="VCXDCMakeTool"
163 />
164 <Tool
165 Name="VCBscMakeTool"
166 />
167 <Tool
168 Name="VCFxCopTool"
169 />
170 <Tool
171 Name="VCAppVerifierTool"
172 />
173 <Tool
174 Name="VCWebDeploymentTool"
175 />
176 <Tool
177 Name="VCPostBuildEventTool"
178 />
179 </Configuration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000180 </Configurations>
181 <References>
182 </References>
183 <Files>
184 <Filter
185 Name="Source Files"
186 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000187 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
188 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000189 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000190 RelativePath="..\..\include\llvm\Config\config.h.in"
191 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000192 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000193 Name="Configure|Win32"
194 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000195 <Tool
196 Name="VCCustomBuildTool"
197 Description="Generating $(SolutionDir)llvm\Config\config.h"
Hartmut Kaiserf8bff102007-11-12 01:24:50 +0000198 CommandLine="copy &quot;$(InputPath)&quot;+&quot;$(SolutionDir)config.h&quot; &quot;$(ProjectDir)..\llvm\Config\config.h&quot;&#x0D;&#x0A;"
199 AdditionalDependencies="&quot;$(SolutionDir)config.h&quot;"
200 Outputs="&quot;$(ProjectDir)..\llvm\Config\config.h&quot;"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000201 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000202 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000203 <FileConfiguration
204 Name="Configure|x64"
205 >
206 <Tool
207 Name="VCCustomBuildTool"
208 Description="Generating $(SolutionDir)llvm\Config\config.h"
209 CommandLine="copy &quot;$(InputPath)&quot;+&quot;$(SolutionDir)config.h&quot; &quot;$(ProjectDir)..\llvm\Config\config.h&quot;&#x0D;&#x0A;"
210 AdditionalDependencies="&quot;$(SolutionDir)config.h&quot;"
211 Outputs="&quot;$(ProjectDir)..\llvm\Config\config.h&quot;"
212 />
213 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000214 </File>
215 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000216 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
217 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000218 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000219 Name="Configure|Win32"
220 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000221 <Tool
222 Name="VCCustomBuildTool"
223 Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
Hartmut Kaiserf8bff102007-11-12 01:24:50 +0000224 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;&#x0D;&#x0A;"
225 Outputs="&quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000226 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000227 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000228 <FileConfiguration
229 Name="Configure|x64"
230 >
231 <Tool
232 Name="VCCustomBuildTool"
233 Description="Generating $(SolutionDir)llvm\Support\DataTypes.h"
234 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;&#x0D;&#x0A;"
235 Outputs="&quot;$(ProjectDir)..\llvm\Support\DataTypes.h&quot;"
236 />
237 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000238 </File>
239 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000240 RelativePath="..\..\include\llvm\Adt\hash_map.in"
241 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000242 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000243 Name="Configure|Win32"
244 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000245 <Tool
246 Name="VCCustomBuildTool"
247 Description="Generating $(SolutionDir)llvm\ADT\hash_map"
Hartmut Kaiserf8bff102007-11-12 01:24:50 +0000248 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;&#x0D;&#x0A;"
249 Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000250 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000251 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000252 <FileConfiguration
253 Name="Configure|x64"
254 >
255 <Tool
256 Name="VCCustomBuildTool"
257 Description="Generating $(SolutionDir)llvm\ADT\hash_map"
258 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;&#x0D;&#x0A;"
259 Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_map&quot;"
260 />
261 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000262 </File>
263 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000264 RelativePath="..\..\include\llvm\Adt\hash_set.in"
265 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000266 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000267 Name="Configure|Win32"
268 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000269 <Tool
270 Name="VCCustomBuildTool"
271 Description="Generating $(SolutionDir)llvm\ADT\hash_set"
Hartmut Kaiserf8bff102007-11-12 01:24:50 +0000272 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;&#x0D;&#x0A;"
273 Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000274 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000275 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000276 <FileConfiguration
277 Name="Configure|x64"
278 >
279 <Tool
280 Name="VCCustomBuildTool"
281 Description="Generating $(SolutionDir)llvm\ADT\hash_set"
282 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;&#x0D;&#x0A;"
283 Outputs="&quot;$(ProjectDir)..\llvm\ADT\hash_set&quot;"
284 />
285 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000286 </File>
287 <File
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000288 RelativePath="..\..\include\llvm\Adt\iterator.in"
289 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000290 <FileConfiguration
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000291 Name="Configure|Win32"
292 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000293 <Tool
294 Name="VCCustomBuildTool"
295 Description="Generating $(SolutionDir)llvm\ADT\iterator"
Hartmut Kaiserf8bff102007-11-12 01:24:50 +0000296 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\iterator&quot;&#x0D;&#x0A;"
297 Outputs="&quot;$(ProjectDir)..\llvm\ADT\iterator&quot;"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000298 />
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000299 </FileConfiguration>
Chuck Rose III57c33da2007-11-21 00:37:56 +0000300 <FileConfiguration
301 Name="Configure|x64"
302 >
303 <Tool
304 Name="VCCustomBuildTool"
305 Description="Generating $(SolutionDir)llvm\ADT\iterator"
306 CommandLine="copy &quot;$(InputPath)&quot; &quot;$(ProjectDir)..\llvm\ADT\iterator&quot;&#x0D;&#x0A;"
307 Outputs="&quot;$(ProjectDir)..\llvm\ADT\iterator&quot;"
308 />
309 </FileConfiguration>
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000310 </File>
311 </Filter>
312 <Filter
313 Name="Header Files"
314 Filter="h;hpp;hxx;hm;inl;inc;xsd"
Chuck Rose III6e1857b2007-07-27 18:20:11 +0000315 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
316 >
Dan Gohmanf17a25c2007-07-18 16:29:46 +0000317 </Filter>
318 </Files>
319 <Globals>
320 </Globals>
321</VisualStudioProject>