Rationalize warning suppression. First, 64-bit portability warnings are disabled...
[oota-llvm.git] / win32 / Target / Target.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="Target"
6         ProjectGUID="{059FBAB8-C76D-48A0-AA75-3C57BD3EAFE4}"
7         Keyword="Win32Proj">
8         <Platforms>
9                 <Platform
10                         Name="Win32"/>
11         </Platforms>
12         <Configurations>
13                 <Configuration
14                         Name="Debug|Win32"
15                         OutputDirectory="..\Debug"
16                         IntermediateDirectory="Debug"
17                         ConfigurationType="4"
18                         CharacterSet="2">
19                         <Tool
20                                 Name="VCCLCompilerTool"
21                                 Optimization="0"
22                                 AdditionalIncludeDirectories="..\..\include;.."
23                                 PreprocessorDefinitions="WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="FALSE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4146,4800"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLibrarianTool"
38                                 OutputFile="$(OutDir)/Target.lib"/>
39                         <Tool
40                                 Name="VCMIDLTool"/>
41                         <Tool
42                                 Name="VCPostBuildEventTool"/>
43                         <Tool
44                                 Name="VCPreBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreLinkEventTool"/>
47                         <Tool
48                                 Name="VCResourceCompilerTool"/>
49                         <Tool
50                                 Name="VCWebServiceProxyGeneratorTool"/>
51                         <Tool
52                                 Name="VCXMLDataGeneratorTool"/>
53                         <Tool
54                                 Name="VCManagedWrapperGeneratorTool"/>
55                         <Tool
56                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
57                 </Configuration>
58                 <Configuration
59                         Name="Release|Win32"
60                         OutputDirectory="..\Release"
61                         IntermediateDirectory="Release"
62                         ConfigurationType="4"
63                         CharacterSet="2">
64                         <Tool
65                                 Name="VCCLCompilerTool"
66                                 AdditionalIncludeDirectories="..\..\include;.."
67                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
68                                 RuntimeLibrary="2"
69                                 ForceConformanceInForLoopScope="TRUE"
70                                 RuntimeTypeInfo="TRUE"
71                                 UsePrecompiledHeader="0"
72                                 WarningLevel="3"
73                                 Detect64BitPortabilityProblems="TRUE"
74                                 DebugInformationFormat="3"
75                                 DisableSpecificWarnings="4146,4800"/>
76                         <Tool
77                                 Name="VCCustomBuildTool"/>
78                         <Tool
79                                 Name="VCLibrarianTool"
80                                 OutputFile="$(OutDir)/Target.lib"/>
81                         <Tool
82                                 Name="VCMIDLTool"/>
83                         <Tool
84                                 Name="VCPostBuildEventTool"/>
85                         <Tool
86                                 Name="VCPreBuildEventTool"/>
87                         <Tool
88                                 Name="VCPreLinkEventTool"/>
89                         <Tool
90                                 Name="VCResourceCompilerTool"/>
91                         <Tool
92                                 Name="VCWebServiceProxyGeneratorTool"/>
93                         <Tool
94                                 Name="VCXMLDataGeneratorTool"/>
95                         <Tool
96                                 Name="VCManagedWrapperGeneratorTool"/>
97                         <Tool
98                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
99                 </Configuration>
100         </Configurations>
101         <References>
102         </References>
103         <Files>
104                 <Filter
105                         Name="Source Files"
106                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
107                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
108                         <File
109                                 RelativePath="..\..\lib\Target\MRegisterInfo.cpp">
110                         </File>
111                         <File
112                                 RelativePath="..\..\lib\Target\TargetData.cpp">
113                         </File>
114                         <File
115                                 RelativePath="..\..\lib\Target\TargetFrameInfo.cpp">
116                         </File>
117                         <File
118                                 RelativePath="..\..\lib\Target\TargetInstrInfo.cpp">
119                         </File>
120                         <File
121                                 RelativePath="..\..\lib\Target\TargetMachine.cpp">
122                         </File>
123                         <File
124                                 RelativePath="..\..\lib\Target\TargetMachineRegistry.cpp">
125                         </File>
126                         <File
127                                 RelativePath="..\..\lib\Target\TargetSchedInfo.cpp">
128                         </File>
129                 </Filter>
130                 <Filter
131                         Name="Header Files"
132                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
133                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
134                         <File
135                                 RelativePath="..\..\include\llvm\Target\MRegisterInfo.h">
136                         </File>
137                         <File
138                                 RelativePath="..\..\include\llvm\Target\TargetData.h">
139                         </File>
140                         <File
141                                 RelativePath="..\..\include\llvm\Target\TargetFrameInfo.h">
142                         </File>
143                         <File
144                                 RelativePath="..\..\include\llvm\Target\TargetInstrInfo.h">
145                         </File>
146                         <File
147                                 RelativePath="..\..\include\llvm\Target\TargetJITInfo.h">
148                         </File>
149                         <File
150                                 RelativePath="..\..\include\llvm\Target\TargetMachine.h">
151                         </File>
152                         <File
153                                 RelativePath="..\..\include\llvm\Target\TargetMachineRegistry.h">
154                         </File>
155                         <File
156                                 RelativePath="..\..\include\llvm\Target\TargetOptions.h">
157                         </File>
158                         <File
159                                 RelativePath="..\..\include\llvm\Target\TargetSchedInfo.h">
160                         </File>
161                 </Filter>
162         </Files>
163         <Globals>
164         </Globals>
165 </VisualStudioProject>