Another "cyclic DAG" test case.
[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="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_LIB;__STDC_LIMIT_MACROS"
24                                 StringPooling="TRUE"
25                                 MinimalRebuild="TRUE"
26                                 BasicRuntimeChecks="3"
27                                 RuntimeLibrary="3"
28                                 ForceConformanceInForLoopScope="TRUE"
29                                 RuntimeTypeInfo="TRUE"
30                                 UsePrecompiledHeader="0"
31                                 BrowseInformation="1"
32                                 WarningLevel="3"
33                                 Detect64BitPortabilityProblems="FALSE"
34                                 DebugInformationFormat="4"
35                                 DisableSpecificWarnings="4355,4146,4800"/>
36                         <Tool
37                                 Name="VCCustomBuildTool"/>
38                         <Tool
39                                 Name="VCLibrarianTool"
40                                 OutputFile="$(OutDir)/Bytecode.lib"/>
41                         <Tool
42                                 Name="VCMIDLTool"/>
43                         <Tool
44                                 Name="VCPostBuildEventTool"/>
45                         <Tool
46                                 Name="VCPreBuildEventTool"/>
47                         <Tool
48                                 Name="VCPreLinkEventTool"/>
49                         <Tool
50                                 Name="VCResourceCompilerTool"/>
51                         <Tool
52                                 Name="VCWebServiceProxyGeneratorTool"/>
53                         <Tool
54                                 Name="VCXMLDataGeneratorTool"/>
55                         <Tool
56                                 Name="VCManagedWrapperGeneratorTool"/>
57                         <Tool
58                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
59                 </Configuration>
60                 <Configuration
61                         Name="Release|Win32"
62                         OutputDirectory="..\Release"
63                         IntermediateDirectory="Release"
64                         ConfigurationType="4"
65                         CharacterSet="2">
66                         <Tool
67                                 Name="VCCLCompilerTool"
68                                 AdditionalIncludeDirectories="..\..\include;.."
69                                 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_LIB;__STDC_LIMIT_MACROS"
70                                 StringPooling="TRUE"
71                                 RuntimeLibrary="2"
72                                 ForceConformanceInForLoopScope="TRUE"
73                                 RuntimeTypeInfo="TRUE"
74                                 UsePrecompiledHeader="0"
75                                 WarningLevel="3"
76                                 Detect64BitPortabilityProblems="FALSE"
77                                 DebugInformationFormat="3"
78                                 DisableSpecificWarnings="4355,4146,4800"/>
79                         <Tool
80                                 Name="VCCustomBuildTool"/>
81                         <Tool
82                                 Name="VCLibrarianTool"
83                                 OutputFile="$(OutDir)/Bytecode.lib"/>
84                         <Tool
85                                 Name="VCMIDLTool"/>
86                         <Tool
87                                 Name="VCPostBuildEventTool"/>
88                         <Tool
89                                 Name="VCPreBuildEventTool"/>
90                         <Tool
91                                 Name="VCPreLinkEventTool"/>
92                         <Tool
93                                 Name="VCResourceCompilerTool"/>
94                         <Tool
95                                 Name="VCWebServiceProxyGeneratorTool"/>
96                         <Tool
97                                 Name="VCXMLDataGeneratorTool"/>
98                         <Tool
99                                 Name="VCManagedWrapperGeneratorTool"/>
100                         <Tool
101                                 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
102                 </Configuration>
103         </Configurations>
104         <References>
105         </References>
106         <Files>
107                 <Filter
108                         Name="Source Files"
109                         Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
110                         UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
111                         <Filter
112                                 Name="Reader"
113                                 Filter="">
114                                 <File
115                                         RelativePath="..\..\lib\Bytecode\Reader\Analyzer.cpp">
116                                 </File>
117                                 <File
118                                         RelativePath="..\..\lib\Bytecode\Reader\Reader.cpp">
119                                 </File>
120                                 <File
121                                         RelativePath="..\..\lib\Bytecode\Reader\Reader.h">
122                                 </File>
123                                 <File
124                                         RelativePath="..\..\lib\Bytecode\Reader\ReaderWrappers.cpp">
125                                 </File>
126                         </Filter>
127                         <Filter
128                                 Name="Writer"
129                                 Filter="">
130                                 <File
131                                         RelativePath="..\..\lib\Bytecode\Writer\SlotCalculator.cpp">
132                                 </File>
133                                 <File
134                                         RelativePath="..\..\lib\Bytecode\Writer\SlotCalculator.h">
135                                 </File>
136                                 <File
137                                         RelativePath="..\..\lib\Bytecode\Writer\SlotTable.h">
138                                 </File>
139                                 <File
140                                         RelativePath="..\..\lib\Bytecode\Writer\Writer.cpp">
141                                 </File>
142                                 <File
143                                         RelativePath="..\..\lib\Bytecode\Writer\WriterInternals.h">
144                                 </File>
145                         </Filter>
146                         <Filter
147                                 Name="Archive"
148                                 Filter="">
149                                 <File
150                                         RelativePath="..\..\lib\Bytecode\Archive\Archive.cpp">
151                                 </File>
152                                 <File
153                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveInternals.h">
154                                 </File>
155                                 <File
156                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveReader.cpp">
157                                 </File>
158                                 <File
159                                         RelativePath="..\..\lib\Bytecode\Archive\ArchiveWriter.cpp">
160                                 </File>
161                         </Filter>
162                 </Filter>
163                 <Filter
164                         Name="Header Files"
165                         Filter="h;hpp;hxx;hm;inl;inc;xsd"
166                         UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
167                         <File
168                                 RelativePath="..\..\include\llvm\Bytecode\Analyzer.h">
169                         </File>
170                         <File
171                                 RelativePath="..\..\include\llvm\Bytecode\Archive.h">
172                         </File>
173                         <File
174                                 RelativePath="..\..\include\llvm\Bytecode\BytecodeHandler.h">
175                         </File>
176                         <File
177                                 RelativePath="..\..\include\llvm\Bytecode\Format.h">
178                         </File>
179                         <File
180                                 RelativePath="..\..\include\llvm\Bytecode\Reader.h">
181                         </File>
182                         <File
183                                 RelativePath="..\..\include\llvm\Bytecode\WriteBytecodePass.h">
184                         </File>
185                         <File
186                                 RelativePath="..\..\include\llvm\Bytecode\Writer.h">
187                         </File>
188                 </Filter>
189         </Files>
190         <Globals>
191         </Globals>
192 </VisualStudioProject>