Put intrinsics.gen in its proper place.
[oota-llvm.git] / win32 / VMCore / VMCore.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="VMCore"
6         ProjectGUID="{45CD78D7-C5D9-47FE-AD12-F3251EEDAFFB}"
7         RootNamespace="VMCore"
8         Keyword="Win32Proj">
9         <Platforms>
10                 <Platform
11                         Name="Win32"/>
12         </Platforms>
13         <Configurations>
14                 <Configuration
15                         Name="Debug|Win32"
16                         OutputDirectory="..\Debug"
17                         IntermediateDirectory="Debug"
18                         ConfigurationType="4"
19                         CharacterSet="2">
20                         <Tool
21                                 Name="VCCLCompilerTool"
22                                 Optimization="0"
23                                 AdditionalIncludeDirectories="..\..\include;.."
24                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
25                                 StringPooling="TRUE"
26                                 MinimalRebuild="TRUE"
27                                 BasicRuntimeChecks="3"
28                                 RuntimeLibrary="3"
29                                 ForceConformanceInForLoopScope="TRUE"
30                                 RuntimeTypeInfo="TRUE"
31                                 UsePrecompiledHeader="0"
32                                 BrowseInformation="1"
33                                 WarningLevel="3"
34                                 Detect64BitPortabilityProblems="FALSE"
35                                 DebugInformationFormat="4"
36                                 DisableSpecificWarnings="4355,4146,4800"/>
37                         <Tool
38                                 Name="VCCustomBuildTool"/>
39                         <Tool
40                                 Name="VCLibrarianTool"
41                                 OutputFile="$(OutDir)/VMCore.lib"/>
42                         <Tool
43                                 Name="VCMIDLTool"/>
44                         <Tool
45                                 Name="VCPostBuildEventTool"/>
46                         <Tool
47                                 Name="VCPreBuildEventTool"/>
48                         <Tool
49                                 Name="VCPreLinkEventTool"/>
50                         <Tool
51                                 Name="VCResourceCompilerTool"/>
52                         <Tool
53                                 Name="VCWebServiceProxyGeneratorTool"/>
54                         <Tool
55                                 Name="VCXMLDataGeneratorTool"/>
56                         <Tool
57                                 Name="VCManagedWrapperGeneratorTool"/>
58                         <Tool
59                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
60                 </Configuration>
61                 <Configuration
62                         Name="Release|Win32"
63                         OutputDirectory="..\Release"
64                         IntermediateDirectory="Release"
65                         ConfigurationType="4"
66                         CharacterSet="2">
67                         <Tool
68                                 Name="VCCLCompilerTool"
69                                 AdditionalIncludeDirectories="..\..\include;.."
70                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
71                                 StringPooling="TRUE"
72                                 RuntimeLibrary="2"
73                                 ForceConformanceInForLoopScope="TRUE"
74                                 RuntimeTypeInfo="TRUE"
75                                 UsePrecompiledHeader="0"
76                                 WarningLevel="3"
77                                 Detect64BitPortabilityProblems="FALSE"
78                                 DebugInformationFormat="3"
79                                 DisableSpecificWarnings="4355,4146,4800"/>
80                         <Tool
81                                 Name="VCCustomBuildTool"/>
82                         <Tool
83                                 Name="VCLibrarianTool"
84                                 OutputFile="$(OutDir)/VMCore.lib"/>
85                         <Tool
86                                 Name="VCMIDLTool"/>
87                         <Tool
88                                 Name="VCPostBuildEventTool"/>
89                         <Tool
90                                 Name="VCPreBuildEventTool"/>
91                         <Tool
92                                 Name="VCPreLinkEventTool"/>
93                         <Tool
94                                 Name="VCResourceCompilerTool"/>
95                         <Tool
96                                 Name="VCWebServiceProxyGeneratorTool"/>
97                         <Tool
98                                 Name="VCXMLDataGeneratorTool"/>
99                         <Tool
100                                 Name="VCManagedWrapperGeneratorTool"/>
101                         <Tool
102                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
103                 </Configuration>
104         </Configurations>
105         <References>
106         </References>
107         <Files>
108                 <Filter
109                         Name="Source Files"
110                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
111                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
112                         <File
113                                 RelativePath="..\..\lib\VMCore\AsmWriter.cpp">
114                         </File>
115                         <File
116                                 RelativePath="..\..\lib\VMCore\AutoUpgrade.cpp">
117                         </File>
118                         <File
119                                 RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
120                         </File>
121                         <File
122                                 RelativePath="..\..\lib\VMCore\ConstantFolding.cpp">
123                         </File>
124                         <File
125                                 RelativePath="..\..\lib\VMCore\ConstantRange.cpp">
126                         </File>
127                         <File
128                                 RelativePath="..\..\lib\VMCore\Constants.cpp">
129                         </File>
130                         <File
131                                 RelativePath="..\..\lib\VMCore\Dominators.cpp">
132                         </File>
133                         <File
134                                 RelativePath="..\..\lib\VMCore\Function.cpp">
135                         </File>
136                         <File
137                                 RelativePath="..\..\lib\VMCore\Globals.cpp">
138                         </File>
139                         <File
140                                 RelativePath="..\..\lib\VMCore\InlineAsm.cpp">
141                         </File>
142                         <File
143                                 RelativePath="..\..\lib\VMCore\Instruction.cpp">
144                         </File>
145                         <File
146                                 RelativePath="..\..\lib\VMCore\Instructions.cpp">
147                         </File>
148                         <File
149                                 RelativePath="..\..\include\llvm\Intrinsics.td">
150                                 <FileConfiguration
151                                         Name="Debug|Win32">
152                                         <Tool
153                                                 Name="VCCustomBuildTool"
154                                                 Description="Performing TableGen Step"
155                                                 CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
156 "
157                                                 AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe"
158                                                 Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
159                                 </FileConfiguration>
160                                 <FileConfiguration
161                                         Name="Release|Win32">
162                                         <Tool
163                                                 Name="VCCustomBuildTool"
164                                                 Description="Performing TableGen Step"
165                                                 CommandLine="..\$(IntDir)\TableGen.exe -gen-intrinsic -I ..\..\include $(InputPath) -o $(SolutionDir)llvm\intrinsics.gen
166 "
167                                                 AdditionalDependencies="$(ProjectDir)..\$(IntDir)\TableGen.exe"
168                                                 Outputs="$(SolutionDir)llvm\intrinsics.gen"/>
169                                 </FileConfiguration>
170                         </File>
171                         <File
172                                 RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
173                         </File>
174                         <File
175                                 RelativePath="..\..\lib\VMCore\Mangler.cpp">
176                         </File>
177                         <File
178                                 RelativePath="..\..\lib\VMCore\Module.cpp">
179                         </File>
180                         <File
181                                 RelativePath="..\..\lib\VMCore\ModuleProvider.cpp">
182                         </File>
183                         <File
184                                 RelativePath="..\..\lib\VMCore\Pass.cpp">
185                         </File>
186                         <File
187                                 RelativePath="..\..\lib\VMCore\SymbolTable.cpp">
188                         </File>
189                         <File
190                                 RelativePath="..\..\lib\VMCore\Type.cpp">
191                         </File>
192                         <File
193                                 RelativePath="..\..\lib\VMCore\TypeSymbolTable.cpp">
194                         </File>
195                         <File
196                                 RelativePath="..\..\lib\VMCore\Value.cpp">
197                         </File>
198                         <File
199                                 RelativePath="..\..\lib\VMCore\ValueSymbolTable.cpp">
200                         </File>
201                         <File
202                                 RelativePath="..\..\lib\VMCore\Verifier.cpp">
203                         </File>
204                 </Filter>
205                 <Filter
206                         Name="Header Files"
207                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
208                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
209                         <File
210                                 RelativePath="..\..\include\llvm\AbstractTypeUser.h">
211                         </File>
212                         <File
213                                 RelativePath="..\..\include\llvm\Argument.h">
214                         </File>
215                         <File
216                                 RelativePath="..\..\include\llvm\Assembly\AsmAnnotationWriter.h">
217                         </File>
218                         <File
219                                 RelativePath="..\..\include\llvm\Assembly\AutoUpgrade.h">
220                         </File>
221                         <File
222                                 RelativePath="..\..\include\llvm\BasicBlock.h">
223                         </File>
224                         <File
225                                 RelativePath="..\..\include\llvm\Assembly\CachedWriter.h">
226                         </File>
227                         <File
228                                 RelativePath="..\..\include\llvm\CallGraphSCCPass.h">
229                         </File>
230                         <File
231                                 RelativePath="..\..\include\llvm\Constant.h">
232                         </File>
233                         <File
234                                 RelativePath="..\..\lib\VMCore\ConstantFolding.h">
235                         </File>
236                         <File
237                                 RelativePath="..\..\include\llvm\Constants.h">
238                         </File>
239                         <File
240                                 RelativePath="..\..\include\llvm\DerivedTypes.h">
241                         </File>
242                         <File
243                                 RelativePath="..\..\include\llvm\Function.h">
244                         </File>
245                         <File
246                                 RelativePath="..\..\include\llvm\GlobalValue.h">
247                         </File>
248                         <File
249                                 RelativePath="..\..\include\llvm\GlobalVariable.h">
250                         </File>
251                         <File
252                                 RelativePath="..\..\include\llvm\InlineAsm.h">
253                         </File>
254                         <File
255                                 RelativePath="..\..\include\llvm\InstrTypes.h">
256                         </File>
257                         <File
258                                 RelativePath="..\..\include\llvm\Instruction.def">
259                         </File>
260                         <File
261                                 RelativePath="..\..\include\llvm\Instruction.h">
262                         </File>
263                         <File
264                                 RelativePath="..\..\include\llvm\Instructions.h">
265                         </File>
266                         <File
267                                 RelativePath="..\..\include\llvm\IntrinsicInst.h">
268                         </File>
269                         <File
270                                 RelativePath="..\..\include\llvm\Intrinsics.h">
271                         </File>
272                         <File
273                                 RelativePath="..\..\include\llvm\Linker.h">
274                         </File>
275                         <File
276                                 RelativePath="..\..\include\llvm\Module.h">
277                         </File>
278                         <File
279                                 RelativePath="..\..\include\llvm\ModuleProvider.h">
280                         </File>
281                         <File
282                                 RelativePath="..\..\include\llvm\Pass.h">
283                         </File>
284                         <File
285                                 RelativePath="..\..\include\llvm\PassAnalysisSupport.h">
286                         </File>
287                         <File
288                                 RelativePath="..\..\include\llvm\PassManager.h">
289                         </File>
290                         <File
291                                 RelativePath="..\..\lib\VMCore\PassManagerT.h">
292                         </File>
293                         <File
294                                 RelativePath="..\..\include\llvm\PassSupport.h">
295                         </File>
296                         <File
297                                 RelativePath="..\..\include\llvm\Assembly\PrintModulePass.h">
298                         </File>
299                         <File
300                                 RelativePath="..\..\include\llvm\SymbolTable.h">
301                         </File>
302                         <File
303                                 RelativePath="..\..\include\llvm\SymbolTableListTraits.h">
304                         </File>
305                         <File
306                                 RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h">
307                         </File>
308                         <File
309                                 RelativePath="..\..\include\llvm\Type.h">
310                         </File>
311                         <File
312                                 RelativePath="..\..\include\llvm\TypeSymbolTable.h">
313                         </File>
314                         <File
315                                 RelativePath="..\..\include\llvm\Use.h">
316                         </File>
317                         <File
318                                 RelativePath="..\..\include\llvm\User.h">
319                         </File>
320                         <File
321                                 RelativePath="..\..\include\llvm\Value.h">
322                         </File>
323                         <File
324                                 RelativePath="..\..\include\llvm\ValueSymbolTable.h">
325                         </File>
326                         <File
327                                 RelativePath="..\..\include\llvm\Assembly\Writer.h">
328                         </File>
329                 </Filter>
330                 <Filter
331                         Name="Generated Tablegen Files"
332                         Filter="">
333                         <File
334                                 RelativePath="..\llvm\intrinsics.gen">
335                         </File>
336                 </Filter>
337         </Files>
338         <Globals>
339         </Globals>
340 </VisualStudioProject>