|
|
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="Release|Win32"
21: OutputDirectory="$(ConfigurationName)"
22: IntermediateDirectory="$(ConfigurationName)"
23: ConfigurationType="0"
24: >
25: <Tool
26: Name="VCNMakeTool"
1.1.1.4 root 27: 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"
28: 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"
29: CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish Rescue Rescue_AES Rescue_Serpent Rescue_Twofish >NUL:"
30: Output="Release\BootLoader.com"
31: PreprocessorDefinitions="WIN32;NDEBUG"
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 Loader|Win32"
41: OutputDirectory="$(ConfigurationName)"
42: IntermediateDirectory="$(ConfigurationName)"
43: ConfigurationType="0"
44: >
45: <Tool
46: Name="VCNMakeTool"
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"
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"
1.1.1.3 root 49: CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish >NUL:"
50: Output="Release\BootLoader.com"
1.1 root 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: </Configurations>
60: <References>
61: </References>
62: <Files>
63: <Filter
64: Name="Source Files"
65: Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
66: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
67: >
68: <File
69: RelativePath=".\BootConfig.cpp"
70: >
71: </File>
72: <File
73: RelativePath=".\BootConsoleIo.cpp"
74: >
75: </File>
76: <File
77: RelativePath=".\BootCrt.asm"
78: >
79: </File>
80: <File
81: RelativePath=".\BootDebug.cpp"
82: >
83: </File>
84: <File
85: RelativePath=".\BootDiskIo.cpp"
86: >
87: </File>
88: <File
89: RelativePath=".\BootEncryptedIo.cpp"
90: >
91: </File>
92: <File
93: RelativePath=".\BootMain.cpp"
94: >
95: </File>
96: <File
1.1.1.2 root 97: RelativePath=".\BootMemory.cpp"
98: >
99: </File>
100: <File
1.1 root 101: RelativePath=".\BootSector.asm"
102: >
103: </File>
104: <File
1.1.1.3 root 105: RelativePath=".\Decompressor.c"
106: >
107: </File>
108: <File
1.1 root 109: RelativePath=".\IntFilter.cpp"
110: >
111: </File>
112: <File
113: RelativePath=".\Platform.cpp"
114: >
115: </File>
116: <Filter
117: Name="Common"
118: >
119: <File
120: RelativePath="..\..\Common\Crc.c"
121: >
122: </File>
123: <File
124: RelativePath="..\..\Common\Crypto.c"
125: >
126: </File>
127: <File
128: RelativePath="..\..\Common\Endian.c"
129: >
130: </File>
131: <File
132: RelativePath="..\..\Common\Pkcs5.c"
133: >
134: </File>
135: <File
136: RelativePath="..\..\Common\Volumes.c"
137: >
138: </File>
139: <File
140: RelativePath="..\..\Common\Xts.c"
141: >
142: </File>
143: </Filter>
144: <Filter
145: Name="Crypto"
146: >
147: <File
1.1.1.6 ! root 148: RelativePath="..\..\Crypto\Aes_hw_cpu.asm"
! 149: >
! 150: </File>
! 151: <File
1.1 root 152: RelativePath="..\..\Crypto\AesSmall.c"
153: >
154: </File>
155: <File
1.1.1.3 root 156: RelativePath="..\..\Crypto\AesSmall_x86.asm"
157: >
158: </File>
159: <File
1.1 root 160: RelativePath="..\..\Crypto\Rmd160.c"
161: >
162: </File>
163: <File
164: RelativePath="..\..\Crypto\Serpent.c"
165: >
166: </File>
167: <File
168: RelativePath="..\..\Crypto\Twofish.c"
169: >
170: </File>
171: </Filter>
172: </Filter>
173: <Filter
174: Name="Header Files"
175: Filter="h;hpp;hxx;hm;inl;inc;xsd"
176: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
177: >
178: <File
179: RelativePath=".\Bios.h"
180: >
181: </File>
182: <File
183: RelativePath=".\BootCommon.h"
184: >
185: </File>
186: <File
187: RelativePath=".\BootConfig.h"
188: >
189: </File>
190: <File
191: RelativePath=".\BootConsoleIo.h"
192: >
193: </File>
194: <File
195: RelativePath=".\BootDebug.h"
196: >
197: </File>
198: <File
199: RelativePath=".\BootDefs.h"
200: >
201: </File>
202: <File
203: RelativePath=".\BootDiskIo.h"
204: >
205: </File>
206: <File
207: RelativePath=".\BootEncryptedIo.h"
208: >
209: </File>
210: <File
211: RelativePath=".\BootMain.h"
212: >
213: </File>
214: <File
1.1.1.2 root 215: RelativePath=".\BootMemory.h"
216: >
217: </File>
218: <File
1.1.1.5 root 219: RelativePath=".\BootStrings.h"
220: >
221: </File>
222: <File
1.1 root 223: RelativePath=".\IntFilter.h"
224: >
225: </File>
226: <File
227: RelativePath=".\Platform.h"
228: >
229: </File>
230: </Filter>
231: <Filter
232: Name="Build Files"
233: >
234: <File
235: RelativePath=".\Makefile"
236: >
237: </File>
238: </Filter>
239: </Files>
240: <Globals>
241: </Globals>
242: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.