Add project Bytecode to Visual Studio
[oota-llvm.git] / win32 / Bytecode / Bytecode.vcproj
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3         ProjectType="Visual C++"
4         Version="7.10"
5         Name="Bytecode"
6         ProjectGUID="{F1EFF064-8869-4DFF-8E1A-CD8F4A5F8D61}"
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                                 BrowseInformation="1"
31                                 WarningLevel="3"
32                                 Detect64BitPortabilityProblems="FALSE"
33                                 DebugInformationFormat="4"
34                                 DisableSpecificWarnings="4146,4800"/>
35                         <Tool
36                                 Name="VCCustomBuildTool"/>
37                         <Tool
38                                 Name="VCLibrarianTool"
39                                 OutputFile="$(OutDir)/Bytecode.lib"/>
40                         <Tool
41                                 Name="VCMIDLTool"/>
42                         <Tool
43                                 Name="VCPostBuildEventTool"/>
44                         <Tool
45                                 Name="VCPreBuildEventTool"/>
46                         <Tool
47                                 Name="VCPreLinkEventTool"/>
48                         <Tool
49                                 Name="VCResourceCompilerTool"/>
50                         <Tool
51                                 Name="VCWebServiceProxyGeneratorTool"/>
52                         <Tool
53                                 Name="VCXMLDataGeneratorTool"/>
54                         <Tool
55                                 Name="VCManagedWrapperGeneratorTool"/>
56                         <Tool
57                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
58                 </Configuration>
59                 <Configuration
60                         Name="Release|Win32"
61                         OutputDirectory="Release"
62                         IntermediateDirectory="Release"
63                         ConfigurationType="4"
64                         CharacterSet="2">
65                         <Tool
66                                 Name="VCCLCompilerTool"
67                                 AdditionalIncludeDirectories="..\..\include;.."
68                                 PreprocessorDefinitions="WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
69                                 RuntimeLibrary="2"
70                                 ForceConformanceInForLoopScope="TRUE"
71                                 RuntimeTypeInfo="TRUE"
72                                 UsePrecompiledHeader="0"
73                                 WarningLevel="3"
74                                 Detect64BitPortabilityProblems="FALSE"
75                                 DebugInformationFormat="3"
76                                 DisableSpecificWarnings="4146,4800"/>
77                         <Tool
78                                 Name="VCCustomBuildTool"/>
79                         <Tool
80                                 Name="VCLibrarianTool"
81                                 OutputFile="$(OutDir)/Bytecode.lib"/>
82                         <Tool
83                                 Name="VCMIDLTool"/>
84                         <Tool
85                                 Name="VCPostBuildEventTool"/>
86                         <Tool
87                                 Name="VCPreBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreLinkEventTool"/>
90                         <Tool
91                                 Name="VCResourceCompilerTool"/>
92                         <Tool
93                                 Name="VCWebServiceProxyGeneratorTool"/>
94                         <Tool
95                                 Name="VCXMLDataGeneratorTool"/>
96                         <Tool
97                                 Name="VCManagedWrapperGeneratorTool"/>
98                         <Tool
99                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
100                 </Configuration>
101         </Configurations>
102         <References>
103         </References>
104         <Files>
105                 <Filter
106                         Name="Source Files"
107                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
108                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
109                         <Filter
110                                 Name="Reader"
111                                 Filter="">
112                                 <File
113                                         RelativePath="..\..\lib\Bytecode\Reader\Analyzer.cpp">
114                                 </File>
115                                 <File
116                                         RelativePath="..\..\lib\Bytecode\Reader\Reader.cpp">
117                                 </File>
118                                 <File
119                                         RelativePath="..\..\lib\Bytecode\Reader\Reader.h">
120                                 </File>
121                                 <File
122                                         RelativePath="..\..\lib\Bytecode\Reader\ReaderWrappers.cpp">
123                                 </File>
124                         </Filter>
125                         <Filter
126                                 Name="Writer"
127                                 Filter="">
128                                 <File
129                                         RelativePath="..\..\lib\Bytecode\Writer\SlotCalculator.cpp">
130                                 </File>
131                                 <File
132                                         RelativePath="..\..\lib\Bytecode\Writer\SlotCalculator.h">
133                                 </File>
134                                 <File
135                                         RelativePath="..\..\lib\Bytecode\Writer\SlotTable.h">
136                                 </File>
137                                 <File
138                                         RelativePath="..\..\lib\Bytecode\Writer\Writer.cpp">
139                                 </File>
140                                 <File
141                                         RelativePath="..\..\lib\Bytecode\Writer\WriterInternals.h">
142                                 </File>
143                         </Filter>
144                         <Filter
145                                 Name="Archive"
146                                 Filter="">
147                                 <File
148                                         RelativePath="..\..\lib\Bytecode\Archive\Archive.cpp">
149                                 </File>
150                                 <File
151                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveInternals.h">
152                                 </File>
153                                 <File
154                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveReader.cpp">
155                                 </File>
156                                 <File
157                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveWriter.cpp">
158                                 </File>
159                         </Filter>
160                 </Filter>
161                 <Filter
162                         Name="Header Files"
163                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
164                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
165                         <File
166                                 RelativePath="..\..\include\llvm\Bytecode\Analyzer.h">
167                         </File>
168                         <File
169                                 RelativePath="..\..\include\llvm\Bytecode\Archive.h">
170                         </File>
171                         <File
172                                 RelativePath="..\..\include\llvm\Bytecode\BytecodeHandler.h">
173                         </File>
174                         <File
175                                 RelativePath="..\..\include\llvm\Bytecode\Format.h">
176                         </File>
177                         <File
178                                 RelativePath="..\..\include\llvm\Bytecode\Reader.h">
179                         </File>
180                         <File
181                                 RelativePath="..\..\include\llvm\Bytecode\WriteBytecodePass.h">
182                         </File>
183                         <File
184                                 RelativePath="..\..\include\llvm\Bytecode\Writer.h">
185                         </File>
186                 </Filter>
187                 <Filter
188                         Name="Resource Files"
189                         Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
190                         UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
191                 </Filter>
192                 <File
193                         RelativePath=".\ReadMe.txt">
194                 </File>
195         </Files>
196         <Globals>
197         </Globals>
198 </VisualStudioProject>