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