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" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 26 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 97 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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 | /> | ||||
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 |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 380 | Name="Release|Win32" |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 381 | ExcludedFromBuild="true" |
382 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 383 | <Tool |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 384 | Name="VCCLCompilerTool" |
385 | /> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 386 | </FileConfiguration> |
Chuck Rose III | 57c33da | 2007-11-21 00:37:56 +0000 | [diff] [blame] | 387 | <FileConfiguration |
388 | Name="Release|x64" | ||||
389 | ExcludedFromBuild="true" | ||||
390 | > | ||||
391 | <Tool | ||||
392 | Name="VCCLCompilerTool" | ||||
393 | /> | ||||
394 | </FileConfiguration> | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 395 | </File> |
396 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 397 | RelativePath="..\..\lib\Support\SmallPtrSet.cpp" |
398 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 399 | </File> |
400 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 401 | RelativePath="..\..\lib\Support\Statistic.cpp" |
402 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 403 | </File> |
404 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 405 | RelativePath="..\..\lib\Support\Streams.cpp" |
406 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 407 | </File> |
408 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 409 | RelativePath="..\..\lib\Support\StringExtras.cpp" |
410 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 411 | </File> |
412 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 413 | RelativePath="..\..\lib\Support\StringMap.cpp" |
414 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 415 | </File> |
416 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 417 | RelativePath="..\..\lib\Support\StringPool.cpp" |
418 | > | ||||
419 | </File> | ||||
420 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 421 | RelativePath="..\..\lib\Support\SystemUtils.cpp" |
422 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 423 | </File> |
424 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 425 | RelativePath="..\..\lib\Support\Timer.cpp" |
426 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 427 | </File> |
428 | </Filter> | ||||
429 | <Filter | ||||
430 | Name="Header Files" | ||||
431 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 432 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
433 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 434 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 435 | RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h" |
436 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 437 | </File> |
438 | <File | ||||
Hartmut Kaiser | 2925f89 | 2007-10-29 21:56:15 +0000 | [diff] [blame] | 439 | RelativePath="..\..\include\llvm\Support\Alignment.h" |
440 | > | ||||
441 | </File> | ||||
442 | <File | ||||
Hartmut Kaiser | e89e7f8 | 2007-10-18 12:31:51 +0000 | [diff] [blame] | 443 | RelativePath="..\..\include\llvm\Support\AlignOf.h" |
444 | > | ||||
445 | </File> | ||||
446 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 447 | RelativePath="..\..\include\llvm\Support\Allocator.h" |
448 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 449 | </File> |
450 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 451 | RelativePath="..\..\include\llvm\Support\Annotation.h" |
452 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 453 | </File> |
454 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 455 | RelativePath="..\..\include\llvm\Support\CallSite.h" |
456 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 457 | </File> |
458 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 459 | RelativePath="..\..\include\llvm\Support\Casting.h" |
460 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 461 | </File> |
462 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 463 | RelativePath="..\..\include\llvm\Support\CFG.h" |
464 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 465 | </File> |
466 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 467 | RelativePath="..\..\include\llvm\Support\CHelpers.h" |
468 | > | ||||
469 | </File> | ||||
470 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 471 | RelativePath="..\..\include\llvm\Support\CommandLine.h" |
472 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 473 | </File> |
474 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 475 | RelativePath="..\..\include\llvm\Support\Compiler.h" |
476 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 477 | </File> |
478 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 479 | RelativePath="..\..\include\llvm\Support\ConstantRange.h" |
480 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 481 | </File> |
482 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 483 | RelativePath="..\..\include\llvm\Support\Debug.h" |
484 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 485 | </File> |
486 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 487 | RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h" |
488 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 489 | </File> |
490 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 491 | RelativePath="..\..\include\llvm\Support\Dwarf.h" |
492 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 493 | </File> |
494 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 495 | RelativePath="..\..\include\llvm\Support\ELF.h" |
496 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 497 | </File> |
498 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 499 | RelativePath="..\..\include\llvm\Support\FileUtilities.h" |
500 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 501 | </File> |
502 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 503 | RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h" |
504 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 505 | </File> |
506 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 507 | RelativePath="..\..\include\llvm\Support\GraphWriter.h" |
508 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 509 | </File> |
510 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 511 | RelativePath="..\..\include\llvm\Support\InstIterator.h" |
512 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 513 | </File> |
514 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 515 | RelativePath="..\..\include\llvm\Support\InstVisitor.h" |
516 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 517 | </File> |
518 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 519 | RelativePath="..\..\include\llvm\Support\LeakDetector.h" |
520 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 521 | </File> |
522 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 523 | RelativePath="..\..\include\llvm\Support\Linker.h" |
524 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 525 | </File> |
526 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 527 | RelativePath="..\..\include\llvm\Support\MallocAllocator.h" |
528 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 529 | </File> |
530 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 531 | RelativePath="..\..\include\llvm\Support\ManagedStatic.h" |
532 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 533 | </File> |
534 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 535 | RelativePath="..\..\include\llvm\Support\Mangler.h" |
536 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 537 | </File> |
538 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 539 | RelativePath="..\..\include\llvm\Support\MathExtras.h" |
540 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 541 | </File> |
542 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 543 | RelativePath="..\..\include\llvm\Support\MemoryBuffer.h" |
544 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 545 | </File> |
546 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 547 | RelativePath="..\..\include\llvm\Support\OutputBuffer.h" |
548 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 549 | </File> |
550 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 551 | RelativePath="..\..\include\llvm\Support\PassNameParser.h" |
552 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 553 | </File> |
554 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 555 | RelativePath="..\..\include\llvm\Support\PatternMatch.h" |
556 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 557 | </File> |
558 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 559 | RelativePath="..\..\include\llvm\Support\PluginLoader.h" |
560 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 561 | </File> |
562 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 563 | RelativePath="..\..\include\llvm\Support\Registry.h" |
564 | > | ||||
565 | </File> | ||||
566 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 567 | RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h" |
568 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 569 | </File> |
570 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 571 | RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h" |
572 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 573 | </File> |
574 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 575 | RelativePath="..\..\include\llvm\Support\Streams.h" |
576 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 577 | </File> |
578 | <File | ||||
Chuck Rose III | eb7975c | 2007-12-10 19:31:09 +0000 | [diff] [blame] | 579 | RelativePath="..\..\include\llvm\Support\StringPool.h" |
580 | > | ||||
581 | </File> | ||||
582 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 583 | RelativePath="..\..\include\llvm\Support\SystemUtils.h" |
584 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 585 | </File> |
586 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 587 | RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h" |
588 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 589 | </File> |
590 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 591 | RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h" |
592 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 593 | </File> |
594 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 595 | RelativePath="..\..\include\llvm\Support\Timer.h" |
596 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 597 | </File> |
598 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 599 | RelativePath="..\..\include\llvm\Support\type_traits.h" |
600 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 601 | </File> |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 602 | </Filter> |
603 | <Filter | ||||
604 | Name="ADT" | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 605 | > |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 606 | <File |
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 607 | RelativePath="..\..\include\llvm\ADT\APInt.h" |
608 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 609 | </File> |
610 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 611 | RelativePath="..\..\include\llvm\ADT\APSInt.h" |
612 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 613 | </File> |
614 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 615 | RelativePath="..\..\include\llvm\ADT\BitVector.h" |
616 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 617 | </File> |
618 | <File | ||||
Chuck Rose III | a021b72 | 2007-08-28 18:59:02 +0000 | [diff] [blame] | 619 | RelativePath="..\..\include\llvm\Support\DataTypes.h.in" |
620 | > | ||||
621 | </File> | ||||
622 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 623 | RelativePath="..\..\include\llvm\Adt\DenseMap.h" |
624 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 625 | </File> |
626 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 627 | RelativePath="..\..\include\llvm\ADT\DenseSet.h" |
628 | > | ||||
629 | </File> | ||||
630 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 631 | RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h" |
632 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 633 | </File> |
634 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 635 | RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h" |
636 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 637 | </File> |
638 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 639 | RelativePath="..\..\include\llvm\ADT\FoldingSet.h" |
640 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 641 | </File> |
642 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 643 | RelativePath="..\..\include\llvm\Adt\GraphTraits.h" |
644 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 645 | </File> |
646 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 647 | RelativePath="..\..\include\llvm\Adt\hash_map" |
648 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 649 | </File> |
650 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 651 | RelativePath="..\..\include\llvm\Adt\hash_set" |
652 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 653 | </File> |
654 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 655 | RelativePath="..\..\include\llvm\Adt\HashExtras.h" |
656 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 657 | </File> |
658 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 659 | RelativePath="..\..\include\llvm\Adt\ilist" |
660 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 661 | </File> |
662 | <File | ||||
Hartmut Kaiser | d09dfaf | 2007-10-10 19:50:09 +0000 | [diff] [blame] | 663 | RelativePath="..\..\include\llvm\ADT\ImmutableMap.h" |
664 | > | ||||
665 | </File> | ||||
666 | <File | ||||
667 | RelativePath="..\..\include\llvm\ADT\ImmutableSet.h" | ||||
668 | > | ||||
669 | </File> | ||||
670 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 671 | RelativePath="..\..\include\llvm\ADT\IndexedMap.h" |
672 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 673 | </File> |
674 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 675 | RelativePath="..\..\include\llvm\Adt\iterator" |
676 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 677 | </File> |
678 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 679 | RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h" |
680 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 681 | </File> |
682 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 683 | RelativePath="..\..\include\llvm\Adt\SCCIterator.h" |
684 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 685 | </File> |
686 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 687 | RelativePath="..\..\include\llvm\Adt\SetOperations.h" |
688 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 689 | </File> |
690 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 691 | RelativePath="..\..\include\llvm\Adt\SetVector.h" |
692 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 693 | </File> |
694 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 695 | RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h" |
696 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 697 | </File> |
698 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 699 | RelativePath="..\..\include\llvm\ADT\SmallSet.h" |
700 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 701 | </File> |
702 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 703 | RelativePath="..\..\include\llvm\ADT\SmallString.h" |
704 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 705 | </File> |
706 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 707 | RelativePath="..\..\include\llvm\ADT\SmallVector.h" |
708 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 709 | </File> |
710 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 711 | RelativePath="..\..\include\llvm\Adt\Statistic.h" |
712 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 713 | </File> |
714 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 715 | RelativePath="..\..\include\llvm\Adt\STLExtras.h" |
716 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 717 | </File> |
718 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 719 | RelativePath="..\..\include\llvm\Adt\StringExtras.h" |
720 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 721 | </File> |
722 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 723 | RelativePath="..\..\include\llvm\ADT\StringMap.h" |
724 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 725 | </File> |
726 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 727 | RelativePath="..\..\include\llvm\Adt\Tree.h" |
728 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 729 | </File> |
730 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 731 | RelativePath="..\..\include\llvm\Adt\UniqueVector.h" |
732 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 733 | </File> |
734 | <File | ||||
Chuck Rose III | 6e1857b | 2007-07-27 18:20:11 +0000 | [diff] [blame] | 735 | RelativePath="..\..\include\llvm\Adt\VectorExtras.h" |
736 | > | ||||
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 737 | </File> |
738 | </Filter> | ||||
739 | </Files> | ||||
740 | <Globals> | ||||
741 | </Globals> | ||||
742 | </VisualStudioProject> |