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