Fix bug with APInt::getBitsNeeded with for base 10 numbers 0-9.
[oota-llvm.git] / win32 / Target / Target.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Target"
6         ProjectGUID="{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
7         Keyword="Win32Proj"
8         >
9         <Platforms>
10                 <Platform
11                         Name="Win32"
12                 />
13                 <Platform
14                         Name="x64"
15                 />
16         </Platforms>
17         <ToolFiles>
18         </ToolFiles>
19         <Configurations>
20                 <Configuration
21                         Name="Debug|Win32"
22                         OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
23                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24                         ConfigurationType="4"
25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
26                         CharacterSet="2"
27                         >
28                         <Tool
29                                 Name="VCPreBuildEventTool"
30                         />
31                         <Tool
32                                 Name="VCCustomBuildTool"
33                         />
34                         <Tool
35                                 Name="VCXMLDataGeneratorTool"
36                         />
37                         <Tool
38                                 Name="VCWebServiceProxyGeneratorTool"
39                         />
40                         <Tool
41                                 Name="VCMIDLTool"
42                         />
43                         <Tool
44                                 Name="VCCLCompilerTool"
45                                 Optimization="0"
46                                 AdditionalIncludeDirectories="..\..\include;.."
47                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
48                                 StringPooling="true"
49                                 MinimalRebuild="true"
50                                 BasicRuntimeChecks="3"
51                                 RuntimeLibrary="3"
52                                 ForceConformanceInForLoopScope="true"
53                                 RuntimeTypeInfo="true"
54                                 UsePrecompiledHeader="0"
55                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
56                                 BrowseInformation="1"
57                                 WarningLevel="3"
58                                 Detect64BitPortabilityProblems="false"
59                                 DebugInformationFormat="3"
60                                 DisableSpecificWarnings="4355,4146,4800"
61                         />
62                         <Tool
63                                 Name="VCManagedResourceCompilerTool"
64                         />
65                         <Tool
66                                 Name="VCResourceCompilerTool"
67                         />
68                         <Tool
69                                 Name="VCPreLinkEventTool"
70                         />
71                         <Tool
72                                 Name="VCLibrarianTool"
73                                 OutputFile="$(OutDir)/Target.lib"
74                         />
75                         <Tool
76                                 Name="VCALinkTool"
77                         />
78                         <Tool
79                                 Name="VCXDCMakeTool"
80                         />
81                         <Tool
82                                 Name="VCBscMakeTool"
83                         />
84                         <Tool
85                                 Name="VCFxCopTool"
86                         />
87                         <Tool
88                                 Name="VCPostBuildEventTool"
89                         />
90                 </Configuration>
91                 <Configuration
92                         Name="Debug|x64"
93                         OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
94                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
95                         ConfigurationType="4"
96                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
97                         CharacterSet="2"
98                         >
99                         <Tool
100                                 Name="VCPreBuildEventTool"
101                         />
102                         <Tool
103                                 Name="VCCustomBuildTool"
104                         />
105                         <Tool
106                                 Name="VCXMLDataGeneratorTool"
107                         />
108                         <Tool
109                                 Name="VCWebServiceProxyGeneratorTool"
110                         />
111                         <Tool
112                                 Name="VCMIDLTool"
113                                 TargetEnvironment="3"
114                         />
115                         <Tool
116                                 Name="VCCLCompilerTool"
117                                 Optimization="0"
118                                 AdditionalIncludeDirectories="..\..\include;.."
119                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
120                                 StringPooling="true"
121                                 MinimalRebuild="true"
122                                 BasicRuntimeChecks="3"
123                                 RuntimeLibrary="3"
124                                 ForceConformanceInForLoopScope="true"
125                                 RuntimeTypeInfo="true"
126                                 UsePrecompiledHeader="0"
127                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
128                                 BrowseInformation="1"
129                                 WarningLevel="3"
130                                 Detect64BitPortabilityProblems="false"
131                                 DebugInformationFormat="3"
132                                 DisableSpecificWarnings="4355,4146,4800"
133                         />
134                         <Tool
135                                 Name="VCManagedResourceCompilerTool"
136                         />
137                         <Tool
138                                 Name="VCResourceCompilerTool"
139                         />
140                         <Tool
141                                 Name="VCPreLinkEventTool"
142                         />
143                         <Tool
144                                 Name="VCLibrarianTool"
145                                 OutputFile="$(OutDir)/Target.lib"
146                         />
147                         <Tool
148                                 Name="VCALinkTool"
149                         />
150                         <Tool
151                                 Name="VCXDCMakeTool"
152                         />
153                         <Tool
154                                 Name="VCBscMakeTool"
155                         />
156                         <Tool
157                                 Name="VCFxCopTool"
158                         />
159                         <Tool
160                                 Name="VCPostBuildEventTool"
161                         />
162                 </Configuration>
163                 <Configuration
164                         Name="Release|Win32"
165                         OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
166                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
167                         ConfigurationType="4"
168                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops;..\common.vsprops"
169                         CharacterSet="2"
170                         >
171                         <Tool
172                                 Name="VCPreBuildEventTool"
173                         />
174                         <Tool
175                                 Name="VCCustomBuildTool"
176                         />
177                         <Tool
178                                 Name="VCXMLDataGeneratorTool"
179                         />
180                         <Tool
181                                 Name="VCWebServiceProxyGeneratorTool"
182                         />
183                         <Tool
184                                 Name="VCMIDLTool"
185                         />
186                         <Tool
187                                 Name="VCCLCompilerTool"
188                                 AdditionalIncludeDirectories="..\..\include;.."
189                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
190                                 StringPooling="true"
191                                 RuntimeLibrary="2"
192                                 ForceConformanceInForLoopScope="true"
193                                 RuntimeTypeInfo="true"
194                                 UsePrecompiledHeader="0"
195                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
196                                 WarningLevel="3"
197                                 Detect64BitPortabilityProblems="false"
198                                 DebugInformationFormat="3"
199                                 DisableSpecificWarnings="4355,4146,4800"
200                         />
201                         <Tool
202                                 Name="VCManagedResourceCompilerTool"
203                         />
204                         <Tool
205                                 Name="VCResourceCompilerTool"
206                         />
207                         <Tool
208                                 Name="VCPreLinkEventTool"
209                         />
210                         <Tool
211                                 Name="VCLibrarianTool"
212                                 OutputFile="$(OutDir)/Target.lib"
213                         />
214                         <Tool
215                                 Name="VCALinkTool"
216                         />
217                         <Tool
218                                 Name="VCXDCMakeTool"
219                         />
220                         <Tool
221                                 Name="VCBscMakeTool"
222                         />
223                         <Tool
224                                 Name="VCFxCopTool"
225                         />
226                         <Tool
227                                 Name="VCPostBuildEventTool"
228                         />
229                 </Configuration>
230                 <Configuration
231                         Name="Release|x64"
232                         OutputDirectory="$(ProjectDir)..\bin\$(PlatformName)\$(ConfigurationName)"
233                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
234                         ConfigurationType="4"
235                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
236                         CharacterSet="2"
237                         >
238                         <Tool
239                                 Name="VCPreBuildEventTool"
240                         />
241                         <Tool
242                                 Name="VCCustomBuildTool"
243                         />
244                         <Tool
245                                 Name="VCXMLDataGeneratorTool"
246                         />
247                         <Tool
248                                 Name="VCWebServiceProxyGeneratorTool"
249                         />
250                         <Tool
251                                 Name="VCMIDLTool"
252                                 TargetEnvironment="3"
253                         />
254                         <Tool
255                                 Name="VCCLCompilerTool"
256                                 AdditionalIncludeDirectories="..\..\include;.."
257                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
258                                 StringPooling="true"
259                                 RuntimeLibrary="2"
260                                 ForceConformanceInForLoopScope="true"
261                                 RuntimeTypeInfo="true"
262                                 UsePrecompiledHeader="0"
263                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
264                                 WarningLevel="3"
265                                 Detect64BitPortabilityProblems="false"
266                                 DebugInformationFormat="3"
267                                 DisableSpecificWarnings="4355,4146,4800"
268                         />
269                         <Tool
270                                 Name="VCManagedResourceCompilerTool"
271                         />
272                         <Tool
273                                 Name="VCResourceCompilerTool"
274                         />
275                         <Tool
276                                 Name="VCPreLinkEventTool"
277                         />
278                         <Tool
279                                 Name="VCLibrarianTool"
280                                 OutputFile="$(OutDir)/Target.lib"
281                         />
282                         <Tool
283                                 Name="VCALinkTool"
284                         />
285                         <Tool
286                                 Name="VCXDCMakeTool"
287                         />
288                         <Tool
289                                 Name="VCBscMakeTool"
290                         />
291                         <Tool
292                                 Name="VCFxCopTool"
293                         />
294                         <Tool
295                                 Name="VCPostBuildEventTool"
296                         />
297                 </Configuration>
298         </Configurations>
299         <References>
300         </References>
301         <Files>
302                 <Filter
303                         Name="Source Files"
304                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
305                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
306                         >
307                         <File
308                                 RelativePath="..\..\lib\Target\DarwinTargetAsmInfo.cpp"
309                                 >
310                         </File>
311                         <File
312                                 RelativePath="..\..\lib\Target\ELFTargetAsmInfo.cpp"
313                                 >
314                         </File>
315                         <File
316                                 RelativePath="..\..\lib\Target\SubtargetFeature.cpp"
317                                 >
318                         </File>
319                         <File
320                                 RelativePath="..\..\lib\Target\Target.cpp"
321                                 >
322                         </File>
323                         <File
324                                 RelativePath="..\..\lib\Target\TargetAsmInfo.cpp"
325                                 >
326                         </File>
327                         <File
328                                 RelativePath="..\..\lib\Target\TargetData.cpp"
329                                 >
330                         </File>
331                         <File
332                                 RelativePath="..\..\lib\Target\TargetFrameInfo.cpp"
333                                 >
334                         </File>
335                         <File
336                                 RelativePath="..\..\lib\Target\TargetInstrInfo.cpp"
337                                 >
338                         </File>
339                         <File
340                                 RelativePath="..\..\lib\Target\TargetMachine.cpp"
341                                 >
342                         </File>
343                         <File
344                                 RelativePath="..\..\lib\Target\TargetMachineRegistry.cpp"
345                                 >
346                         </File>
347                         <File
348                                 RelativePath="..\..\lib\Target\TargetMachOWriterInfo.cpp"
349                                 >
350                         </File>
351                         <File
352                                 RelativePath="..\..\lib\Target\TargetRegisterInfo.cpp"
353                                 >
354                         </File>
355                         <File
356                                 RelativePath="..\..\lib\Target\TargetSubtarget.cpp"
357                                 >
358                         </File>
359                 </Filter>
360                 <Filter
361                         Name="Header Files"
362                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
363                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
364                         >
365                         <File
366                                 RelativePath="..\..\include\llvm\Target\SubtargetFeature.h"
367                                 >
368                         </File>
369                         <File
370                                 RelativePath="..\..\include\llvm\Target\TargetAsmInfo.h"
371                                 >
372                         </File>
373                         <File
374                                 RelativePath="..\..\include\llvm\Target\TargetData.h"
375                                 >
376                         </File>
377                         <File
378                                 RelativePath="..\..\include\llvm\Target\TargetELFWriterInfo.h"
379                                 >
380                         </File>
381                         <File
382                                 RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h"
383                                 >
384                         </File>
385                         <File
386                                 RelativePath="..\..\include\llvm\Target\TargetInstrDesc.h"
387                                 >
388                         </File>
389                         <File
390                                 RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h"
391                                 >
392                         </File>
393                         <File
394                                 RelativePath="..\..\include\llvm\Target\TargetInstrItineraries.h"
395                                 >
396                         </File>
397                         <File
398                                 RelativePath="..\..\include\llvm\Target\TargetJITInfo.h"
399                                 >
400                         </File>
401                         <File
402                                 RelativePath="..\..\include\llvm\Target\TargetLowering.h"
403                                 >
404                         </File>
405                         <File
406                                 RelativePath="..\..\include\llvm\Target\TargetMachine.h"
407                                 >
408                         </File>
409                         <File
410                                 RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h"
411                                 >
412                         </File>
413                         <File
414                                 RelativePath="..\..\include\llvm\Target\TargetMachOWriterInfo.h"
415                                 >
416                         </File>
417                         <File
418                                 RelativePath="..\..\include\llvm\Target\TargetOptions.h"
419                                 >
420                         </File>
421                         <File
422                                 RelativePath="..\..\include\llvm\Target\TargetRegisterInfo.h"
423                                 >
424                         </File>
425                         <File
426                                 RelativePath="..\..\include\llvm\Target\TargetSubtarget.h"
427                                 >
428                         </File>
429                 </Filter>
430         </Files>
431         <Globals>
432         </Globals>
433 </VisualStudioProject>