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