1<?xml version="1.0" encoding="Windows-1252"?> 2<VisualStudioProject 3 ProjectType="Visual C++" 4 Version="9.00" 5 Name="elftosb2" 6 ProjectGUID="{ACBF9A30-8865-4DAA-B686-D8DC823CBF5C}" 7 RootNamespace="elftosb2" 8 Keyword="Win32Proj" 9 TargetFrameworkVersion="131072" 10 > 11 <Platforms> 12 <Platform 13 Name="Win32" 14 /> 15 </Platforms> 16 <ToolFiles> 17 </ToolFiles> 18 <Configurations> 19 <Configuration 20 Name="Debug|Win32" 21 OutputDirectory="Debug" 22 IntermediateDirectory="Debug" 23 ConfigurationType="1" 24 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 25 CharacterSet="2" 26 > 27 <Tool 28 Name="VCPreBuildEventTool" 29 /> 30 <Tool 31 Name="VCCustomBuildTool" 32 /> 33 <Tool 34 Name="VCXMLDataGeneratorTool" 35 /> 36 <Tool 37 Name="VCWebServiceProxyGeneratorTool" 38 /> 39 <Tool 40 Name="VCMIDLTool" 41 /> 42 <Tool 43 Name="VCCLCompilerTool" 44 Optimization="0" 45 AdditionalIncludeDirectories=".;..\winsupport;..\common" 46 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE" 47 MinimalRebuild="true" 48 BasicRuntimeChecks="3" 49 RuntimeLibrary="1" 50 ForceConformanceInForLoopScope="true" 51 RuntimeTypeInfo="true" 52 UsePrecompiledHeader="0" 53 BrowseInformation="1" 54 WarningLevel="2" 55 Detect64BitPortabilityProblems="true" 56 DebugInformationFormat="4" 57 DisableSpecificWarnings="4355" 58 /> 59 <Tool 60 Name="VCManagedResourceCompilerTool" 61 /> 62 <Tool 63 Name="VCResourceCompilerTool" 64 /> 65 <Tool 66 Name="VCPreLinkEventTool" 67 /> 68 <Tool 69 Name="VCLinkerTool" 70 OutputFile="$(OutDir)/elftosb.exe" 71 LinkIncremental="2" 72 GenerateDebugInformation="true" 73 ProgramDatabaseFile="$(OutDir)/elftosb.pdb" 74 SubSystem="1" 75 RandomizedBaseAddress="1" 76 DataExecutionPrevention="0" 77 TargetMachine="1" 78 /> 79 <Tool 80 Name="VCALinkTool" 81 /> 82 <Tool 83 Name="VCManifestTool" 84 /> 85 <Tool 86 Name="VCXDCMakeTool" 87 /> 88 <Tool 89 Name="VCBscMakeTool" 90 /> 91 <Tool 92 Name="VCFxCopTool" 93 /> 94 <Tool 95 Name="VCAppVerifierTool" 96 /> 97 <Tool 98 Name="VCPostBuildEventTool" 99 /> 100 </Configuration> 101 <Configuration 102 Name="Release|Win32" 103 OutputDirectory="Release" 104 IntermediateDirectory="Release" 105 ConfigurationType="1" 106 InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" 107 CharacterSet="2" 108 > 109 <Tool 110 Name="VCPreBuildEventTool" 111 /> 112 <Tool 113 Name="VCCustomBuildTool" 114 /> 115 <Tool 116 Name="VCXMLDataGeneratorTool" 117 /> 118 <Tool 119 Name="VCWebServiceProxyGeneratorTool" 120 /> 121 <Tool 122 Name="VCMIDLTool" 123 /> 124 <Tool 125 Name="VCCLCompilerTool" 126 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" 127 RuntimeLibrary="0" 128 UsePrecompiledHeader="0" 129 WarningLevel="3" 130 Detect64BitPortabilityProblems="true" 131 DebugInformationFormat="3" 132 /> 133 <Tool 134 Name="VCManagedResourceCompilerTool" 135 /> 136 <Tool 137 Name="VCResourceCompilerTool" 138 /> 139 <Tool 140 Name="VCPreLinkEventTool" 141 /> 142 <Tool 143 Name="VCLinkerTool" 144 OutputFile="$(OutDir)/elftosb2.exe" 145 LinkIncremental="1" 146 GenerateDebugInformation="true" 147 SubSystem="1" 148 OptimizeReferences="2" 149 EnableCOMDATFolding="2" 150 RandomizedBaseAddress="1" 151 DataExecutionPrevention="0" 152 TargetMachine="1" 153 /> 154 <Tool 155 Name="VCALinkTool" 156 /> 157 <Tool 158 Name="VCManifestTool" 159 /> 160 <Tool 161 Name="VCXDCMakeTool" 162 /> 163 <Tool 164 Name="VCBscMakeTool" 165 /> 166 <Tool 167 Name="VCFxCopTool" 168 /> 169 <Tool 170 Name="VCAppVerifierTool" 171 /> 172 <Tool 173 Name="VCPostBuildEventTool" 174 /> 175 </Configuration> 176 </Configurations> 177 <References> 178 </References> 179 <Files> 180 <Filter 181 Name="Source Files" 182 Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" 183 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" 184 > 185 <Filter 186 Name="common" 187 > 188 <File 189 RelativePath="..\common\AESKey.cpp" 190 > 191 </File> 192 <File 193 RelativePath="..\common\Blob.cpp" 194 > 195 </File> 196 <File 197 RelativePath="..\common\crc.cpp" 198 > 199 </File> 200 <File 201 RelativePath="..\common\DataSource.cpp" 202 > 203 </File> 204 <File 205 RelativePath="..\common\DataSourceImager.cpp" 206 > 207 </File> 208 <File 209 RelativePath="..\common\DataTarget.cpp" 210 > 211 </File> 212 <File 213 RelativePath="..\common\ELFSourceFile.cpp" 214 > 215 </File> 216 <File 217 RelativePath="..\common\EncoreBootImage.cpp" 218 > 219 </File> 220 <File 221 RelativePath="..\common\EvalContext.cpp" 222 > 223 </File> 224 <File 225 RelativePath="..\common\ExcludesListMatcher.cpp" 226 > 227 </File> 228 <File 229 RelativePath="..\common\format_string.cpp" 230 > 231 </File> 232 <File 233 RelativePath="..\common\GHSSecInfo.cpp" 234 > 235 </File> 236 <File 237 RelativePath="..\common\GlobMatcher.cpp" 238 > 239 </File> 240 <File 241 RelativePath="..\common\HexValues.cpp" 242 > 243 </File> 244 <File 245 RelativePath="..\common\IVTDataSource.cpp" 246 > 247 </File> 248 <File 249 RelativePath="..\common\Logging.cpp" 250 > 251 </File> 252 <File 253 RelativePath="..\common\Operation.cpp" 254 > 255 </File> 256 <File 257 RelativePath="..\common\OptionDictionary.cpp" 258 > 259 </File> 260 <File 261 RelativePath="..\common\options.cpp" 262 > 263 </File> 264 <File 265 RelativePath="..\common\OutputSection.cpp" 266 > 267 </File> 268 <File 269 RelativePath="..\common\Random.cpp" 270 > 271 </File> 272 <File 273 RelativePath="..\common\rijndael.cpp" 274 > 275 </File> 276 <File 277 RelativePath="..\common\RijndaelCBCMAC.cpp" 278 > 279 </File> 280 <File 281 RelativePath="..\common\SearchPath.cpp" 282 > 283 </File> 284 <File 285 RelativePath="..\common\SHA1.cpp" 286 > 287 </File> 288 <File 289 RelativePath="..\common\SourceFile.cpp" 290 > 291 </File> 292 <File 293 RelativePath="..\common\SRecordSourceFile.cpp" 294 > 295 </File> 296 <File 297 RelativePath="..\common\stdafx.cpp" 298 > 299 </File> 300 <File 301 RelativePath="..\common\StELFFile.cpp" 302 > 303 </File> 304 <File 305 RelativePath="..\common\StExecutableImage.cpp" 306 > 307 </File> 308 <File 309 RelativePath="..\common\StSRecordFile.cpp" 310 > 311 </File> 312 <File 313 RelativePath="..\common\Value.cpp" 314 > 315 </File> 316 <File 317 RelativePath="..\common\Version.cpp" 318 > 319 </File> 320 </Filter> 321 <Filter 322 Name="elftosb" 323 > 324 <File 325 RelativePath=".\BootImageGenerator.cpp" 326 > 327 </File> 328 <File 329 RelativePath=".\ConversionController.cpp" 330 > 331 </File> 332 <File 333 RelativePath=".\elftosb.cpp" 334 > 335 </File> 336 <File 337 RelativePath=".\elftosb_lexer.cpp" 338 > 339 </File> 340 <File 341 RelativePath=".\elftosb_parser.tab.cpp" 342 > 343 </File> 344 <File 345 RelativePath=".\ElftosbAST.cpp" 346 > 347 </File> 348 <File 349 RelativePath=".\ElftosbLexer.cpp" 350 > 351 </File> 352 <File 353 RelativePath=".\EncoreBootImageGenerator.cpp" 354 > 355 </File> 356 </Filter> 357 </Filter> 358 <Filter 359 Name="Header Files" 360 Filter="h;hpp;hxx;hm;inl;inc;xsd" 361 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" 362 > 363 <Filter 364 Name="common" 365 > 366 <File 367 RelativePath="..\common\AESKey.h" 368 > 369 </File> 370 <File 371 RelativePath="..\common\Blob.h" 372 > 373 </File> 374 <File 375 RelativePath="..\common\BootImage.h" 376 > 377 </File> 378 <File 379 RelativePath="..\common\crc.h" 380 > 381 </File> 382 <File 383 RelativePath="..\common\DataSource.h" 384 > 385 </File> 386 <File 387 RelativePath="..\common\DataSourceImager.h" 388 > 389 </File> 390 <File 391 RelativePath="..\common\DataTarget.h" 392 > 393 </File> 394 <File 395 RelativePath="..\common\ELF.h" 396 > 397 </File> 398 <File 399 RelativePath="..\common\ELFSourceFile.h" 400 > 401 </File> 402 <File 403 RelativePath="..\common\EncoreBootImage.h" 404 > 405 </File> 406 <File 407 RelativePath="..\common\EndianUtilities.h" 408 > 409 </File> 410 <File 411 RelativePath="..\common\EvalContext.h" 412 > 413 </File> 414 <File 415 RelativePath="..\common\ExcludesListMatcher.h" 416 > 417 </File> 418 <File 419 RelativePath="..\common\format_string.h" 420 > 421 </File> 422 <File 423 RelativePath="..\common\GHSSecInfo.h" 424 > 425 </File> 426 <File 427 RelativePath="..\common\GlobMatcher.h" 428 > 429 </File> 430 <File 431 RelativePath="..\common\HexValues.h" 432 > 433 </File> 434 <File 435 RelativePath="..\common\int_size.h" 436 > 437 </File> 438 <File 439 RelativePath="..\common\IVTDataSource.h" 440 > 441 </File> 442 <File 443 RelativePath="..\common\Logging.h" 444 > 445 </File> 446 <File 447 RelativePath="..\common\Operation.h" 448 > 449 </File> 450 <File 451 RelativePath="..\common\OptionContext.h" 452 > 453 </File> 454 <File 455 RelativePath="..\common\OptionDictionary.h" 456 > 457 </File> 458 <File 459 RelativePath="..\common\options.h" 460 > 461 </File> 462 <File 463 RelativePath="..\common\OutputSection.h" 464 > 465 </File> 466 <File 467 RelativePath="..\common\Random.h" 468 > 469 </File> 470 <File 471 RelativePath="..\common\rijndael.h" 472 > 473 </File> 474 <File 475 RelativePath="..\common\RijndaelCBCMAC.h" 476 > 477 </File> 478 <File 479 RelativePath="..\common\SearchPath.h" 480 > 481 </File> 482 <File 483 RelativePath="..\common\SHA1.h" 484 > 485 </File> 486 <File 487 RelativePath="..\common\smart_ptr.h" 488 > 489 </File> 490 <File 491 RelativePath="..\common\SourceFile.h" 492 > 493 </File> 494 <File 495 RelativePath="..\common\SRecordSourceFile.h" 496 > 497 </File> 498 <File 499 RelativePath="..\common\stdafx.h" 500 > 501 </File> 502 <File 503 RelativePath="..\common\StELFFile.h" 504 > 505 </File> 506 <File 507 RelativePath="..\common\StExecutableImage.h" 508 > 509 </File> 510 <File 511 RelativePath="..\common\StringMatcher.h" 512 > 513 </File> 514 <File 515 RelativePath="..\common\StSRecordFile.h" 516 > 517 </File> 518 <File 519 RelativePath="..\common\Value.h" 520 > 521 </File> 522 <File 523 RelativePath="..\common\Version.h" 524 > 525 </File> 526 </Filter> 527 <Filter 528 Name="elftosb" 529 > 530 <File 531 RelativePath=".\BootImageGenerator.h" 532 > 533 </File> 534 <File 535 RelativePath=".\ConversionController.h" 536 > 537 </File> 538 <File 539 RelativePath=".\crypto.h" 540 > 541 </File> 542 <File 543 RelativePath=".\default_rom_key.h" 544 > 545 </File> 546 <File 547 RelativePath=".\elftosb.h" 548 > 549 </File> 550 <File 551 RelativePath=".\elftosb_parser.tab.hpp" 552 > 553 </File> 554 <File 555 RelativePath=".\ElftosbAST.h" 556 > 557 </File> 558 <File 559 RelativePath=".\ElftosbErrors.h" 560 > 561 </File> 562 <File 563 RelativePath=".\ElftosbLexer.h" 564 > 565 </File> 566 <File 567 RelativePath=".\EncoreBootImageGenerator.h" 568 > 569 </File> 570 <File 571 RelativePath=".\FlexLexer.h" 572 > 573 </File> 574 </Filter> 575 </Filter> 576 <Filter 577 Name="Resource Files" 578 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" 579 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" 580 > 581 </Filter> 582 </Files> 583 <Globals> 584 </Globals> 585</VisualStudioProject> 586