|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
1.1.1.4 ! root 4: Version="9.00"
1.1 root 5: Name="Boot"
6: ProjectGUID="{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}"
7: RootNamespace="Boot"
8: Keyword="MakeFileProj"
1.1.1.4 ! root 9: TargetFrameworkVersion="131072"
1.1 root 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="$(ConfigurationName)"
22: IntermediateDirectory="$(ConfigurationName)"
23: ConfigurationType="0"
24: >
25: <Tool
26: Name="VCNMakeTool"
27: BuildCommandLine="md Debug 2>NUL:
nmake.exe /nologo DEBUG=1"
28: ReBuildCommandLine="md Debug 2>NUL:
nmake.exe /nologo DEBUG=1 clean
nmake.exe /nologo DEBUG=1"
29: CleanCommandLine="nmake.exe /nologo DEBUG=1 clean"
1.1.1.3 root 30: Output="Debug\BootLoader.exe"
1.1 root 31: PreprocessorDefinitions="WIN32;_DEBUG"
32: IncludeSearchPath=""$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(MSVC16_ROOT)\Include""
33: ForcedIncludes=""
34: AssemblySearchPath=""
35: ForcedUsingAssemblies=""
36: CompileAsManaged=""
37: />
38: </Configuration>
39: <Configuration
40: Name="Release|Win32"
41: OutputDirectory="$(ConfigurationName)"
42: IntermediateDirectory="$(ConfigurationName)"
43: ConfigurationType="0"
44: >
45: <Tool
46: Name="VCNMakeTool"
1.1.1.4 ! root 47: BuildCommandLine="md Release 2>NUL:
nmake.exe /nologo RELEASE=1

md Release_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES

md Release_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT

md Release_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH

md Rescue 2>NUL:
nmake.exe /nologo RELEASE=1 RESCUE_DISK=1

md Rescue_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES RESCUE_DISK=1

md Rescue_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT RESCUE_DISK=1

md Rescue_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH RESCUE_DISK=1"
! 48: ReBuildCommandLine="del /q /s Release >NUL:
md Release 2>NUL:
nmake.exe /nologo RELEASE=1

del /q /s Release_AES >NUL:
md Release_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES

del /q /s Release_Serpent >NUL:
md Release_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT

del /q /s Release_Twofish >NUL:
md Release_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH

del /q /s Rescue >NUL:
md Rescue 2>NUL:
nmake.exe /nologo RELEASE=1 RESCUE_DISK=1

del /q /s Rescue_AES >NUL:
md Rescue_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES RESCUE_DISK=1

del /q /s Rescue_Serpent >NUL:
md Rescue_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT RESCUE_DISK=1

del /q /s Rescue_Twofish >NUL:
md Rescue_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH RESCUE_DISK=1"
! 49: CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish Rescue Rescue_AES Rescue_Serpent Rescue_Twofish >NUL:"
! 50: Output="Release\BootLoader.com"
! 51: PreprocessorDefinitions="WIN32;NDEBUG"
! 52: IncludeSearchPath=""$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(MSVC16_ROOT)\Include""
! 53: ForcedIncludes=""
! 54: AssemblySearchPath=""
! 55: ForcedUsingAssemblies=""
! 56: CompileAsManaged=""
! 57: />
! 58: </Configuration>
! 59: <Configuration
! 60: Name="Release Loader|Win32"
! 61: OutputDirectory="$(ConfigurationName)"
! 62: IntermediateDirectory="$(ConfigurationName)"
! 63: ConfigurationType="0"
! 64: >
! 65: <Tool
! 66: Name="VCNMakeTool"
! 67: BuildCommandLine="md Release 2>NUL:
nmake.exe /nologo RELEASE=1

md Release_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES

md Release_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT

md Release_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH"
! 68: ReBuildCommandLine="del /q /s Release >NUL:
md Release 2>NUL:
nmake.exe /nologo RELEASE=1

del /q /s Release_AES >NUL:
md Release_AES 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES

del /q /s Release_Serpent >NUL:
md Release_Serpent 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT

del /q /s Release_Twofish >NUL:
md Release_Twofish 2>NUL:
nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH"
1.1.1.3 root 69: CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish >NUL:"
70: Output="Release\BootLoader.com"
1.1 root 71: PreprocessorDefinitions="WIN32;NDEBUG"
72: IncludeSearchPath=""$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(MSVC16_ROOT)\Include""
73: ForcedIncludes=""
74: AssemblySearchPath=""
75: ForcedUsingAssemblies=""
76: CompileAsManaged=""
77: />
78: </Configuration>
79: </Configurations>
80: <References>
81: </References>
82: <Files>
83: <Filter
84: Name="Source Files"
85: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
86: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
87: >
88: <File
89: RelativePath=".\BootConfig.cpp"
90: >
91: </File>
92: <File
93: RelativePath=".\BootConsoleIo.cpp"
94: >
95: </File>
96: <File
97: RelativePath=".\BootCrt.asm"
98: >
99: </File>
100: <File
101: RelativePath=".\BootDebug.cpp"
102: >
103: </File>
104: <File
105: RelativePath=".\BootDiskIo.cpp"
106: >
107: </File>
108: <File
109: RelativePath=".\BootEncryptedIo.cpp"
110: >
111: </File>
112: <File
113: RelativePath=".\BootMain.cpp"
114: >
115: </File>
116: <File
1.1.1.2 root 117: RelativePath=".\BootMemory.cpp"
118: >
119: </File>
120: <File
1.1 root 121: RelativePath=".\BootSector.asm"
122: >
123: </File>
124: <File
1.1.1.3 root 125: RelativePath=".\Decompressor.c"
126: >
127: </File>
128: <File
1.1 root 129: RelativePath=".\IntFilter.cpp"
130: >
131: </File>
132: <File
133: RelativePath=".\Platform.cpp"
134: >
135: </File>
136: <Filter
137: Name="Common"
138: >
139: <File
140: RelativePath="..\..\Common\Crc.c"
141: >
142: </File>
143: <File
144: RelativePath="..\..\Common\Crypto.c"
145: >
146: </File>
147: <File
148: RelativePath="..\..\Common\Endian.c"
149: >
150: </File>
151: <File
152: RelativePath="..\..\Common\Pkcs5.c"
153: >
154: </File>
155: <File
156: RelativePath="..\..\Common\Volumes.c"
157: >
158: </File>
159: <File
160: RelativePath="..\..\Common\Xts.c"
161: >
162: </File>
163: </Filter>
164: <Filter
165: Name="Crypto"
166: >
167: <File
168: RelativePath="..\..\Crypto\AesSmall.c"
169: >
170: </File>
171: <File
1.1.1.3 root 172: RelativePath="..\..\Crypto\AesSmall_x86.asm"
173: >
174: </File>
175: <File
1.1 root 176: RelativePath="..\..\Crypto\Rmd160.c"
177: >
178: </File>
179: <File
180: RelativePath="..\..\Crypto\Serpent.c"
181: >
182: </File>
183: <File
184: RelativePath="..\..\Crypto\Twofish.c"
185: >
186: </File>
187: </Filter>
188: </Filter>
189: <Filter
190: Name="Header Files"
191: Filter="h;hpp;hxx;hm;inl;inc;xsd"
192: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
193: >
194: <File
195: RelativePath=".\Bios.h"
196: >
197: </File>
198: <File
199: RelativePath=".\BootCommon.h"
200: >
201: </File>
202: <File
203: RelativePath=".\BootConfig.h"
204: >
205: </File>
206: <File
207: RelativePath=".\BootConsoleIo.h"
208: >
209: </File>
210: <File
211: RelativePath=".\BootDebug.h"
212: >
213: </File>
214: <File
215: RelativePath=".\BootDefs.h"
216: >
217: </File>
218: <File
219: RelativePath=".\BootDiskIo.h"
220: >
221: </File>
222: <File
223: RelativePath=".\BootEncryptedIo.h"
224: >
225: </File>
226: <File
227: RelativePath=".\BootMain.h"
228: >
229: </File>
230: <File
1.1.1.2 root 231: RelativePath=".\BootMemory.h"
232: >
233: </File>
234: <File
1.1 root 235: RelativePath=".\IntFilter.h"
236: >
237: </File>
238: <File
239: RelativePath=".\Platform.h"
240: >
241: </File>
242: </Filter>
243: <Filter
244: Name="Build Files"
245: >
246: <File
247: RelativePath=".\Makefile"
248: >
249: </File>
250: </Filter>
251: </Files>
252: <Globals>
253: </Globals>
254: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.