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" | ||||
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 23 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
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 | ||||
93 | Name="Release|Win32" | ||||
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 94 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" |
95 | IntermediateDirectory="$(PlatformName)\$(ConfigurationName)" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 96 | ConfigurationType="4" |
Chris Lattner | a1983e7 | 2008-06-20 05:35:58 +0000 | [diff] [blame] | 97 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 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 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 115 | <Tool |
116 | Name="VCCLCompilerTool" | ||||
117 | AdditionalIncludeDirectories="..\..\include;.." | ||||
Hartmut Kaiser | 502c922 | 2007-11-07 19:34:09 +0000 | [diff] [blame] | 118 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 119 | StringPooling="true" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 120 | RuntimeLibrary="2" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 121 | ForceConformanceInForLoopScope="true" |
122 | RuntimeTypeInfo="true" | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 123 | UsePrecompiledHeader="0" |
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 124 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 125 | WarningLevel="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 126 | Detect64BitPortabilityProblems="false" |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 127 | DebugInformationFormat="3" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 128 | DisableSpecificWarnings="4355,4146,4800" |
129 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 130 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 131 | Name="VCManagedResourceCompilerTool" |
132 | /> | ||||
133 | <Tool | ||||
134 | Name="VCResourceCompilerTool" | ||||
135 | /> | ||||
136 | <Tool | ||||
137 | Name="VCPreLinkEventTool" | ||||
138 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 139 | <Tool |
140 | Name="VCLibrarianTool" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 141 | OutputFile="$(OutDir)/support.lib" |
142 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 143 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 144 | Name="VCALinkTool" |
145 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 146 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 147 | Name="VCXDCMakeTool" |
148 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 149 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 150 | Name="VCBscMakeTool" |
151 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 152 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 153 | Name="VCFxCopTool" |
154 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 155 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 156 | Name="VCPostBuildEventTool" |
157 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 158 | </Configuration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 159 | <Configuration |
160 | Name="Debug|x64" | ||||
161 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" | ||||
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" | ||||
233 | OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)" | ||||
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" | ||||
257 | AdditionalIncludeDirectories="..\..\include;.." | ||||
258 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS" | ||||
259 | StringPooling="true" | ||||
260 | RuntimeLibrary="2" | ||||
261 | ForceConformanceInForLoopScope="true" | ||||
262 | RuntimeTypeInfo="true" | ||||
263 | UsePrecompiledHeader="0" | ||||
264 | ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb" | ||||
265 | WarningLevel="3" | ||||
266 | Detect64BitPortabilityProblems="false" | ||||
267 | DebugInformationFormat="3" | ||||
268 | DisableSpecificWarnings="4355,4146,4800" | ||||
269 | /> | ||||
270 | <Tool | ||||
271 | Name="VCManagedResourceCompilerTool" | ||||
272 | /> | ||||
273 | <Tool | ||||
274 | Name="VCResourceCompilerTool" | ||||
275 | /> | ||||
276 | <Tool | ||||
277 | Name="VCPreLinkEventTool" | ||||
278 | /> | ||||
279 | <Tool | ||||
280 | Name="VCLibrarianTool" | ||||
281 | OutputFile="$(OutDir)/support.lib" | ||||
282 | /> | ||||
283 | <Tool | ||||
284 | Name="VCALinkTool" | ||||
285 | /> | ||||
286 | <Tool | ||||
287 | Name="VCXDCMakeTool" | ||||
288 | /> | ||||
289 | <Tool | ||||
290 | Name="VCBscMakeTool" | ||||
291 | /> | ||||
292 | <Tool | ||||
293 | Name="VCFxCopTool" | ||||
294 | /> | ||||
295 | <Tool | ||||
296 | Name="VCPostBuildEventTool" | ||||
297 | /> | ||||
298 | </Configuration> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 299 | </Configurations> |
300 | <References> | ||||
301 | </References> | ||||
302 | <Files> | ||||
303 | <Filter | ||||
304 | Name="Source Files" | ||||
305 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 306 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
307 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 308 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 309 | RelativePath="..\..\lib\Support\Allocator.cpp" |
310 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 311 | </File> |
312 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 313 | RelativePath="..\..\lib\Support\Annotation.cpp" |
314 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 315 | </File> |
316 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 317 | RelativePath="..\..\lib\Support\APFloat.cpp" |
318 | > | ||||
319 | </File> | ||||
320 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 321 | RelativePath="..\..\lib\Support\APInt.cpp" |
322 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 323 | </File> |
324 | <File | ||||
Steve Naroff | fe0de85 | 2008-03-05 22:30:39 +0000 | [diff] [blame] | 325 | RelativePath="..\..\lib\Support\APSInt.cpp" |
326 | > | ||||
327 | </File> | ||||
328 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 329 | RelativePath="..\..\lib\Support\CommandLine.cpp" |
330 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 331 | </File> |
332 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 333 | RelativePath="..\..\lib\Support\ConstantRange.cpp" |
334 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 335 | </File> |
336 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 337 | RelativePath="..\..\lib\Support\Debug.cpp" |
338 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 339 | </File> |
340 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 341 | RelativePath="..\..\lib\Support\Dwarf.cpp" |
342 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 343 | </File> |
344 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 345 | RelativePath="..\..\lib\Support\FileUtilities.cpp" |
346 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 347 | </File> |
348 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 349 | RelativePath="..\..\lib\Support\FoldingSet.cpp" |
350 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 351 | </File> |
352 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 353 | RelativePath="..\..\lib\Support\GraphWriter.cpp" |
354 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 355 | </File> |
356 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 357 | RelativePath="..\..\lib\Support\IsInf.cpp" |
358 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 359 | </File> |
360 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 361 | RelativePath="..\..\lib\Support\IsNAN.cpp" |
362 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 363 | </File> |
364 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 365 | RelativePath="..\..\lib\Support\ManagedStatic.cpp" |
366 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 367 | </File> |
368 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 369 | RelativePath="..\..\lib\Support\MemoryBuffer.cpp" |
370 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 371 | </File> |
372 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 373 | RelativePath="..\..\lib\Support\PluginLoader.cpp" |
374 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 375 | </File> |
376 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 377 | RelativePath="..\..\lib\Support\SlowOperationInformer.cpp" |
378 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 379 | <FileConfiguration |
Chuck Rose III | 0218d87 | 2008-06-30 22:37:57 +0000 | [diff] [blame] | 380 | Name="Debug|Win32" |
381 | > | ||||
382 | <Tool | ||||
383 | Name="VCCLCompilerTool" | ||||
384 | /> | ||||
385 | </FileConfiguration> | ||||
386 | <FileConfiguration | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 387 | Name="Release|Win32" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 388 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 389 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 390 | Name="VCCLCompilerTool" |
391 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 392 | </FileConfiguration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 393 | <FileConfiguration |
394 | Name="Release|x64" | ||||
395 | ExcludedFromBuild="true" | ||||
396 | > | ||||
397 | <Tool | ||||
398 | Name="VCCLCompilerTool" | ||||
399 | /> | ||||
400 | </FileConfiguration> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 401 | </File> |
402 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 403 | RelativePath="..\..\lib\Support\SmallPtrSet.cpp" |
404 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 405 | </File> |
406 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 407 | RelativePath="..\..\lib\Support\Statistic.cpp" |
408 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 409 | </File> |
410 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 411 | RelativePath="..\..\lib\Support\Streams.cpp" |
412 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 413 | </File> |
414 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 415 | RelativePath="..\..\lib\Support\StringExtras.cpp" |
416 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 417 | </File> |
418 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 419 | RelativePath="..\..\lib\Support\StringMap.cpp" |
420 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 421 | </File> |
422 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 423 | RelativePath="..\..\lib\Support\StringPool.cpp" |
424 | > | ||||
425 | </File> | ||||
426 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 427 | RelativePath="..\..\lib\Support\SystemUtils.cpp" |
428 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 429 | </File> |
430 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 431 | RelativePath="..\..\lib\Support\Timer.cpp" |
432 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 433 | </File> |
434 | </Filter> | ||||
435 | <Filter | ||||
436 | Name="Header Files" | ||||
437 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 438 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
439 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 440 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 441 | RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h" |
442 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 443 | </File> |
444 | <File | ||||
Hartmut Kaiser | 2925f89 | 2007-10-29 21:56:15 +0000 | [diff] [blame] | 445 | RelativePath="..\..\include\llvm\Support\Alignment.h" |
446 | > | ||||
447 | </File> | ||||
448 | <File | ||||
Hartmut Kaiser | e89e7f8 | 2007-10-18 12:31:51 +0000 | [diff] [blame] | 449 | RelativePath="..\..\include\llvm\Support\AlignOf.h" |
450 | > | ||||
451 | </File> | ||||
452 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 453 | RelativePath="..\..\include\llvm\Support\Allocator.h" |
454 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 455 | </File> |
456 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 457 | RelativePath="..\..\include\llvm\Support\Annotation.h" |
458 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 459 | </File> |
460 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 461 | RelativePath="..\..\include\llvm\Support\CallSite.h" |
462 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 463 | </File> |
464 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 465 | RelativePath="..\..\include\llvm\Support\Casting.h" |
466 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 467 | </File> |
468 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 469 | RelativePath="..\..\include\llvm\Support\CFG.h" |
470 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 471 | </File> |
472 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 473 | RelativePath="..\..\include\llvm\Support\CHelpers.h" |
474 | > | ||||
475 | </File> | ||||
476 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 477 | RelativePath="..\..\include\llvm\Support\CommandLine.h" |
478 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 479 | </File> |
480 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 481 | RelativePath="..\..\include\llvm\Support\Compiler.h" |
482 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 483 | </File> |
484 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 485 | RelativePath="..\..\include\llvm\Support\ConstantRange.h" |
486 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 487 | </File> |
488 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 489 | RelativePath="..\..\include\llvm\Support\Debug.h" |
490 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 491 | </File> |
492 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 493 | RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h" |
494 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 495 | </File> |
496 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 497 | RelativePath="..\..\include\llvm\Support\Dwarf.h" |
498 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 499 | </File> |
500 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 501 | RelativePath="..\..\include\llvm\Support\ELF.h" |
502 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 503 | </File> |
504 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 505 | RelativePath="..\..\include\llvm\Support\FileUtilities.h" |
506 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 507 | </File> |
508 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 509 | RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h" |
510 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 511 | </File> |
512 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 513 | RelativePath="..\..\include\llvm\Support\GraphWriter.h" |
514 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 515 | </File> |
516 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 517 | RelativePath="..\..\include\llvm\Support\InstIterator.h" |
518 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 519 | </File> |
520 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 521 | RelativePath="..\..\include\llvm\Support\InstVisitor.h" |
522 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 523 | </File> |
524 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 525 | RelativePath="..\..\include\llvm\Support\LeakDetector.h" |
526 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 527 | </File> |
528 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 529 | RelativePath="..\..\include\llvm\Support\Linker.h" |
530 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 531 | </File> |
532 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 533 | RelativePath="..\..\include\llvm\Support\MallocAllocator.h" |
534 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 535 | </File> |
536 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 537 | RelativePath="..\..\include\llvm\Support\ManagedStatic.h" |
538 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 539 | </File> |
540 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 541 | RelativePath="..\..\include\llvm\Support\Mangler.h" |
542 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 543 | </File> |
544 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 545 | RelativePath="..\..\include\llvm\Support\MathExtras.h" |
546 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 547 | </File> |
548 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 549 | RelativePath="..\..\include\llvm\Support\MemoryBuffer.h" |
550 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 551 | </File> |
552 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 553 | RelativePath="..\..\include\llvm\Support\OutputBuffer.h" |
554 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 555 | </File> |
556 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 557 | RelativePath="..\..\include\llvm\Support\PassNameParser.h" |
558 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 559 | </File> |
560 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 561 | RelativePath="..\..\include\llvm\Support\PatternMatch.h" |
562 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 563 | </File> |
564 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 565 | RelativePath="..\..\include\llvm\Support\PluginLoader.h" |
566 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 567 | </File> |
568 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 569 | RelativePath="..\..\include\llvm\Support\Registry.h" |
570 | > | ||||
571 | </File> | ||||
572 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 573 | RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h" |
574 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 575 | </File> |
576 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 577 | RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h" |
578 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 579 | </File> |
580 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 581 | RelativePath="..\..\include\llvm\Support\Streams.h" |
582 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 583 | </File> |
584 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 585 | RelativePath="..\..\include\llvm\Support\StringPool.h" |
586 | > | ||||
587 | </File> | ||||
588 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 589 | RelativePath="..\..\include\llvm\Support\SystemUtils.h" |
590 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 591 | </File> |
592 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 593 | RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h" |
594 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 595 | </File> |
596 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 597 | RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h" |
598 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 599 | </File> |
600 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 601 | RelativePath="..\..\include\llvm\Support\Timer.h" |
602 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 603 | </File> |
604 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 605 | RelativePath="..\..\include\llvm\Support\type_traits.h" |
606 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 607 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 608 | </Filter> |
609 | <Filter | ||||
610 | Name="ADT" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 611 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 612 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 613 | RelativePath="..\..\include\llvm\ADT\APInt.h" |
614 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 615 | </File> |
616 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 617 | RelativePath="..\..\include\llvm\ADT\APSInt.h" |
618 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 619 | </File> |
620 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 621 | RelativePath="..\..\include\llvm\ADT\BitVector.h" |
622 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 623 | </File> |
624 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 625 | RelativePath="..\..\include\llvm\Support\DataTypes.h.in" |
626 | > | ||||
627 | </File> | ||||
628 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 629 | RelativePath="..\..\include\llvm\Adt\DenseMap.h" |
630 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 631 | </File> |
632 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 633 | RelativePath="..\..\include\llvm\ADT\DenseSet.h" |
634 | > | ||||
635 | </File> | ||||
636 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 637 | RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h" |
638 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 639 | </File> |
640 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 641 | RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h" |
642 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 643 | </File> |
644 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 645 | RelativePath="..\..\include\llvm\ADT\FoldingSet.h" |
646 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 647 | </File> |
648 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 649 | RelativePath="..\..\include\llvm\Adt\GraphTraits.h" |
650 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 651 | </File> |
652 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 653 | RelativePath="..\..\include\llvm\Adt\hash_map" |
654 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 655 | </File> |
656 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 657 | RelativePath="..\..\include\llvm\Adt\hash_set" |
658 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 659 | </File> |
660 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 661 | RelativePath="..\..\include\llvm\Adt\HashExtras.h" |
662 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 663 | </File> |
664 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 665 | RelativePath="..\..\include\llvm\Adt\ilist" |
666 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 667 | </File> |
668 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 669 | RelativePath="..\..\include\llvm\ADT\ImmutableMap.h" |
670 | > | ||||
671 | </File> | ||||
672 | <File | ||||
673 | RelativePath="..\..\include\llvm\ADT\ImmutableSet.h" | ||||
674 | > | ||||
675 | </File> | ||||
676 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 677 | RelativePath="..\..\include\llvm\ADT\IndexedMap.h" |
678 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 679 | </File> |
680 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 681 | RelativePath="..\..\include\llvm\Adt\iterator" |
682 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 683 | </File> |
684 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 685 | RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h" |
686 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 687 | </File> |
688 | <File | ||||
Ted Kremenek | 4983c7c | 2008-06-26 17:53:12 +0000 | [diff] [blame] | 689 | RelativePath="..\..\include\llvm\ADT\PriorityQueue.h" |
690 | > | ||||
691 | </File> | ||||
692 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 693 | RelativePath="..\..\include\llvm\Adt\SCCIterator.h" |
694 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 695 | </File> |
696 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 697 | RelativePath="..\..\include\llvm\Adt\SetOperations.h" |
698 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 699 | </File> |
700 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 701 | RelativePath="..\..\include\llvm\Adt\SetVector.h" |
702 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 703 | </File> |
704 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 705 | RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h" |
706 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 707 | </File> |
708 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 709 | RelativePath="..\..\include\llvm\ADT\SmallSet.h" |
710 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 711 | </File> |
712 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 713 | RelativePath="..\..\include\llvm\ADT\SmallString.h" |
714 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 715 | </File> |
716 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 717 | RelativePath="..\..\include\llvm\ADT\SmallVector.h" |
718 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 719 | </File> |
720 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 721 | RelativePath="..\..\include\llvm\Adt\Statistic.h" |
722 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 723 | </File> |
724 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 725 | RelativePath="..\..\include\llvm\Adt\STLExtras.h" |
726 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 727 | </File> |
728 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 729 | RelativePath="..\..\include\llvm\Adt\StringExtras.h" |
730 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 731 | </File> |
732 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 733 | RelativePath="..\..\include\llvm\ADT\StringMap.h" |
734 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 735 | </File> |
736 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 737 | RelativePath="..\..\include\llvm\Adt\Tree.h" |
738 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 739 | </File> |
740 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 741 | RelativePath="..\..\include\llvm\Adt\UniqueVector.h" |
742 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 743 | </File> |
744 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 745 | RelativePath="..\..\include\llvm\Adt\VectorExtras.h" |
746 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 747 | </File> |
748 | </Filter> | ||||
749 | </Files> | ||||
750 | <Globals> | ||||
751 | </Globals> | ||||
752 | </VisualStudioProject> |