Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 1 | <?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" |
Jeff Cohen | ab79137 | 2005-02-02 06:33:11 +0000 | [diff] [blame] | 15 | OutputDirectory="..\Debug" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 16 | IntermediateDirectory="Debug" |
| 17 | ConfigurationType="1" |
| 18 | CharacterSet="2"> |
| 19 | <Tool |
| 20 | Name="VCCLCompilerTool" |
| 21 | Optimization="0" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 22 | AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 23 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;_DEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 24 | StringPooling="TRUE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 25 | MinimalRebuild="TRUE" |
| 26 | BasicRuntimeChecks="3" |
| 27 | RuntimeLibrary="3" |
| 28 | ForceConformanceInForLoopScope="TRUE" |
| 29 | RuntimeTypeInfo="TRUE" |
| 30 | UsePrecompiledHeader="0" |
Jeff Cohen | 91c3e2d | 2004-12-19 02:29:00 +0000 | [diff] [blame] | 31 | BrowseInformation="1" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 32 | WarningLevel="3" |
Jeff Cohen | 530f887 | 2004-12-18 06:55:41 +0000 | [diff] [blame] | 33 | Detect64BitPortabilityProblems="FALSE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 34 | DebugInformationFormat="4" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 35 | DisableSpecificWarnings="4355,4146,4800"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 36 | <Tool |
| 37 | Name="VCCustomBuildTool"/> |
| 38 | <Tool |
| 39 | Name="VCLinkerTool" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 40 | OutputFile="$(OutDir)\TableGen.exe" |
| 41 | LinkIncremental="2" |
Jeff Cohen | ae7b071 | 2005-01-01 19:37:14 +0000 | [diff] [blame] | 42 | AdditionalLibraryDirectories="" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 43 | GenerateDebugInformation="TRUE" |
| 44 | ProgramDatabaseFile="$(OutDir)/TableGen.pdb" |
| 45 | SubSystem="1" |
| 46 | TargetMachine="1"/> |
| 47 | <Tool |
| 48 | Name="VCMIDLTool"/> |
| 49 | <Tool |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame] | 50 | Name="VCPostBuildEventTool"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 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" |
Jeff Cohen | ab79137 | 2005-02-02 06:33:11 +0000 | [diff] [blame] | 70 | OutputDirectory="..\Release" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 71 | IntermediateDirectory="Release" |
| 72 | ConfigurationType="1" |
| 73 | CharacterSet="2"> |
| 74 | <Tool |
| 75 | Name="VCCLCompilerTool" |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 76 | AdditionalIncludeDirectories="..\..\include;..;..\..\utils\tablegen" |
Jeff Cohen | 9247d0b | 2006-01-30 04:07:08 +0000 | [diff] [blame] | 77 | PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;WIN32;NDEBUG;_CONSOLE;__STDC_LIMIT_MACROS" |
Jeff Cohen | 6f0e680 | 2005-12-17 00:14:47 +0000 | [diff] [blame] | 78 | StringPooling="TRUE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 79 | RuntimeLibrary="2" |
| 80 | ForceConformanceInForLoopScope="TRUE" |
| 81 | RuntimeTypeInfo="TRUE" |
| 82 | UsePrecompiledHeader="0" |
| 83 | WarningLevel="3" |
Jeff Cohen | f339721 | 2004-12-18 07:05:59 +0000 | [diff] [blame] | 84 | Detect64BitPortabilityProblems="FALSE" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 85 | DebugInformationFormat="3" |
Jeff Cohen | b32d785 | 2005-01-30 17:54:12 +0000 | [diff] [blame] | 86 | DisableSpecificWarnings="4355,4146,4800"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 87 | <Tool |
| 88 | Name="VCCustomBuildTool"/> |
| 89 | <Tool |
| 90 | Name="VCLinkerTool" |
| 91 | OutputFile="$(OutDir)\TableGen.exe" |
| 92 | LinkIncremental="1" |
Jeff Cohen | ae7b071 | 2005-01-01 19:37:14 +0000 | [diff] [blame] | 93 | AdditionalLibraryDirectories="" |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 94 | GenerateDebugInformation="TRUE" |
| 95 | SubSystem="1" |
| 96 | OptimizeReferences="2" |
| 97 | EnableCOMDATFolding="2" |
| 98 | TargetMachine="1"/> |
| 99 | <Tool |
| 100 | Name="VCMIDLTool"/> |
| 101 | <Tool |
Jeff Cohen | 0f7745f | 2005-01-01 18:17:40 +0000 | [diff] [blame] | 102 | Name="VCPostBuildEventTool"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 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\CodeEmitterGen.cpp"> |
| 133 | </File> |
| 134 | <File |
| 135 | RelativePath="..\..\utils\TableGen\CodeGenTarget.cpp"> |
| 136 | </File> |
| 137 | <File |
Jeff Cohen | 8337b07 | 2005-09-10 02:00:02 +0000 | [diff] [blame] | 138 | RelativePath="..\..\utils\TableGen\DAGISelEmitter.cpp"> |
| 139 | </File> |
| 140 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 141 | RelativePath="..\..\utils\TableGen\FileLexer.l"> |
| 142 | <FileConfiguration |
| 143 | Name="Debug|Win32"> |
| 144 | <Tool |
| 145 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 146 | Description="Flexing $(InputFileName)" |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 147 | CommandLine="..\doflex.cmd debug $(InputName) $(InputPath) |
| 148 | " |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 149 | Outputs="$(InputName).cpp"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 150 | </FileConfiguration> |
| 151 | <FileConfiguration |
| 152 | Name="Release|Win32"> |
| 153 | <Tool |
| 154 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 155 | Description="Flexing $(InputFileName)" |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 156 | CommandLine="..\doflex.cmd release $(InputName) $(InputPath) |
| 157 | " |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 158 | Outputs="$(InputName).cpp"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 159 | </FileConfiguration> |
| 160 | </File> |
| 161 | <File |
| 162 | RelativePath="..\..\utils\TableGen\FileParser.y"> |
| 163 | <FileConfiguration |
| 164 | Name="Debug|Win32"> |
| 165 | <Tool |
| 166 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 167 | Description="Bisoning $(InputFileName)" |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 168 | CommandLine="..\dobison.cmd File debug $(InputName) $(InputPath) |
| 169 | " |
Jeff Cohen | 53c13b1 | 2005-10-27 01:10:36 +0000 | [diff] [blame] | 170 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 171 | </FileConfiguration> |
| 172 | <FileConfiguration |
| 173 | Name="Release|Win32"> |
| 174 | <Tool |
| 175 | Name="VCCustomBuildTool" |
Jeff Cohen | 2f654ba | 2005-01-04 06:18:10 +0000 | [diff] [blame] | 176 | Description="Bisoning $(InputFileName)" |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 177 | CommandLine="..\dobison.cmd File release $(InputName) $(InputPath) |
| 178 | " |
Jeff Cohen | 53c13b1 | 2005-10-27 01:10:36 +0000 | [diff] [blame] | 179 | Outputs="$(InputName).cpp;$(InputName).h;$(InputName).output"/> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 180 | </FileConfiguration> |
| 181 | </File> |
| 182 | <File |
| 183 | RelativePath="..\..\utils\TableGen\InstrInfoEmitter.cpp"> |
| 184 | </File> |
| 185 | <File |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 186 | RelativePath="..\..\utils\TableGen\IntrinsicEmitter.cpp"> |
| 187 | </File> |
| 188 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 189 | RelativePath="..\..\utils\TableGen\Record.cpp"> |
| 190 | </File> |
| 191 | <File |
| 192 | RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.cpp"> |
| 193 | </File> |
| 194 | <File |
Jeff Cohen | 9cc5a0a | 2005-10-23 01:22:33 +0000 | [diff] [blame] | 195 | RelativePath="..\..\utils\TableGen\SubtargetEmitter.cpp"> |
| 196 | </File> |
| 197 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 198 | RelativePath="..\..\utils\TableGen\TableGen.cpp"> |
| 199 | </File> |
| 200 | <File |
| 201 | RelativePath="..\..\utils\TableGen\TableGenBackend.cpp"> |
| 202 | </File> |
| 203 | </Filter> |
| 204 | <Filter |
| 205 | Name="Header Files" |
| 206 | Filter="h;hpp;hxx;hm;inl;inc;xsd" |
| 207 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> |
| 208 | <File |
| 209 | RelativePath="..\..\utils\TableGen\AsmWriterEmitter.h"> |
| 210 | </File> |
| 211 | <File |
| 212 | RelativePath="..\..\utils\TableGen\CodeEmitterGen.h"> |
| 213 | </File> |
| 214 | <File |
| 215 | RelativePath="..\..\utils\TableGen\CodeGenInstruction.h"> |
| 216 | </File> |
| 217 | <File |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 218 | RelativePath="..\..\utils\TableGen\CodeGenIntrinsics.h"> |
| 219 | </File> |
| 220 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 221 | RelativePath="..\..\utils\TableGen\CodeGenRegisters.h"> |
| 222 | </File> |
| 223 | <File |
| 224 | RelativePath="..\..\utils\TableGen\CodeGenTarget.h"> |
| 225 | </File> |
| 226 | <File |
Jeff Cohen | 8337b07 | 2005-09-10 02:00:02 +0000 | [diff] [blame] | 227 | RelativePath="..\..\utils\TableGen\DAGISelEmitter.h"> |
| 228 | </File> |
| 229 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 230 | RelativePath="..\..\utils\TableGen\InstrInfoEmitter.h"> |
| 231 | </File> |
| 232 | <File |
Jeff Cohen | 973e0ef | 2006-03-04 02:19:46 +0000 | [diff] [blame] | 233 | RelativePath="..\..\utils\TableGen\IntrinsicEmitter.h"> |
| 234 | </File> |
| 235 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 236 | RelativePath="..\..\utils\TableGen\Record.h"> |
| 237 | </File> |
| 238 | <File |
| 239 | RelativePath="..\..\utils\TableGen\RegisterInfoEmitter.h"> |
| 240 | </File> |
| 241 | <File |
Jeff Cohen | 9cc5a0a | 2005-10-23 01:22:33 +0000 | [diff] [blame] | 242 | RelativePath="..\..\utils\TableGen\SubtargetEmitter.h"> |
| 243 | </File> |
| 244 | <File |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 245 | RelativePath="..\..\utils\TableGen\TableGenBackend.h"> |
| 246 | </File> |
| 247 | </Filter> |
| 248 | <Filter |
| 249 | Name="Generated Files" |
| 250 | Filter=""> |
| 251 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 252 | RelativePath="FileLexer.cpp"> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 253 | <FileConfiguration |
| 254 | Name="Debug|Win32"> |
| 255 | <Tool |
| 256 | Name="VCCLCompilerTool" |
| 257 | PreprocessorDefinitions="YY_SKIP_YYWRAP"/> |
| 258 | </FileConfiguration> |
| 259 | <FileConfiguration |
| 260 | Name="Release|Win32"> |
| 261 | <Tool |
| 262 | Name="VCCLCompilerTool" |
| 263 | PreprocessorDefinitions="YY_SKIP_YYWRAP"/> |
| 264 | </FileConfiguration> |
| 265 | </File> |
| 266 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 267 | RelativePath="fileparser.cpp"> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 268 | <FileConfiguration |
| 269 | Name="Debug|Win32"> |
| 270 | <Tool |
| 271 | Name="VCCLCompilerTool" |
| 272 | DisableSpecificWarnings="4065"/> |
| 273 | </FileConfiguration> |
| 274 | <FileConfiguration |
| 275 | Name="Release|Win32"> |
| 276 | <Tool |
| 277 | Name="VCCLCompilerTool" |
| 278 | DisableSpecificWarnings="4065"/> |
| 279 | </FileConfiguration> |
| 280 | </File> |
| 281 | <File |
Jeff Cohen | 4ed1de8 | 2005-10-26 05:37:34 +0000 | [diff] [blame] | 282 | RelativePath="fileparser.h"> |
Reid Spencer | 085ea4d | 2004-11-03 16:13:14 +0000 | [diff] [blame] | 283 | </File> |
| 284 | </Filter> |
| 285 | </Files> |
| 286 | <Globals> |
| 287 | </Globals> |
| 288 | </VisualStudioProject> |