Updates to the VStudio project files:
[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         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13         </Platforms>
14         <ToolFiles>
15         </ToolFiles>
16         <Configurations>
17                 <Configuration
18                         Name="Debug|Win32"
19                         OutputDirectory="..\Debug"
20                         IntermediateDirectory="Debug"
21                         ConfigurationType="4"
22                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
23                         CharacterSet="2"
24                         >
25                         <Tool
26                                 Name="VCPreBuildEventTool"
27                         />
28                         <Tool
29                                 Name="VCCustomBuildTool"
30                         />
31                         <Tool
32                                 Name="VCXMLDataGeneratorTool"
33                         />
34                         <Tool
35                                 Name="VCWebServiceProxyGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCMIDLTool"
39                         />
40                         <Tool
41                                 Name="VCCLCompilerTool"
42                                 Optimization="0"
43                                 AdditionalIncludeDirectories="..\..\include;.."
44                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
45                                 StringPooling="true"
46                                 MinimalRebuild="true"
47                                 BasicRuntimeChecks="3"
48                                 RuntimeLibrary="3"
49                                 ForceConformanceInForLoopScope="true"
50                                 RuntimeTypeInfo="true"
51                                 UsePrecompiledHeader="0"
52                                 BrowseInformation="1"
53                                 WarningLevel="3"
54                                 Detect64BitPortabilityProblems="false"
55                                 DebugInformationFormat="4"
56                                 DisableSpecificWarnings="4355,4146,4800"
57                         />
58                         <Tool
59                                 Name="VCManagedResourceCompilerTool"
60                         />
61                         <Tool
62                                 Name="VCResourceCompilerTool"
63                         />
64                         <Tool
65                                 Name="VCPreLinkEventTool"
66                         />
67                         <Tool
68                                 Name="VCLibrarianTool"
69                                 OutputFile="$(OutDir)/support.lib"
70                         />
71                         <Tool
72                                 Name="VCALinkTool"
73                         />
74                         <Tool
75                                 Name="VCXDCMakeTool"
76                         />
77                         <Tool
78                                 Name="VCBscMakeTool"
79                         />
80                         <Tool
81                                 Name="VCFxCopTool"
82                         />
83                         <Tool
84                                 Name="VCPostBuildEventTool"
85                         />
86                 </Configuration>
87                 <Configuration
88                         Name="Release|Win32"
89                         OutputDirectory="..\Release"
90                         IntermediateDirectory="Release"
91                         ConfigurationType="4"
92                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
93                         CharacterSet="2"
94                         >
95                         <Tool
96                                 Name="VCPreBuildEventTool"
97                         />
98                         <Tool
99                                 Name="VCCustomBuildTool"
100                         />
101                         <Tool
102                                 Name="VCXMLDataGeneratorTool"
103                         />
104                         <Tool
105                                 Name="VCWebServiceProxyGeneratorTool"
106                         />
107                         <Tool
108                                 Name="VCMIDLTool"
109                         />
110                         <Tool
111                                 Name="VCCLCompilerTool"
112                                 AdditionalIncludeDirectories="..\..\include;.."
113                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
114                                 StringPooling="true"
115                                 RuntimeLibrary="2"
116                                 ForceConformanceInForLoopScope="true"
117                                 RuntimeTypeInfo="true"
118                                 UsePrecompiledHeader="0"
119                                 WarningLevel="3"
120                                 Detect64BitPortabilityProblems="false"
121                                 DebugInformationFormat="3"
122                                 DisableSpecificWarnings="4355,4146,4800"
123                         />
124                         <Tool
125                                 Name="VCManagedResourceCompilerTool"
126                         />
127                         <Tool
128                                 Name="VCResourceCompilerTool"
129                         />
130                         <Tool
131                                 Name="VCPreLinkEventTool"
132                         />
133                         <Tool
134                                 Name="VCLibrarianTool"
135                                 OutputFile="$(OutDir)/support.lib"
136                         />
137                         <Tool
138                                 Name="VCALinkTool"
139                         />
140                         <Tool
141                                 Name="VCXDCMakeTool"
142                         />
143                         <Tool
144                                 Name="VCBscMakeTool"
145                         />
146                         <Tool
147                                 Name="VCFxCopTool"
148                         />
149                         <Tool
150                                 Name="VCPostBuildEventTool"
151                         />
152                 </Configuration>
153         </Configurations>
154         <References>
155         </References>
156         <Files>
157                 <Filter
158                         Name="Source Files"
159                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
160                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
161                         >
162                         <File
163                                 RelativePath="..\..\lib\Support\Allocator.cpp"
164                                 >
165                         </File>
166                         <File
167                                 RelativePath="..\..\lib\Support\Annotation.cpp"
168                                 >
169                         </File>
170                         <File
171                                 RelativePath="..\..\lib\Support\APInt.cpp"
172                                 >
173                         </File>
174                         <File
175                                 RelativePath="..\..\lib\Support\CommandLine.cpp"
176                                 >
177                         </File>
178                         <File
179                                 RelativePath="..\..\lib\Support\ConstantRange.cpp"
180                                 >
181                         </File>
182                         <File
183                                 RelativePath="..\..\lib\Support\Debug.cpp"
184                                 >
185                         </File>
186                         <File
187                                 RelativePath="..\..\lib\Support\Dwarf.cpp"
188                                 >
189                         </File>
190                         <File
191                                 RelativePath="..\..\lib\Support\FileUtilities.cpp"
192                                 >
193                         </File>
194                         <File
195                                 RelativePath="..\..\lib\Support\FoldingSet.cpp"
196                                 >
197                         </File>
198                         <File
199                                 RelativePath="..\..\lib\Support\GraphWriter.cpp"
200                                 >
201                         </File>
202                         <File
203                                 RelativePath="..\..\lib\Support\IsInf.cpp"
204                                 >
205                         </File>
206                         <File
207                                 RelativePath="..\..\lib\Support\IsNAN.cpp"
208                                 >
209                         </File>
210                         <File
211                                 RelativePath="..\..\lib\Support\ManagedStatic.cpp"
212                                 >
213                         </File>
214                         <File
215                                 RelativePath="..\..\lib\Support\MemoryBuffer.cpp"
216                                 >
217                         </File>
218                         <File
219                                 RelativePath="..\..\lib\Support\PluginLoader.cpp"
220                                 >
221                         </File>
222                         <File
223                                 RelativePath="..\..\lib\Support\SlowOperationInformer.cpp"
224                                 >
225                                 <FileConfiguration
226                                         Name="Debug|Win32"
227                                         >
228                                         <Tool
229                                                 Name="VCCLCompilerTool"
230                                         />
231                                 </FileConfiguration>
232                                 <FileConfiguration
233                                         Name="Release|Win32"
234                                         ExcludedFromBuild="true"
235                                         >
236                                         <Tool
237                                                 Name="VCCLCompilerTool"
238                                         />
239                                 </FileConfiguration>
240                         </File>
241                         <File
242                                 RelativePath="..\..\lib\Support\SmallPtrSet.cpp"
243                                 >
244                         </File>
245                         <File
246                                 RelativePath="..\..\lib\Support\Statistic.cpp"
247                                 >
248                         </File>
249                         <File
250                                 RelativePath="..\..\lib\Support\Streams.cpp"
251                                 >
252                         </File>
253                         <File
254                                 RelativePath="..\..\lib\Support\StringExtras.cpp"
255                                 >
256                         </File>
257                         <File
258                                 RelativePath="..\..\lib\Support\StringMap.cpp"
259                                 >
260                         </File>
261                         <File
262                                 RelativePath="..\..\lib\Support\SystemUtils.cpp"
263                                 >
264                         </File>
265                         <File
266                                 RelativePath="..\..\lib\Support\Timer.cpp"
267                                 >
268                         </File>
269                 </Filter>
270                 <Filter
271                         Name="Header Files"
272                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
273                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
274                         >
275                         <File
276                                 RelativePath="..\..\include\llvm\Support\AIXDataTypesFix.h"
277                                 >
278                         </File>
279                         <File
280                                 RelativePath="..\..\include\llvm\Support\Allocator.h"
281                                 >
282                         </File>
283                         <File
284                                 RelativePath="..\..\include\llvm\Support\Annotation.h"
285                                 >
286                         </File>
287                         <File
288                                 RelativePath="..\..\include\llvm\Support\CallSite.h"
289                                 >
290                         </File>
291                         <File
292                                 RelativePath="..\..\include\llvm\Support\Casting.h"
293                                 >
294                         </File>
295                         <File
296                                 RelativePath="..\..\include\llvm\Support\CFG.h"
297                                 >
298                         </File>
299                         <File
300                                 RelativePath="..\..\include\llvm\Support\CommandLine.h"
301                                 >
302                         </File>
303                         <File
304                                 RelativePath="..\..\include\llvm\Support\Compiler.h"
305                                 >
306                         </File>
307                         <File
308                                 RelativePath="..\..\include\llvm\Support\ConstantRange.h"
309                                 >
310                         </File>
311                         <File
312                                 RelativePath="..\..\include\llvm\Support\DataTypes.h"
313                                 >
314                         </File>
315                         <File
316                                 RelativePath="..\..\include\llvm\Support\Debug.h"
317                                 >
318                         </File>
319                         <File
320                                 RelativePath="..\..\include\llvm\Support\DOTGraphTraits.h"
321                                 >
322                         </File>
323                         <File
324                                 RelativePath="..\..\include\llvm\Support\Dwarf.h"
325                                 >
326                         </File>
327                         <File
328                                 RelativePath="..\..\include\llvm\Support\ELF.h"
329                                 >
330                         </File>
331                         <File
332                                 RelativePath="..\..\include\llvm\Support\FileUtilities.h"
333                                 >
334                         </File>
335                         <File
336                                 RelativePath="..\..\include\llvm\Support\GetElementPtrTypeIterator.h"
337                                 >
338                         </File>
339                         <File
340                                 RelativePath="..\..\include\llvm\Support\GraphWriter.h"
341                                 >
342                         </File>
343                         <File
344                                 RelativePath="..\..\include\llvm\Support\InstIterator.h"
345                                 >
346                         </File>
347                         <File
348                                 RelativePath="..\..\include\llvm\Support\InstVisitor.h"
349                                 >
350                         </File>
351                         <File
352                                 RelativePath="..\..\include\llvm\Support\LeakDetector.h"
353                                 >
354                         </File>
355                         <File
356                                 RelativePath="..\..\include\llvm\Support\Linker.h"
357                                 >
358                         </File>
359                         <File
360                                 RelativePath="..\..\include\llvm\Support\MallocAllocator.h"
361                                 >
362                         </File>
363                         <File
364                                 RelativePath="..\..\include\llvm\Support\ManagedStatic.h"
365                                 >
366                         </File>
367                         <File
368                                 RelativePath="..\..\include\llvm\Support\Mangler.h"
369                                 >
370                         </File>
371                         <File
372                                 RelativePath="..\..\include\llvm\Support\MathExtras.h"
373                                 >
374                         </File>
375                         <File
376                                 RelativePath="..\..\include\llvm\Support\MemoryBuffer.h"
377                                 >
378                         </File>
379                         <File
380                                 RelativePath="..\..\include\llvm\Support\OutputBuffer.h"
381                                 >
382                         </File>
383                         <File
384                                 RelativePath="..\..\include\llvm\Support\PassNameParser.h"
385                                 >
386                         </File>
387                         <File
388                                 RelativePath="..\..\include\llvm\Support\PatternMatch.h"
389                                 >
390                         </File>
391                         <File
392                                 RelativePath="..\..\include\llvm\Support\PluginLoader.h"
393                                 >
394                         </File>
395                         <File
396                                 RelativePath="..\..\include\llvm\Support\SlowOperationInformer.h"
397                                 >
398                         </File>
399                         <File
400                                 RelativePath="..\..\include\llvm\Support\StableBasicBlockNumbering.h"
401                                 >
402                         </File>
403                         <File
404                                 RelativePath="..\..\include\llvm\Support\Streams.h"
405                                 >
406                         </File>
407                         <File
408                                 RelativePath="..\..\include\llvm\Support\SystemUtils.h"
409                                 >
410                         </File>
411                         <File
412                                 RelativePath="..\..\include\llvm\Support\ThreadSupport-NoSupport.h"
413                                 >
414                         </File>
415                         <File
416                                 RelativePath="..\..\include\llvm\Support\ThreadSupport-PThreads.h"
417                                 >
418                         </File>
419                         <File
420                                 RelativePath="..\..\include\llvm\Support\Timer.h"
421                                 >
422                         </File>
423                         <File
424                                 RelativePath="..\..\include\llvm\Support\type_traits.h"
425                                 >
426                         </File>
427                         <File
428                                 RelativePath="..\..\include\llvm\Support\TypeInfo.h"
429                                 >
430                         </File>
431                 </Filter>
432                 <Filter
433                         Name="ADT"
434                         >
435                         <File
436                                 RelativePath="..\..\include\llvm\ADT\APInt.h"
437                                 >
438                         </File>
439                         <File
440                                 RelativePath="..\..\include\llvm\ADT\APSInt.h"
441                                 >
442                         </File>
443                         <File
444                                 RelativePath="..\..\include\llvm\ADT\BitVector.h"
445                                 >
446                         </File>
447                         <File
448                                 RelativePath="..\..\include\llvm\Adt\DenseMap.h"
449                                 >
450                         </File>
451                         <File
452                                 RelativePath="..\..\include\llvm\Adt\DepthFirstIterator.h"
453                                 >
454                         </File>
455                         <File
456                                 RelativePath="..\..\include\llvm\Adt\EquivalenceClasses.h"
457                                 >
458                         </File>
459                         <File
460                                 RelativePath="..\..\include\llvm\ADT\FoldingSet.h"
461                                 >
462                         </File>
463                         <File
464                                 RelativePath="..\..\include\llvm\Adt\GraphTraits.h"
465                                 >
466                         </File>
467                         <File
468                                 RelativePath="..\..\include\llvm\Adt\hash_map"
469                                 >
470                         </File>
471                         <File
472                                 RelativePath="..\..\include\llvm\Adt\hash_set"
473                                 >
474                         </File>
475                         <File
476                                 RelativePath="..\..\include\llvm\Adt\HashExtras.h"
477                                 >
478                         </File>
479                         <File
480                                 RelativePath="..\..\include\llvm\Adt\ilist"
481                                 >
482                         </File>
483                         <File
484                                 RelativePath="..\..\include\llvm\ADT\IndexedMap.h"
485                                 >
486                         </File>
487                         <File
488                                 RelativePath="..\..\include\llvm\Adt\iterator"
489                                 >
490                         </File>
491                         <File
492                                 RelativePath="..\..\include\llvm\Adt\PostOrderIterator.h"
493                                 >
494                         </File>
495                         <File
496                                 RelativePath="..\..\include\llvm\Adt\SCCIterator.h"
497                                 >
498                         </File>
499                         <File
500                                 RelativePath="..\..\include\llvm\Adt\SetOperations.h"
501                                 >
502                         </File>
503                         <File
504                                 RelativePath="..\..\include\llvm\Adt\SetVector.h"
505                                 >
506                         </File>
507                         <File
508                                 RelativePath="..\..\include\llvm\ADT\SmallPtrSet.h"
509                                 >
510                         </File>
511                         <File
512                                 RelativePath="..\..\include\llvm\ADT\SmallSet.h"
513                                 >
514                         </File>
515                         <File
516                                 RelativePath="..\..\include\llvm\ADT\SmallString.h"
517                                 >
518                         </File>
519                         <File
520                                 RelativePath="..\..\include\llvm\ADT\SmallVector.h"
521                                 >
522                         </File>
523                         <File
524                                 RelativePath="..\..\include\llvm\Adt\Statistic.h"
525                                 >
526                         </File>
527                         <File
528                                 RelativePath="..\..\include\llvm\Adt\STLExtras.h"
529                                 >
530                         </File>
531                         <File
532                                 RelativePath="..\..\include\llvm\Adt\StringExtras.h"
533                                 >
534                         </File>
535                         <File
536                                 RelativePath="..\..\include\llvm\ADT\StringMap.h"
537                                 >
538                         </File>
539                         <File
540                                 RelativePath="..\..\include\llvm\Adt\Tree.h"
541                                 >
542                         </File>
543                         <File
544                                 RelativePath="..\..\include\llvm\Adt\UniqueVector.h"
545                                 >
546                         </File>
547                         <File
548                                 RelativePath="..\..\include\llvm\Adt\VectorExtras.h"
549                                 >
550                         </File>
551                 </Filter>
552         </Files>
553         <Globals>
554         </Globals>
555 </VisualStudioProject>