Update vcproj file.
[oota-llvm.git] / win32 / Support / Support.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="support"
6         ProjectGUID="{28AA9146-3482-4F41-9CC6-407B1D258508}"
7         RootNamespace="support"
8         Keyword="Win32Proj"
9         >
10         <Platforms>
11                 <Platform
12                         Name="Win32"
13                 />
14                 <Platform
15                         Name="x64"
16                 />
17         </Platforms>
18         <ToolFiles>
19         </ToolFiles>
20         <Configurations>
21                 <Configuration
22                         Name="Debug|Win32"
23                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
24                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
25                         ConfigurationType="4"
26                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
27                         CharacterSet="2"
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                         />
44                         <Tool
45                                 Name="VCCLCompilerTool"
46                                 Optimization="0"
47                                 AdditionalIncludeDirectories="..\..\include;.."
48                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
49                                 StringPooling="true"
50                                 MinimalRebuild="true"
51                                 BasicRuntimeChecks="3"
52                                 RuntimeLibrary="3"
53                                 ForceConformanceInForLoopScope="true"
54                                 RuntimeTypeInfo="true"
55                                 UsePrecompiledHeader="0"
56                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
57                                 BrowseInformation="1"
58                                 WarningLevel="3"
59                                 Detect64BitPortabilityProblems="false"
60                                 DebugInformationFormat="3"
61                                 DisableSpecificWarnings="4355,4146,4800"
62                         />
63                         <Tool
64                                 Name="VCManagedResourceCompilerTool"
65                         />
66                         <Tool
67                                 Name="VCResourceCompilerTool"
68                         />
69                         <Tool
70                                 Name="VCPreLinkEventTool"
71                         />
72                         <Tool
73                                 Name="VCLibrarianTool"
74                                 OutputFile="$(OutDir)/support.lib"
75                         />
76                         <Tool
77                                 Name="VCALinkTool"
78                         />
79                         <Tool
80                                 Name="VCXDCMakeTool"
81                         />
82                         <Tool
83                                 Name="VCBscMakeTool"
84                         />
85                         <Tool
86                                 Name="VCFxCopTool"
87                         />
88                         <Tool
89                                 Name="VCPostBuildEventTool"
90                         />
91                 </Configuration>
92                 <Configuration
93                         Name="Release|Win32"
94                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
95                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
96                         ConfigurationType="4"
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                         />
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
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>
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"
306                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
307                         >
308                         <File
309                                 RelativePath="..\..\lib\Support\Allocator.cpp"
310                                 >
311                         </File>
312                         <File
313                                 RelativePath="..\..\lib\Support\Annotation.cpp"
314                                 >
315                         </File>
316                         <File
317                                 RelativePath="..\..\lib\Support\APFloat.cpp"
318                                 >
319                         </File>
320                         <File
321                                 RelativePath="..\..\lib\Support\APInt.cpp"
322                                 >
323                         </File>
324                         <File
325                                 RelativePath="..\..\lib\Support\APSInt.cpp"
326                                 >
327                         </File>
328                         <File
329                                 RelativePath="..\..\lib\Support\CommandLine.cpp"
330                                 >
331                         </File>
332                         <File
333                                 RelativePath="..\..\lib\Support\ConstantRange.cpp"
334                                 >
335                         </File>
336                         <File
337                                 RelativePath="..\..\lib\Support\Debug.cpp"
338                                 >
339                         </File>
340                         <File
341                                 RelativePath="..\..\lib\Support\Dwarf.cpp"
342                                 >
343                         </File>
344                         <File
345                                 RelativePath="..\..\lib\Support\FileUtilities.cpp"
346                                 >
347                         </File>
348                         <File
349                                 RelativePath="..\..\lib\Support\FoldingSet.cpp"
350                                 >
351                         </File>
352                         <File
353                                 RelativePath="..\..\lib\Support\GraphWriter.cpp"
354                                 >
355                         </File>
356                         <File
357                                 RelativePath="..\..\lib\Support\IsInf.cpp"
358                                 >
359                         </File>
360                         <File
361                                 RelativePath="..\..\lib\Support\IsNAN.cpp"
362                                 >
363                         </File>
364                         <File
365                                 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
366                                 >
367                         </File>
368                         <File
369                                 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
370                                 >
371                         </File>
372                         <File
373                                 RelativePath="..\..\lib\Support\PluginLoader.cpp"
374                                 >
375                         </File>
376                         <File
377                                 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
378                                 >
379                                 <FileConfiguration
380                                         Name="Release|Win32"
381                                         ExcludedFromBuild="true"
382                                         >
383                                         <Tool
384                                                 Name="VCCLCompilerTool"
385                                         />
386                                 </FileConfiguration>
387                                 <FileConfiguration
388                                         Name="Release|x64"
389                                         ExcludedFromBuild="true"
390                                         >
391                                         <Tool
392                                                 Name="VCCLCompilerTool"
393                                         />
394                                 </FileConfiguration>
395                         </File>
396                         <File
397                                 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
398                                 >
399                         </File>
400                         <File
401                                 RelativePath="..\..\lib\Support\Statistic.cpp"
402                                 >
403                         </File>
404                         <File
405                                 RelativePath="..\..\lib\Support\Streams.cpp"
406                                 >
407                         </File>
408                         <File
409                                 RelativePath="..\..\lib\Support\StringExtras.cpp"
410                                 >
411                         </File>
412                         <File
413                                 RelativePath="..\..\lib\Support\StringMap.cpp"
414                                 >
415                         </File>
416                         <File
417                                 RelativePath="..\..\lib\Support\StringPool.cpp"
418                                 >
419                         </File>
420                         <File
421                                 RelativePath="..\..\lib\Support\SystemUtils.cpp"
422                                 >
423                         </File>
424                         <File
425                                 RelativePath="..\..\lib\Support\Timer.cpp"
426                                 >
427                         </File>
428                 </Filter>
429                 <Filter
430                         Name="Header Files"
431                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
432                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
433                         >
434                         <File
435                                 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
436                                 >
437                         </File>
438                         <File
439                                 RelativePath="..\..\include\llvm\Support\Alignment.h"
440                                 >
441                         </File>
442                         <File
443                                 RelativePath="..\..\include\llvm\Support\AlignOf.h"
444                                 >
445                         </File>
446                         <File
447                                 RelativePath="..\..\include\llvm\Support\Allocator.h"
448                                 >
449                         </File>
450                         <File
451                                 RelativePath="..\..\include\llvm\Support\Annotation.h"
452                                 >
453                         </File>
454                         <File
455                                 RelativePath="..\..\include\llvm\Support\CallSite.h"
456                                 >
457                         </File>
458                         <File
459                                 RelativePath="..\..\include\llvm\Support\Casting.h"
460                                 >
461                         </File>
462                         <File
463                                 RelativePath="..\..\include\llvm\Support\CFG.h"
464                                 >
465                         </File>
466                         <File
467                                 RelativePath="..\..\include\llvm\Support\CHelpers.h"
468                                 >
469                         </File>
470                         <File
471                                 RelativePath="..\..\include\llvm\Support\CommandLine.h"
472                                 >
473                         </File>
474                         <File
475                                 RelativePath="..\..\include\llvm\Support\Compiler.h"
476                                 >
477                         </File>
478                         <File
479                                 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
480                                 >
481                         </File>
482                         <File
483                                 RelativePath="..\..\include\llvm\Support\Debug.h"
484                                 >
485                         </File>
486                         <File
487                                 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
488                                 >
489                         </File>
490                         <File
491                                 RelativePath="..\..\include\llvm\Support\Dwarf.h"
492                                 >
493                         </File>
494                         <File
495                                 RelativePath="..\..\include\llvm\Support\ELF.h"
496                                 >
497                         </File>
498                         <File
499                                 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
500                                 >
501                         </File>
502                         <File
503                                 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
504                                 >
505                         </File>
506                         <File
507                                 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
508                                 >
509                         </File>
510                         <File
511                                 RelativePath="..\..\include\llvm\Support\InstIterator.h"
512                                 >
513                         </File>
514                         <File
515                                 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
516                                 >
517                         </File>
518                         <File
519                                 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
520                                 >
521                         </File>
522                         <File
523                                 RelativePath="..\..\include\llvm\Support\Linker.h"
524                                 >
525                         </File>
526                         <File
527                                 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
528                                 >
529                         </File>
530                         <File
531                                 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
532                                 >
533                         </File>
534                         <File
535                                 RelativePath="..\..\include\llvm\Support\Mangler.h"
536                                 >
537                         </File>
538                         <File
539                                 RelativePath="..\..\include\llvm\Support\MathExtras.h"
540                                 >
541                         </File>
542                         <File
543                                 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
544                                 >
545                         </File>
546                         <File
547                                 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
548                                 >
549                         </File>
550                         <File
551                                 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
552                                 >
553                         </File>
554                         <File
555                                 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
556                                 >
557                         </File>
558                         <File
559                                 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
560                                 >
561                         </File>
562                         <File
563                                 RelativePath="..\..\include\llvm\Support\Registry.h"
564                                 >
565                         </File>
566                         <File
567                                 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
568                                 >
569                         </File>
570                         <File
571                                 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
572                                 >
573                         </File>
574                         <File
575                                 RelativePath="..\..\include\llvm\Support\Streams.h"
576                                 >
577                         </File>
578                         <File
579                                 RelativePath="..\..\include\llvm\Support\StringPool.h"
580                                 >
581                         </File>
582                         <File
583                                 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
584                                 >
585                         </File>
586                         <File
587                                 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
588                                 >
589                         </File>
590                         <File
591                                 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
592                                 >
593                         </File>
594                         <File
595                                 RelativePath="..\..\include\llvm\Support\Timer.h"
596                                 >
597                         </File>
598                         <File
599                                 RelativePath="..\..\include\llvm\Support\type_traits.h"
600                                 >
601                         </File>
602                 </Filter>
603                 <Filter
604                         Name="ADT"
605                         >
606                         <File
607                                 RelativePath="..\..\include\llvm\ADT\APInt.h"
608                                 >
609                         </File>
610                         <File
611                                 RelativePath="..\..\include\llvm\ADT\APSInt.h"
612                                 >
613                         </File>
614                         <File
615                                 RelativePath="..\..\include\llvm\ADT\BitVector.h"
616                                 >
617                         </File>
618                         <File
619                                 RelativePath="..\..\include\llvm\Support\DataTypes.h.in"
620                                 >
621                         </File>
622                         <File
623                                 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
624                                 >
625                         </File>
626                         <File
627                                 RelativePath="..\..\include\llvm\ADT\DenseSet.h"
628                                 >
629                         </File>
630                         <File
631                                 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
632                                 >
633                         </File>
634                         <File
635                                 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
636                                 >
637                         </File>
638                         <File
639                                 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
640                                 >
641                         </File>
642                         <File
643                                 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
644                                 >
645                         </File>
646                         <File
647                                 RelativePath="..\..\include\llvm\Adt\hash_map"
648                                 >
649                         </File>
650                         <File
651                                 RelativePath="..\..\include\llvm\Adt\hash_set"
652                                 >
653                         </File>
654                         <File
655                                 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
656                                 >
657                         </File>
658                         <File
659                                 RelativePath="..\..\include\llvm\Adt\ilist"
660                                 >
661                         </File>
662                         <File
663                                 RelativePath="..\..\include\llvm\ADT\ImmutableMap.h"
664                                 >
665                         </File>
666                         <File
667                                 RelativePath="..\..\include\llvm\ADT\ImmutableSet.h"
668                                 >
669                         </File>
670                         <File
671                                 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
672                                 >
673                         </File>
674                         <File
675                                 RelativePath="..\..\include\llvm\Adt\iterator"
676                                 >
677                         </File>
678                         <File
679                                 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
680                                 >
681                         </File>
682                         <File
683                                 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
684                                 >
685                         </File>
686                         <File
687                                 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
688                                 >
689                         </File>
690                         <File
691                                 RelativePath="..\..\include\llvm\Adt\SetVector.h"
692                                 >
693                         </File>
694                         <File
695                                 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
696                                 >
697                         </File>
698                         <File
699                                 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
700                                 >
701                         </File>
702                         <File
703                                 RelativePath="..\..\include\llvm\ADT\SmallString.h"
704                                 >
705                         </File>
706                         <File
707                                 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
708                                 >
709                         </File>
710                         <File
711                                 RelativePath="..\..\include\llvm\Adt\Statistic.h"
712                                 >
713                         </File>
714                         <File
715                                 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
716                                 >
717                         </File>
718                         <File
719                                 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
720                                 >
721                         </File>
722                         <File
723                                 RelativePath="..\..\include\llvm\ADT\StringMap.h"
724                                 >
725                         </File>
726                         <File
727                                 RelativePath="..\..\include\llvm\Adt\Tree.h"
728                                 >
729                         </File>
730                         <File
731                                 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
732                                 >
733                         </File>
734                         <File
735                                 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
736                                 >
737                         </File>
738                 </Filter>
739         </Files>
740         <Globals>
741         </Globals>
742 </VisualStudioProject>