Disabling -g for ocaml builds; it's not downwards compatible.
[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                 <Platform
14                         Name="x64"
15                 />
16         </Platforms>
17         <ToolFiles>
18         </ToolFiles>
19         <Configurations>
20                 <Configuration
21                         Name="Debug|Win32"
22                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
23                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
24                         ConfigurationType="4"
25                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.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;_DEBUG;_LIB;__STDC_LIMIT_MACROS;WIN32"
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)/Bitcode.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="Release|Win32"
93                         OutputDirectory="$(SolutionDir)\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                         />
114                         <Tool
115                                 Name="VCCLCompilerTool"
116                                 AdditionalIncludeDirectories="..\..\include;.."
117                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
118                                 StringPooling="true"
119                                 RuntimeLibrary="2"
120                                 ForceConformanceInForLoopScope="true"
121                                 RuntimeTypeInfo="true"
122                                 UsePrecompiledHeader="0"
123                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
124                                 WarningLevel="3"
125                                 Detect64BitPortabilityProblems="false"
126                                 DebugInformationFormat="3"
127                                 DisableSpecificWarnings="4355,4146,4800"
128                         />
129                         <Tool
130                                 Name="VCManagedResourceCompilerTool"
131                         />
132                         <Tool
133                                 Name="VCResourceCompilerTool"
134                         />
135                         <Tool
136                                 Name="VCPreLinkEventTool"
137                         />
138                         <Tool
139                                 Name="VCLibrarianTool"
140                                 OutputFile="$(OutDir)/Bitcode.lib"
141                         />
142                         <Tool
143                                 Name="VCALinkTool"
144                         />
145                         <Tool
146                                 Name="VCXDCMakeTool"
147                         />
148                         <Tool
149                                 Name="VCBscMakeTool"
150                         />
151                         <Tool
152                                 Name="VCFxCopTool"
153                         />
154                         <Tool
155                                 Name="VCPostBuildEventTool"
156                         />
157                 </Configuration>
158                 <Configuration
159                         Name="Debug|x64"
160                         OutputDirectory="$(SolutionDir)\bin\$(PlatformName)\$(ConfigurationName)"
161                         IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
162                         ConfigurationType="4"
163                         InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
164                         CharacterSet="2"
165                         >
166                         <Tool
167                                 Name="VCPreBuildEventTool"
168                         />
169                         <Tool
170                                 Name="VCCustomBuildTool"
171                         />
172                         <Tool
173                                 Name="VCXMLDataGeneratorTool"
174                         />
175                         <Tool
176                                 Name="VCWebServiceProxyGeneratorTool"
177                         />
178                         <Tool
179                                 Name="VCMIDLTool"
180                                 TargetEnvironment="3"
181                         />
182                         <Tool
183                                 Name="VCCLCompilerTool"
184                                 Optimization="0"
185                                 AdditionalIncludeDirectories="..\..\include;.."
186                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_CRT_SECURE_NO_WARNINGS;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_NO_WARNINGS;_DEBUG;_LIB;__STDC_LIMIT_MACROS;WIN32"
187                                 StringPooling="true"
188                                 MinimalRebuild="true"
189                                 BasicRuntimeChecks="3"
190                                 RuntimeLibrary="3"
191                                 ForceConformanceInForLoopScope="true"
192                                 RuntimeTypeInfo="true"
193                                 UsePrecompiledHeader="0"
194                                 ProgramDataBaseFileName="$(OutDir)\$(ProjectName).pdb"
195                                 BrowseInformation="1"
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)/Bitcode.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="$(SolutionDir)\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;_SCL_SECURE_NO_WARNINGS;_CRT_NONSTDC_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)/Bitcode.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                         <Filter
308                                 Name="Reader"
309                                 >
310                                 <File
311                                         RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.cpp"
312                                         >
313                                 </File>
314                                 <File
315                                         RelativePath="..\..\lib\Bitcode\Reader\BitcodeReader.h"
316                                         >
317                                 </File>
318                                 <File
319                                         RelativePath="..\..\lib\Bitcode\Reader\Deserialize.cpp"
320                                         >
321                                 </File>
322                                 <File
323                                         RelativePath="..\..\lib\Bitcode\Reader\DeserializeAPFloat.cpp"
324                                         >
325                                 </File>
326                                 <File
327                                         RelativePath="..\..\lib\Bitcode\Reader\DeserializeAPInt.cpp"
328                                         >
329                                 </File>
330                         </Filter>
331                         <Filter
332                                 Name="Writer"
333                                 >
334                                 <File
335                                         RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriter.cpp"
336                                         >
337                                 </File>
338                                 <File
339                                         RelativePath="..\..\lib\Bitcode\Writer\BitcodeWriterPass.cpp"
340                                         >
341                                 </File>
342                                 <File
343                                         RelativePath="..\..\lib\Bitcode\Writer\BitWriter.cpp"
344                                         >
345                                 </File>
346                                 <File
347                                         RelativePath="..\..\lib\Bitcode\Writer\Serialize.cpp"
348                                         >
349                                 </File>
350                                 <File
351                                         RelativePath="..\..\lib\Bitcode\Writer\SerializeAPFloat.cpp"
352                                         >
353                                 </File>
354                                 <File
355                                         RelativePath="..\..\lib\Bitcode\Writer\SerializeAPInt.cpp"
356                                         >
357                                 </File>
358                                 <File
359                                         RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.cpp"
360                                         >
361                                 </File>
362                                 <File
363                                         RelativePath="..\..\lib\Bitcode\Writer\ValueEnumerator.h"
364                                         >
365                                 </File>
366                         </Filter>
367                 </Filter>
368                 <Filter
369                         Name="Header Files"
370                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
371                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
372                         >
373                         <File
374                                 RelativePath="..\..\include\llvm\Bitcode\Archive.h"
375                                 >
376                         </File>
377                         <File
378                                 RelativePath="..\..\include\llvm\Bitcode\Bitcodes.h"
379                                 >
380                         </File>
381                         <File
382                                 RelativePath="..\..\include\llvm\Bitcode\BitstreamReader.h"
383                                 >
384                         </File>
385                         <File
386                                 RelativePath="..\..\include\llvm\Bitcode\BitstreamWriter.h"
387                                 >
388                         </File>
389                         <File
390                                 RelativePath="..\..\include\llvm\Bitcode\Deserialize.h"
391                                 >
392                         </File>
393                         <File
394                                 RelativePath="..\..\include\llvm\Bitcode\LLVMBitCodes.h"
395                                 >
396                         </File>
397                         <File
398                                 RelativePath="..\..\include\llvm\Bitcode\ReaderWriter.h"
399                                 >
400                         </File>
401                         <File
402                                 RelativePath="..\..\include\llvm\Bitcode\Serialization.h"
403                                 >
404                         </File>
405                         <File
406                                 RelativePath="..\..\include\llvm\Bitcode\SerializationFwd.h"
407                                 >
408                         </File>
409                         <File
410                                 RelativePath="..\..\include\llvm\Bitcode\Serialize.h"
411                                 >
412                         </File>
413                 </Filter>
414         </Files>
415         <Globals>
416         </Globals>
417 </VisualStudioProject>