blob: 407da445789cc05eb04d88aac8cbe182734ab7e5 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3 ProjectType="Visual C++"
4 Version="7.10"
5 Name="TableGen"
6 ProjectGUID="{339C2249-26B6-4172-B484-85653029AF57}"
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="1"
18 CharacterSet="2">
19 <Tool
20 Name="VCCLCompilerTool"
21 Optimization="0"
22 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
23 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__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="VCLinkerTool"
40 OutputFile="$(OutDir)\TableGen.exe"
41 LinkIncremental="2"
42 AdditionalLibraryDirectories=""
43 GenerateDebugInformation="TRUE"
44 ProgramDatabaseFile="$(OutDir)/TableGen.pdb"
45 SubSystem="1"
46 TargetMachine="1"/>
47 <Tool
48 Name="VCMIDLTool"/>
49 <Tool
50 Name="VCPostBuildEventTool"/>
51 <Tool
52 Name="VCPreBuildEventTool"/>
53 <Tool
54 Name="VCPreLinkEventTool"/>
55 <Tool
56 Name="VCResourceCompilerTool"/>
57 <Tool
58 Name="VCWebServiceProxyGeneratorTool"/>
59 <Tool
60 Name="VCXMLDataGeneratorTool"/>
61 <Tool
62 Name="VCWebDeploymentTool"/>
63 <Tool
64 Name="VCManagedWrapperGeneratorTool"/>
65 <Tool
66 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
67 </Configuration>
68 <Configuration
69 Name="Release|Win32"
70 OutputDirectory="..\Release"
71 IntermediateDirectory="Release"
72 ConfigurationType="1"
73 CharacterSet="2">
74 <Tool
75 Name="VCCLCompilerTool"
76 AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen"
77 PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS"
78 StringPooling="TRUE"
79 RuntimeLibrary="2"
80 ForceConformanceInForLoopScope="TRUE"
81 RuntimeTypeInfo="TRUE"
82 UsePrecompiledHeader="0"
83 WarningLevel="3"
84 Detect64BitPortabilityProblems="FALSE"
85 DebugInformationFormat="3"
86 DisableSpecificWarnings="4355,4146,4800"/>
87 <Tool
88 Name="VCCustomBuildTool"/>
89 <Tool
90 Name="VCLinkerTool"
91 OutputFile="$(OutDir)\TableGen.exe"
92 LinkIncremental="1"
93 AdditionalLibraryDirectories=""
94 GenerateDebugInformation="TRUE"
95 SubSystem="1"
96 OptimizeReferences="2"
97 EnableCOMDATFolding="2"
98 TargetMachine="1"/>
99 <Tool
100 Name="VCMIDLTool"/>
101 <Tool
102 Name="VCPostBuildEventTool"/>
103 <Tool
104 Name="VCPreBuildEventTool"/>
105 <Tool
106 Name="VCPreLinkEventTool"/>
107 <Tool
108 Name="VCResourceCompilerTool"/>
109 <Tool
110 Name="VCWebServiceProxyGeneratorTool"/>
111 <Tool
112 Name="VCXMLDataGeneratorTool"/>
113 <Tool
114 Name="VCWebDeploymentTool"/>
115 <Tool
116 Name="VCManagedWrapperGeneratorTool"/>
117 <Tool
118 Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
119 </Configuration>
120 </Configurations>
121 <References>
122 </References>
123 <Files>
124 <Filter
125 Name="Source Files"
126 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
127 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
128 <File
129 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.cpp">
130 </File>
131 <File
132 RelativePath="..\..\utils\TableGen\CallingConvEmitter.cpp">
133 </File>
134 <File
135 RelativePath="..\..\utils\TableGen\CodeEmitterGen.cpp">
136 </File>
137 <File
138 RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp">
139 </File>
140 <File
141 RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp">
142 </File>
143 <File
144 RelativePath="..\..\utils\TableGen\FileLexer.l">
145 <FileConfiguration
146 Name="Debug|Win32">
147 <Tool
148 Name="VCCustomBuildTool"
149 Description="Flexing $(InputFileName)"
150 CommandLine="..\doflex.cmd debug $(InputName) $(InputPath)
151"
152 Outputs="$(InputName).cpp"/>
153 </FileConfiguration>
154 <FileConfiguration
155 Name="Release|Win32">
156 <Tool
157 Name="VCCustomBuildTool"
158 Description="Flexing $(InputFileName)"
159 CommandLine="..\doflex.cmd release $(InputName) $(InputPath)
160"
161 Outputs="$(InputName).cpp"/>
162 </FileConfiguration>
163 </File>
164 <File
165 RelativePath="..\..\utils\TableGen\FileParser.y">
166 <FileConfiguration
167 Name="Debug|Win32">
168 <Tool
169 Name="VCCustomBuildTool"
170 Description="Bisoning $(InputFileName)"
171 CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath)
172"
173 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
174 </FileConfiguration>
175 <FileConfiguration
176 Name="Release|Win32">
177 <Tool
178 Name="VCCustomBuildTool"
179 Description="Bisoning $(InputFileName)"
180 CommandLine="..\dobison.cmd File release $(InputName) $(InputPath)
181"
182 Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/>
183 </FileConfiguration>
184 </File>
185 <File
186 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp">
187 </File>
188 <File
189 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp">
190 </File>
191 <File
192 RelativePath="..\..\utils\TableGen\Record.cpp">
193 </File>
194 <File
195 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp">
196 </File>
197 <File
198 RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp">
199 </File>
200 <File
201 RelativePath="..\..\utils\TableGen\TableGen.cpp">
202 </File>
203 <File
204 RelativePath="..\..\utils\TableGen\TableGenBackend.cpp">
205 </File>
206 </Filter>
207 <Filter
208 Name="Header Files"
209 Filter="h;hpp;hxx;hm;inl;inc;xsd"
210 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
211 <File
212 RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h">
213 </File>
214 <File
215 RelativePath="..\..\utils\TableGen\CallingConvEmitter.h">
216 </File>
217 <File
218 RelativePath="..\..\utils\TableGen\CodeEmitterGen.h">
219 </File>
220 <File
221 RelativePath="..\..\utils\TableGen\CodeGenInstruction.h">
222 </File>
223 <File
224 RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h">
225 </File>
226 <File
227 RelativePath="..\..\utils\TableGen\CodeGenRegisters.h">
228 </File>
229 <File
230 RelativePath="..\..\utils\TableGen\CodeGenTarget.h">
231 </File>
232 <File
233 RelativePath="..\..\utils\TableGen\DAGISelEmitter.h">
234 </File>
235 <File
236 RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h">
237 </File>
238 <File
239 RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h">
240 </File>
241 <File
242 RelativePath="..\..\utils\TableGen\Record.h">
243 </File>
244 <File
245 RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h">
246 </File>
247 <File
248 RelativePath="..\..\utils\TableGen\SubtargetEmitter.h">
249 </File>
250 <File
251 RelativePath="..\..\utils\TableGen\TableGenBackend.h">
252 </File>
253 </Filter>
254 <Filter
255 Name="Generated Files"
256 Filter="">
257 <File
258 RelativePath="FileLexer.cpp">
259 <FileConfiguration
260 Name="Debug|Win32">
261 <Tool
262 Name="VCCLCompilerTool"
263 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
264 </FileConfiguration>
265 <FileConfiguration
266 Name="Release|Win32">
267 <Tool
268 Name="VCCLCompilerTool"
269 PreprocessorDefinitions="YY_SKIP_YYWRAP"/>
270 </FileConfiguration>
271 </File>
272 <File
273 RelativePath="fileparser.cpp">
274 <FileConfiguration
275 Name="Debug|Win32">
276 <Tool
277 Name="VCCLCompilerTool"
278 DisableSpecificWarnings="4065"/>
279 </FileConfiguration>
280 <FileConfiguration
281 Name="Release|Win32">
282 <Tool
283 Name="VCCLCompilerTool"
284 DisableSpecificWarnings="4065"/>
285 </FileConfiguration>
286 </File>
287 <File
288 RelativePath="fileparser.h">
289 </File>
290 </Filter>
291 </Files>
292 <Globals>
293 </Globals>
294</VisualStudioProject>