|
|
1.1 ! root 1: <?xml version="1.0" encoding="Windows-1252"?> ! 2: <VisualStudioProject ! 3: ProjectType="Visual C++" ! 4: Version="8.00" ! 5: Name="Boot" ! 6: ProjectGUID="{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}" ! 7: RootNamespace="Boot" ! 8: Keyword="MakeFileProj" ! 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="$(ConfigurationName)" ! 21: IntermediateDirectory="$(ConfigurationName)" ! 22: ConfigurationType="0" ! 23: > ! 24: <Tool ! 25: Name="VCNMakeTool" ! 26: BuildCommandLine="md Debug 2>NUL:
nmake.exe /nologo DEBUG=1" ! 27: ReBuildCommandLine="md Debug 2>NUL:
nmake.exe /nologo DEBUG=1 clean
nmake.exe /nologo DEBUG=1" ! 28: CleanCommandLine="nmake.exe /nologo DEBUG=1 clean" ! 29: Output="Debug\Boot.exe" ! 30: PreprocessorDefinitions="WIN32;_DEBUG" ! 31: IncludeSearchPath=""$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(MSVC16_ROOT)\Include"" ! 32: ForcedIncludes="" ! 33: AssemblySearchPath="" ! 34: ForcedUsingAssemblies="" ! 35: CompileAsManaged="" ! 36: /> ! 37: </Configuration> ! 38: <Configuration ! 39: Name="Release|Win32" ! 40: OutputDirectory="$(ConfigurationName)" ! 41: IntermediateDirectory="$(ConfigurationName)" ! 42: ConfigurationType="0" ! 43: > ! 44: <Tool ! 45: Name="VCNMakeTool" ! 46: BuildCommandLine="md Release 2>NUL:
nmake.exe /nologo RELEASE=1" ! 47: ReBuildCommandLine="md Release 2>NUL:
nmake.exe /nologo RELEASE=1 clean
nmake.exe /nologo RELEASE=1" ! 48: CleanCommandLine="nmake.exe /nologo RELEASE=1 clean" ! 49: Output="Release\Boot.com" ! 50: PreprocessorDefinitions="WIN32;NDEBUG" ! 51: IncludeSearchPath=""$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(MSVC16_ROOT)\Include"" ! 52: ForcedIncludes="" ! 53: AssemblySearchPath="" ! 54: ForcedUsingAssemblies="" ! 55: CompileAsManaged="" ! 56: /> ! 57: </Configuration> ! 58: </Configurations> ! 59: <References> ! 60: </References> ! 61: <Files> ! 62: <Filter ! 63: Name="Source Files" ! 64: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" ! 65: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" ! 66: > ! 67: <File ! 68: RelativePath=".\BootConfig.cpp" ! 69: > ! 70: </File> ! 71: <File ! 72: RelativePath=".\BootConsoleIo.cpp" ! 73: > ! 74: </File> ! 75: <File ! 76: RelativePath=".\BootCrt.asm" ! 77: > ! 78: </File> ! 79: <File ! 80: RelativePath=".\BootDebug.cpp" ! 81: > ! 82: </File> ! 83: <File ! 84: RelativePath=".\BootDiskIo.cpp" ! 85: > ! 86: </File> ! 87: <File ! 88: RelativePath=".\BootEncryptedIo.cpp" ! 89: > ! 90: </File> ! 91: <File ! 92: RelativePath=".\BootMain.cpp" ! 93: > ! 94: </File> ! 95: <File ! 96: RelativePath=".\BootSector.asm" ! 97: > ! 98: </File> ! 99: <File ! 100: RelativePath=".\IntFilter.cpp" ! 101: > ! 102: </File> ! 103: <File ! 104: RelativePath=".\Platform.cpp" ! 105: > ! 106: </File> ! 107: <Filter ! 108: Name="Common" ! 109: > ! 110: <File ! 111: RelativePath="..\..\Common\Crc.c" ! 112: > ! 113: </File> ! 114: <File ! 115: RelativePath="..\..\Common\Crypto.c" ! 116: > ! 117: </File> ! 118: <File ! 119: RelativePath="..\..\Common\Endian.c" ! 120: > ! 121: </File> ! 122: <File ! 123: RelativePath="..\..\Common\Pkcs5.c" ! 124: > ! 125: </File> ! 126: <File ! 127: RelativePath="..\..\Common\Volumes.c" ! 128: > ! 129: </File> ! 130: <File ! 131: RelativePath="..\..\Common\Xts.c" ! 132: > ! 133: </File> ! 134: </Filter> ! 135: <Filter ! 136: Name="Crypto" ! 137: > ! 138: <File ! 139: RelativePath="..\..\Crypto\AesSmall.c" ! 140: > ! 141: </File> ! 142: <File ! 143: RelativePath="..\..\Crypto\Rmd160.c" ! 144: > ! 145: </File> ! 146: <File ! 147: RelativePath="..\..\Crypto\Serpent.c" ! 148: > ! 149: </File> ! 150: <File ! 151: RelativePath="..\..\Crypto\Twofish.c" ! 152: > ! 153: </File> ! 154: </Filter> ! 155: </Filter> ! 156: <Filter ! 157: Name="Header Files" ! 158: Filter="h;hpp;hxx;hm;inl;inc;xsd" ! 159: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" ! 160: > ! 161: <File ! 162: RelativePath=".\Bios.h" ! 163: > ! 164: </File> ! 165: <File ! 166: RelativePath=".\BootCommon.h" ! 167: > ! 168: </File> ! 169: <File ! 170: RelativePath=".\BootConfig.h" ! 171: > ! 172: </File> ! 173: <File ! 174: RelativePath=".\BootConsoleIo.h" ! 175: > ! 176: </File> ! 177: <File ! 178: RelativePath=".\BootDebug.h" ! 179: > ! 180: </File> ! 181: <File ! 182: RelativePath=".\BootDefs.h" ! 183: > ! 184: </File> ! 185: <File ! 186: RelativePath=".\BootDiskIo.h" ! 187: > ! 188: </File> ! 189: <File ! 190: RelativePath=".\BootEncryptedIo.h" ! 191: > ! 192: </File> ! 193: <File ! 194: RelativePath=".\BootMain.h" ! 195: > ! 196: </File> ! 197: <File ! 198: RelativePath=".\IntFilter.h" ! 199: > ! 200: </File> ! 201: <File ! 202: RelativePath=".\Platform.h" ! 203: > ! 204: </File> ! 205: </Filter> ! 206: <Filter ! 207: Name="Build Files" ! 208: > ! 209: <File ! 210: RelativePath=".\Makefile" ! 211: > ! 212: </File> ! 213: </Filter> ! 214: </Files> ! 215: <Globals> ! 216: </Globals> ! 217: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.