45a11004954f8702c050f0ce61e334b5622bd4e9
[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         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;HASH_NAMESPACE=&quot;stdext&quot;"
24                                 MinimalRebuild="TRUE"
25                                 BasicRuntimeChecks="3"
26                                 RuntimeLibrary="3"
27                                 ForceConformanceInForLoopScope="TRUE"
28                                 RuntimeTypeInfo="TRUE"
29                                 UsePrecompiledHeader="0"
30                                 WarningLevel="3"
31                                 Detect64BitPortabilityProblems="TRUE"
32                                 DebugInformationFormat="4"
33                                 DisableSpecificWarnings="4800;4244;4267"/>
34                         <Tool
35                                 Name="VCCustomBuildTool"/>
36                         <Tool
37                                 Name="VCLibrarianTool"
38                                 OutputFile="$(OutDir)/VMCore.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="4099;4800;4244;4267"/>
76                         <Tool
77                                 Name="VCCustomBuildTool"/>
78                         <Tool
79                                 Name="VCLibrarianTool"
80                                 OutputFile="$(OutDir)/VMCore.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\VMCore\AsmWriter.cpp">
110                         </File>
111                         <File
112                                 RelativePath="..\..\lib\VMCore\BasicBlock.cpp">
113                         </File>
114                         <File
115                                 RelativePath="..\..\lib\VMCore\ConstantFolding.cpp">
116                         </File>
117                         <File
118                                 RelativePath="..\..\lib\VMCore\ConstantRange.cpp">
119                         </File>
120                         <File
121                                 RelativePath="..\..\lib\VMCore\Constants.cpp">
122                         </File>
123                         <File
124                                 RelativePath="..\..\lib\VMCore\Dominators.cpp">
125                         </File>
126                         <File
127                                 RelativePath="..\..\lib\VMCore\Function.cpp">
128                         </File>
129                         <File
130                                 RelativePath="..\..\lib\VMCore\Globals.cpp">
131                         </File>
132                         <File
133                                 RelativePath="..\..\lib\VMCore\InstrTypes.cpp">
134                         </File>
135                         <File
136                                 RelativePath="..\..\lib\VMCore\Instruction.cpp">
137                         </File>
138                         <File
139                                 RelativePath="..\..\lib\VMCore\Instructions.cpp">
140                         </File>
141                         <File
142                                 RelativePath="..\..\lib\VMCore\LeakDetector.cpp">
143                         </File>
144                         <File
145                                 RelativePath="..\..\lib\VMCore\Mangler.cpp">
146                         </File>
147                         <File
148                                 RelativePath="..\..\lib\VMCore\Module.cpp">
149                         </File>
150                         <File
151                                 RelativePath="..\..\lib\VMCore\ModuleProvider.cpp">
152                         </File>
153                         <File
154                                 RelativePath="..\..\lib\VMCore\Pass.cpp">
155                         </File>
156                         <File
157                                 RelativePath="..\..\lib\VMCore\SymbolTable.cpp">
158                         </File>
159                         <File
160                                 RelativePath="..\..\lib\VMCore\Type.cpp">
161                         </File>
162                         <File
163                                 RelativePath="..\..\lib\VMCore\Value.cpp">
164                         </File>
165                         <File
166                                 RelativePath="..\..\lib\VMCore\Verifier.cpp">
167                         </File>
168                 </Filter>
169                 <Filter
170                         Name="Header Files"
171                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
172                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
173                         <File
174                                 RelativePath="..\..\lib\VMCore\ConstantFolding.h">
175                         </File>
176                         <File
177                                 RelativePath="..\..\lib\VMCore\PassManagerT.h">
178                         </File>
179                         <File
180                                 RelativePath="..\..\lib\VMCore\SymbolTableListTraitsImpl.h">
181                         </File>
182                 </Filter>
183         </Files>
184         <Globals>
185         </Globals>
186 </VisualStudioProject>