Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="Windows-1252"?> |
2 | <VisualStudioProject | ||||
3 | ProjectType="Visual C++" | ||||
Devang Patel | aa1e15b | 2008-05-15 18:46:28 +0000 | [diff] [blame] | 4 | Version="8.00" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 5 | Name="support" |
6 | ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}" | ||||
Steve Naroff | fe0de85 | 2008-03-05 22:30:39 +0000 | [diff] [blame] | 7 | RootNamespace="support" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 8 | Keyword="Win32Proj" |
9 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 10 | <Platforms> |
11 | <Platform | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 12 | Name="Win32" |
13 | /> | ||||
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 14 | <Platform |
15 | Name="x64" | ||||
16 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 17 | </Platforms> |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 18 | <ToolFiles> |
19 | </ToolFiles> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 20 | <Configurations> |
21 | <Configuration | ||||
22 | Name="Debug|Win32" | ||||
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 23 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 24 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 25 | ConfigurationType="4" |
Chris Lattner | a1983e7 | 2008-06-20 05:35:58 +0000 | [diff] [blame] | 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 27 | CharacterSet="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 28 | > |
29 | <Tool | ||||
30 | Name="VCPreBuildEventTool" | ||||
31 | /> | ||||
32 | <Tool | ||||
33 | Name="VCCustomBuildTool" | ||||
34 | /> | ||||
35 | <Tool | ||||
36 | Name="VCXMLDataGeneratorTool" | ||||
37 | /> | ||||
38 | <Tool | ||||
39 | Name="VCWebServiceProxyGeneratorTool" | ||||
40 | /> | ||||
41 | <Tool | ||||
42 | Name="VCMIDLTool" | ||||
43 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 44 | <Tool |
45 | Name="VCCLCompilerTool" | ||||
46 | Optimization="0" | ||||
47 | AdditionalIncludeDirectories="..\..\include;.." | ||||
Hartmut Kaiser | 502c922 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 48 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 49 | StringPooling="true" |
50 | MinimalRebuild="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 51 | BasicRuntimeChecks="3" |
52 | RuntimeLibrary="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 53 | ForceConformanceInForLoopScope="true" |
54 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 55 | UsePrecompiledHeader="0" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 56 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 57 | BrowseInformation="1" |
58 | WarningLevel="3" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 59 | Detect64BitPortabilityProblems="false" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 60 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 61 | DisableSpecificWarnings="4355,4146,4800" |
62 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 63 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 64 | Name="VCManagedResourceCompilerTool" |
65 | /> | ||||
66 | <Tool | ||||
67 | Name="VCResourceCompilerTool" | ||||
68 | /> | ||||
69 | <Tool | ||||
70 | Name="VCPreLinkEventTool" | ||||
71 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 72 | <Tool |
73 | Name="VCLibrarianTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 74 | OutputFile="$(OutDir)/support.lib" |
75 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 76 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 77 | Name="VCALinkTool" |
78 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 79 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 80 | Name="VCXDCMakeTool" |
81 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 82 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 83 | Name="VCBscMakeTool" |
84 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 85 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 86 | Name="VCFxCopTool" |
87 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 88 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 89 | Name="VCPostBuildEventTool" |
90 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 91 | </Configuration> |
92 | <Configuration | ||||
Cédric Venet | 9612506 | 2008-08-17 18:24:26 +0000 | [diff] [blame] | 93 | Name="Release|Win32" |
94 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" | ||||
95 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | ||||
96 | ConfigurationType="4" | ||||
97 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" | ||||
98 | CharacterSet="2" | ||||
99 | > | ||||
100 | <Tool | ||||
101 | Name="VCPreBuildEventTool" | ||||
102 | /> | ||||
103 | <Tool | ||||
104 | Name="VCCustomBuildTool" | ||||
105 | /> | ||||
106 | <Tool | ||||
107 | Name="VCXMLDataGeneratorTool" | ||||
108 | /> | ||||
109 | <Tool | ||||
110 | Name="VCWebServiceProxyGeneratorTool" | ||||
111 | /> | ||||
112 | <Tool | ||||
113 | Name="VCMIDLTool" | ||||
114 | /> | ||||
115 | <Tool | ||||
116 | Name="VCCLCompilerTool" | ||||
117 | AdditionalIncludeDirectories="..\..\include;.." | ||||
118 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" | ||||
119 | StringPooling="true" | ||||
120 | RuntimeLibrary="2" | ||||
121 | ForceConformanceInForLoopScope="true" | ||||
122 | RuntimeTypeInfo="true" | ||||
123 | UsePrecompiledHeader="0" | ||||
124 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | ||||
125 | WarningLevel="3" | ||||
126 | Detect64BitPortabilityProblems="false" | ||||
127 | DebugInformationFormat="3" | ||||
128 | DisableSpecificWarnings="4355,4146,4800" | ||||
129 | /> | ||||
130 | <Tool | ||||
131 | Name="VCManagedResourceCompilerTool" | ||||
132 | /> | ||||
133 | <Tool | ||||
134 | Name="VCResourceCompilerTool" | ||||
135 | /> | ||||
136 | <Tool | ||||
137 | Name="VCPreLinkEventTool" | ||||
138 | /> | ||||
139 | <Tool | ||||
140 | Name="VCLibrarianTool" | ||||
141 | OutputFile="$(OutDir)/support.lib" | ||||
142 | /> | ||||
143 | <Tool | ||||
144 | Name="VCALinkTool" | ||||
145 | /> | ||||
146 | <Tool | ||||
147 | Name="VCXDCMakeTool" | ||||
148 | /> | ||||
149 | <Tool | ||||
150 | Name="VCBscMakeTool" | ||||
151 | /> | ||||
152 | <Tool | ||||
153 | Name="VCFxCopTool" | ||||
154 | /> | ||||
155 | <Tool | ||||
156 | Name="VCPostBuildEventTool" | ||||
157 | /> | ||||
158 | </Configuration> | ||||
159 | <Configuration | ||||
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 160 | Name="Debug|x64" |
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 161 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 162 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
163 | ConfigurationType="4" | ||||
164 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||
165 | CharacterSet="2" | ||||
166 | > | ||||
167 | <Tool | ||||
168 | Name="VCPreBuildEventTool" | ||||
169 | /> | ||||
170 | <Tool | ||||
171 | Name="VCCustomBuildTool" | ||||
172 | /> | ||||
173 | <Tool | ||||
174 | Name="VCXMLDataGeneratorTool" | ||||
175 | /> | ||||
176 | <Tool | ||||
177 | Name="VCWebServiceProxyGeneratorTool" | ||||
178 | /> | ||||
179 | <Tool | ||||
180 | Name="VCMIDLTool" | ||||
181 | TargetEnvironment="3" | ||||
182 | /> | ||||
183 | <Tool | ||||
184 | Name="VCCLCompilerTool" | ||||
185 | Optimization="0" | ||||
186 | AdditionalIncludeDirectories="..\..\include;.." | ||||
187 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS" | ||||
188 | StringPooling="true" | ||||
189 | MinimalRebuild="true" | ||||
190 | BasicRuntimeChecks="3" | ||||
191 | RuntimeLibrary="3" | ||||
192 | ForceConformanceInForLoopScope="true" | ||||
193 | RuntimeTypeInfo="true" | ||||
194 | UsePrecompiledHeader="0" | ||||
195 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | ||||
196 | BrowseInformation="1" | ||||
197 | WarningLevel="3" | ||||
198 | Detect64BitPortabilityProblems="false" | ||||
199 | DebugInformationFormat="3" | ||||
200 | DisableSpecificWarnings="4355,4146,4800" | ||||
201 | /> | ||||
202 | <Tool | ||||
203 | Name="VCManagedResourceCompilerTool" | ||||
204 | /> | ||||
205 | <Tool | ||||
206 | Name="VCResourceCompilerTool" | ||||
207 | /> | ||||
208 | <Tool | ||||
209 | Name="VCPreLinkEventTool" | ||||
210 | /> | ||||
211 | <Tool | ||||
212 | Name="VCLibrarianTool" | ||||
213 | OutputFile="$(OutDir)/support.lib" | ||||
214 | /> | ||||
215 | <Tool | ||||
216 | Name="VCALinkTool" | ||||
217 | /> | ||||
218 | <Tool | ||||
219 | Name="VCXDCMakeTool" | ||||
220 | /> | ||||
221 | <Tool | ||||
222 | Name="VCBscMakeTool" | ||||
223 | /> | ||||
224 | <Tool | ||||
225 | Name="VCFxCopTool" | ||||
226 | /> | ||||
227 | <Tool | ||||
228 | Name="VCPostBuildEventTool" | ||||
229 | /> | ||||
230 | </Configuration> | ||||
231 | <Configuration | ||||
232 | Name="Release|x64" | ||||
Chris Lattner | cc924e3 | 2008-07-14 18:46:16 +0000 | [diff] [blame] | 233 | OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 234 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" |
235 | ConfigurationType="4" | ||||
236 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||||
237 | CharacterSet="2" | ||||
238 | > | ||||
239 | <Tool | ||||
240 | Name="VCPreBuildEventTool" | ||||
241 | /> | ||||
242 | <Tool | ||||
243 | Name="VCCustomBuildTool" | ||||
244 | /> | ||||
245 | <Tool | ||||
246 | Name="VCXMLDataGeneratorTool" | ||||
247 | /> | ||||
248 | <Tool | ||||
249 | Name="VCWebServiceProxyGeneratorTool" | ||||
250 | /> | ||||
251 | <Tool | ||||
252 | Name="VCMIDLTool" | ||||
253 | TargetEnvironment="3" | ||||
254 | /> | ||||
255 | <Tool | ||||
256 | Name="VCCLCompilerTool" | ||||
Chuck Rose III | 0bfaeae | 2008-07-02 21:02:51 +0000 | [diff] [blame] | 257 | Optimization="0" |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 258 | AdditionalIncludeDirectories="..\..\include;.." |
259 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" | ||||
260 | StringPooling="true" | ||||
261 | RuntimeLibrary="2" | ||||
262 | ForceConformanceInForLoopScope="true" | ||||
263 | RuntimeTypeInfo="true" | ||||
264 | UsePrecompiledHeader="0" | ||||
265 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | ||||
266 | WarningLevel="3" | ||||
267 | Detect64BitPortabilityProblems="false" | ||||
268 | DebugInformationFormat="3" | ||||
269 | DisableSpecificWarnings="4355,4146,4800" | ||||
270 | /> | ||||
271 | <Tool | ||||
272 | Name="VCManagedResourceCompilerTool" | ||||
273 | /> | ||||
274 | <Tool | ||||
275 | Name="VCResourceCompilerTool" | ||||
276 | /> | ||||
277 | <Tool | ||||
278 | Name="VCPreLinkEventTool" | ||||
279 | /> | ||||
280 | <Tool | ||||
281 | Name="VCLibrarianTool" | ||||
282 | OutputFile="$(OutDir)/support.lib" | ||||
283 | /> | ||||
284 | <Tool | ||||
285 | Name="VCALinkTool" | ||||
286 | /> | ||||
287 | <Tool | ||||
288 | Name="VCXDCMakeTool" | ||||
289 | /> | ||||
290 | <Tool | ||||
291 | Name="VCBscMakeTool" | ||||
292 | /> | ||||
293 | <Tool | ||||
294 | Name="VCFxCopTool" | ||||
295 | /> | ||||
296 | <Tool | ||||
297 | Name="VCPostBuildEventTool" | ||||
298 | /> | ||||
299 | </Configuration> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 300 | </Configurations> |
301 | <References> | ||||
302 | </References> | ||||
303 | <Files> | ||||
304 | <Filter | ||||
305 | Name="Source Files" | ||||
306 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 307 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
308 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 309 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 310 | RelativePath="..\..\lib\Support\Allocator.cpp" |
311 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 312 | </File> |
313 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 314 | RelativePath="..\..\lib\Support\Annotation.cpp" |
315 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 316 | </File> |
317 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 318 | RelativePath="..\..\lib\Support\APFloat.cpp" |
319 | > | ||||
320 | </File> | ||||
321 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 322 | RelativePath="..\..\lib\Support\APInt.cpp" |
323 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 324 | </File> |
325 | <File | ||||
Steve Naroff | fe0de85 | 2008-03-05 22:30:39 +0000 | [diff] [blame] | 326 | RelativePath="..\..\lib\Support\APSInt.cpp" |
327 | > | ||||
328 | </File> | ||||
329 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 330 | RelativePath="..\..\lib\Support\CommandLine.cpp" |
331 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 332 | </File> |
333 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 334 | RelativePath="..\..\lib\Support\ConstantRange.cpp" |
335 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 336 | </File> |
337 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 338 | RelativePath="..\..\lib\Support\Debug.cpp" |
339 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 340 | </File> |
341 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 342 | RelativePath="..\..\lib\Support\Dwarf.cpp" |
343 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 344 | </File> |
345 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 346 | RelativePath="..\..\lib\Support\FileUtilities.cpp" |
347 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 348 | </File> |
349 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 350 | RelativePath="..\..\lib\Support\FoldingSet.cpp" |
351 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 352 | </File> |
353 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 354 | RelativePath="..\..\lib\Support\GraphWriter.cpp" |
355 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 356 | </File> |
357 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 358 | RelativePath="..\..\lib\Support\IsInf.cpp" |
359 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 360 | </File> |
361 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 362 | RelativePath="..\..\lib\Support\IsNAN.cpp" |
363 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 364 | </File> |
365 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 366 | RelativePath="..\..\lib\Support\ManagedStatic.cpp" |
367 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 368 | </File> |
369 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 370 | RelativePath="..\..\lib\Support\MemoryBuffer.cpp" |
371 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 372 | </File> |
373 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 374 | RelativePath="..\..\lib\Support\PluginLoader.cpp" |
375 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 376 | </File> |
377 | <File | ||||
Cédric Venet | 9612506 | 2008-08-17 18:24:26 +0000 | [diff] [blame] | 378 | RelativePath="..\..\lib\Support\raw_ostream.cpp" |
379 | > | ||||
380 | </File> | ||||
381 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 382 | RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" |
383 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 384 | <FileConfiguration |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 385 | Name="Release|x64" |
386 | ExcludedFromBuild="true" | ||||
387 | > | ||||
388 | <Tool | ||||
389 | Name="VCCLCompilerTool" | ||||
390 | /> | ||||
391 | </FileConfiguration> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 392 | </File> |
393 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 394 | RelativePath="..\..\lib\Support\SmallPtrSet.cpp" |
395 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 396 | </File> |
397 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 398 | RelativePath="..\..\lib\Support\Statistic.cpp" |
399 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 400 | </File> |
401 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 402 | RelativePath="..\..\lib\Support\Streams.cpp" |
403 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 404 | </File> |
405 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 406 | RelativePath="..\..\lib\Support\StringExtras.cpp" |
407 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 408 | </File> |
409 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 410 | RelativePath="..\..\lib\Support\StringMap.cpp" |
411 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 412 | </File> |
413 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 414 | RelativePath="..\..\lib\Support\StringPool.cpp" |
415 | > | ||||
416 | </File> | ||||
417 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 418 | RelativePath="..\..\lib\Support\SystemUtils.cpp" |
419 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 420 | </File> |
421 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 422 | RelativePath="..\..\lib\Support\Timer.cpp" |
423 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 424 | </File> |
425 | </Filter> | ||||
426 | <Filter | ||||
427 | Name="Header Files" | ||||
428 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 429 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
430 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 431 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 432 | RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h" |
433 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 434 | </File> |
435 | <File | ||||
Hartmut Kaiser | 2925f89 | 2007-10-29 21:56:15 +0000 | [diff] [blame] | 436 | RelativePath="..\..\include\llvm\Support\Alignment.h" |
437 | > | ||||
438 | </File> | ||||
439 | <File | ||||
Hartmut Kaiser | e89e7f8 | 2007-10-18 12:31:51 +0000 | [diff] [blame] | 440 | RelativePath="..\..\include\llvm\Support\AlignOf.h" |
441 | > | ||||
442 | </File> | ||||
443 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 444 | RelativePath="..\..\include\llvm\Support\Allocator.h" |
445 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 446 | </File> |
447 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 448 | RelativePath="..\..\include\llvm\Support\Annotation.h" |
449 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 450 | </File> |
451 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 452 | RelativePath="..\..\include\llvm\Support\CallSite.h" |
453 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 454 | </File> |
455 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 456 | RelativePath="..\..\include\llvm\Support\Casting.h" |
457 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 458 | </File> |
459 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 460 | RelativePath="..\..\include\llvm\Support\CFG.h" |
461 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 462 | </File> |
463 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 464 | RelativePath="..\..\include\llvm\Support\CHelpers.h" |
465 | > | ||||
466 | </File> | ||||
467 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 468 | RelativePath="..\..\include\llvm\Support\CommandLine.h" |
469 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 470 | </File> |
471 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 472 | RelativePath="..\..\include\llvm\Support\Compiler.h" |
473 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 474 | </File> |
475 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 476 | RelativePath="..\..\include\llvm\Support\ConstantRange.h" |
477 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 478 | </File> |
479 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 480 | RelativePath="..\..\include\llvm\Support\Debug.h" |
481 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 482 | </File> |
483 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 484 | RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h" |
485 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 486 | </File> |
487 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 488 | RelativePath="..\..\include\llvm\Support\Dwarf.h" |
489 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 490 | </File> |
491 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 492 | RelativePath="..\..\include\llvm\Support\ELF.h" |
493 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 494 | </File> |
495 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 496 | RelativePath="..\..\include\llvm\Support\FileUtilities.h" |
497 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 498 | </File> |
499 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 500 | RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h" |
501 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 502 | </File> |
503 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 504 | RelativePath="..\..\include\llvm\Support\GraphWriter.h" |
505 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 506 | </File> |
507 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 508 | RelativePath="..\..\include\llvm\Support\InstIterator.h" |
509 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 510 | </File> |
511 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 512 | RelativePath="..\..\include\llvm\Support\InstVisitor.h" |
513 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 514 | </File> |
515 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 516 | RelativePath="..\..\include\llvm\Support\LeakDetector.h" |
517 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 518 | </File> |
519 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 520 | RelativePath="..\..\include\llvm\Support\Linker.h" |
521 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 522 | </File> |
523 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 524 | RelativePath="..\..\include\llvm\Support\MallocAllocator.h" |
525 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 526 | </File> |
527 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 528 | RelativePath="..\..\include\llvm\Support\ManagedStatic.h" |
529 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 530 | </File> |
531 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 532 | RelativePath="..\..\include\llvm\Support\Mangler.h" |
533 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 534 | </File> |
535 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 536 | RelativePath="..\..\include\llvm\Support\MathExtras.h" |
537 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 538 | </File> |
539 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 540 | RelativePath="..\..\include\llvm\Support\MemoryBuffer.h" |
541 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 542 | </File> |
543 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 544 | RelativePath="..\..\include\llvm\Support\OutputBuffer.h" |
545 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 546 | </File> |
547 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 548 | RelativePath="..\..\include\llvm\Support\PassNameParser.h" |
549 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 550 | </File> |
551 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 552 | RelativePath="..\..\include\llvm\Support\PatternMatch.h" |
553 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 554 | </File> |
555 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 556 | RelativePath="..\..\include\llvm\Support\PluginLoader.h" |
557 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 558 | </File> |
559 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 560 | RelativePath="..\..\include\llvm\Support\Registry.h" |
561 | > | ||||
562 | </File> | ||||
563 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 564 | RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h" |
565 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 566 | </File> |
567 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 568 | RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h" |
569 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 570 | </File> |
571 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 572 | RelativePath="..\..\include\llvm\Support\Streams.h" |
573 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 574 | </File> |
575 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 576 | RelativePath="..\..\include\llvm\Support\StringPool.h" |
577 | > | ||||
578 | </File> | ||||
579 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 580 | RelativePath="..\..\include\llvm\Support\SystemUtils.h" |
581 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 582 | </File> |
583 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 584 | RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h" |
585 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 586 | </File> |
587 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 588 | RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h" |
589 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 590 | </File> |
591 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 592 | RelativePath="..\..\include\llvm\Support\Timer.h" |
593 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 594 | </File> |
595 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 596 | RelativePath="..\..\include\llvm\Support\type_traits.h" |
597 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 598 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 599 | </Filter> |
600 | <Filter | ||||
601 | Name="ADT" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 602 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 603 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 604 | RelativePath="..\..\include\llvm\ADT\APInt.h" |
605 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 606 | </File> |
607 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 608 | RelativePath="..\..\include\llvm\ADT\APSInt.h" |
609 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 610 | </File> |
611 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 612 | RelativePath="..\..\include\llvm\ADT\BitVector.h" |
613 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 614 | </File> |
615 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 616 | RelativePath="..\..\include\llvm\Support\DataTypes.h.in" |
617 | > | ||||
618 | </File> | ||||
619 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 620 | RelativePath="..\..\include\llvm\Adt\DenseMap.h" |
621 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 622 | </File> |
623 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 624 | RelativePath="..\..\include\llvm\ADT\DenseSet.h" |
625 | > | ||||
626 | </File> | ||||
627 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 628 | RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h" |
629 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 630 | </File> |
631 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 632 | RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h" |
633 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 634 | </File> |
635 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 636 | RelativePath="..\..\include\llvm\ADT\FoldingSet.h" |
637 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 638 | </File> |
639 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 640 | RelativePath="..\..\include\llvm\Adt\GraphTraits.h" |
641 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 642 | </File> |
643 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 644 | RelativePath="..\..\include\llvm\Adt\hash_map" |
645 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 646 | </File> |
647 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 648 | RelativePath="..\..\include\llvm\Adt\hash_set" |
649 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 650 | </File> |
651 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 652 | RelativePath="..\..\include\llvm\Adt\HashExtras.h" |
653 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 654 | </File> |
655 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 656 | RelativePath="..\..\include\llvm\Adt\ilist" |
657 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 658 | </File> |
659 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 660 | RelativePath="..\..\include\llvm\ADT\ImmutableMap.h" |
661 | > | ||||
662 | </File> | ||||
663 | <File | ||||
664 | RelativePath="..\..\include\llvm\ADT\ImmutableSet.h" | ||||
665 | > | ||||
666 | </File> | ||||
667 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 668 | RelativePath="..\..\include\llvm\ADT\IndexedMap.h" |
669 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 670 | </File> |
671 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 672 | RelativePath="..\..\include\llvm\Adt\iterator" |
673 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 674 | </File> |
675 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 676 | RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h" |
677 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 678 | </File> |
679 | <File | ||||
Ted Kremenek | 4983c7c | 2008-06-26 17:53:12 +0000 | [diff] [blame] | 680 | RelativePath="..\..\include\llvm\ADT\PriorityQueue.h" |
681 | > | ||||
682 | </File> | ||||
683 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 684 | RelativePath="..\..\include\llvm\Adt\SCCIterator.h" |
685 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 686 | </File> |
687 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 688 | RelativePath="..\..\include\llvm\Adt\SetOperations.h" |
689 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 690 | </File> |
691 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 692 | RelativePath="..\..\include\llvm\Adt\SetVector.h" |
693 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 694 | </File> |
695 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 696 | RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h" |
697 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 698 | </File> |
699 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 700 | RelativePath="..\..\include\llvm\ADT\SmallSet.h" |
701 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 702 | </File> |
703 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 704 | RelativePath="..\..\include\llvm\ADT\SmallString.h" |
705 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 706 | </File> |
707 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 708 | RelativePath="..\..\include\llvm\ADT\SmallVector.h" |
709 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 710 | </File> |
711 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 712 | RelativePath="..\..\include\llvm\Adt\Statistic.h" |
713 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 714 | </File> |
715 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 716 | RelativePath="..\..\include\llvm\Adt\STLExtras.h" |
717 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 718 | </File> |
719 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 720 | RelativePath="..\..\include\llvm\Adt\StringExtras.h" |
721 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 722 | </File> |
723 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 724 | RelativePath="..\..\include\llvm\ADT\StringMap.h" |
725 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 726 | </File> |
727 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 728 | RelativePath="..\..\include\llvm\Adt\Tree.h" |
729 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 730 | </File> |
731 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 732 | RelativePath="..\..\include\llvm\Adt\UniqueVector.h" |
733 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 734 | </File> |
735 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 736 | RelativePath="..\..\include\llvm\Adt\VectorExtras.h" |
737 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 738 | </File> |
739 | </Filter> | ||||
740 | </Files> | ||||
741 | <Globals> | ||||
742 | </Globals> | ||||
743 | </VisualStudioProject> |