Adding some recently added files to the VStudio projects
[oota-llvm.git] / win32 / Bitcode / Bitcode.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="Bitcode"
6         ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D62}"
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_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_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)/Bitcode.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_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_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)/Bitcode.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                         <Filter
165                                 Name="Reader"
166                                 >
167                                 <File
168                                         RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.cpp"
169                                         >
170                                 </File>
171                                 <File
172                                         RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h"
173                                         >
174                                 </File>
175                                 <File
176                                         RelativePath="..\..\lib\Bitcode\Reader\Deserialize.cpp"
177                                         >
178                                 </File>
179                                 <File
180                                         RelativePath="..\..\lib\Bitcode\Reader\DeserializeAPFloat.cpp"
181                                         >
182                                 </File>
183                                 <File
184                                         RelativePath="..\..\lib\Bitcode\Reader\DeserializeAPInt.cpp"
185                                         >
186                                 </File>
187                         </Filter>
188                         <Filter
189                                 Name="Writer"
190                                 >
191                                 <File
192                                         RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp"
193                                         >
194                                 </File>
195                                 <File
196                                         RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriterPass.cpp"
197                                         >
198                                 </File>
199                                 <File
200                                         RelativePath="..\..\lib\Bitcode\Writer\BitWriter.cpp"
201                                         >
202                                 </File>
203                                 <File
204                                         RelativePath="..\..\lib\Bitcode\Writer\Serialize.cpp"
205                                         >
206                                 </File>
207                                 <File
208                                         RelativePath="..\..\lib\Bitcode\Writer\SerializeAPFloat.cpp"
209                                         >
210                                 </File>
211                                 <File
212                                         RelativePath="..\..\lib\Bitcode\Writer\SerializeAPInt.cpp"
213                                         >
214                                 </File>
215                                 <File
216                                         RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp"
217                                         >
218                                 </File>
219                                 <File
220                                         RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.h"
221                                         >
222                                 </File>
223                         </Filter>
224                 </Filter>
225                 <Filter
226                         Name="Header Files"
227                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
228                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
229                         >
230                         <File
231                                 RelativePath="..\..\include\llvm\Bitcode\Archive.h"
232                                 >
233                         </File>
234                         <File
235                                 RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h"
236                                 >
237                         </File>
238                         <File
239                                 RelativePath="..\..\include\llvm\Bitcode\BitstreamReader.h"
240                                 >
241                         </File>
242                         <File
243                                 RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h"
244                                 >
245                         </File>
246                         <File
247                                 RelativePath="..\..\include\llvm\Bitcode\Deserialize.h"
248                                 >
249                         </File>
250                         <File
251                                 RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h"
252                                 >
253                         </File>
254                         <File
255                                 RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h"
256                                 >
257                         </File>
258                         <File
259                                 RelativePath="..\..\include\llvm\Bitcode\Serialization.h"
260                                 >
261                         </File>
262                         <File
263                                 RelativePath="..\..\include\llvm\Bitcode\SerializationFwd.h"
264                                 >
265                         </File>
266                         <File
267                                 RelativePath="..\..\include\llvm\Bitcode\Serialize.h"
268                                 >
269                         </File>
270                 </Filter>
271         </Files>
272         <Globals>
273         </Globals>
274 </VisualStudioProject>