|
|
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"
1.1.1.3 ! root 29: Output="Debug\BootLoader.exe"
1.1 root 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"
1.1.1.3 ! root 46: 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
"
! 47: 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
"
! 48: CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish >NUL:"
! 49: Output="Release\BootLoader.com"
1.1 root 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
1.1.1.2 root 96: RelativePath=".\BootMemory.cpp"
97: >
98: </File>
99: <File
1.1 root 100: RelativePath=".\BootSector.asm"
101: >
102: </File>
103: <File
1.1.1.3 ! root 104: RelativePath=".\Decompressor.c"
! 105: >
! 106: </File>
! 107: <File
1.1 root 108: RelativePath=".\IntFilter.cpp"
109: >
110: </File>
111: <File
112: RelativePath=".\Platform.cpp"
113: >
114: </File>
115: <Filter
116: Name="Common"
117: >
118: <File
119: RelativePath="..\..\Common\Crc.c"
120: >
121: </File>
122: <File
123: RelativePath="..\..\Common\Crypto.c"
124: >
125: </File>
126: <File
127: RelativePath="..\..\Common\Endian.c"
128: >
129: </File>
130: <File
131: RelativePath="..\..\Common\Pkcs5.c"
132: >
133: </File>
134: <File
135: RelativePath="..\..\Common\Volumes.c"
136: >
137: </File>
138: <File
139: RelativePath="..\..\Common\Xts.c"
140: >
141: </File>
142: </Filter>
143: <Filter
144: Name="Crypto"
145: >
146: <File
147: RelativePath="..\..\Crypto\AesSmall.c"
148: >
149: </File>
150: <File
1.1.1.3 ! root 151: RelativePath="..\..\Crypto\AesSmall_x86.asm"
! 152: >
! 153: </File>
! 154: <File
1.1 root 155: RelativePath="..\..\Crypto\Rmd160.c"
156: >
157: </File>
158: <File
159: RelativePath="..\..\Crypto\Serpent.c"
160: >
161: </File>
162: <File
163: RelativePath="..\..\Crypto\Twofish.c"
164: >
165: </File>
166: </Filter>
167: </Filter>
168: <Filter
169: Name="Header Files"
170: Filter="h;hpp;hxx;hm;inl;inc;xsd"
171: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
172: >
173: <File
174: RelativePath=".\Bios.h"
175: >
176: </File>
177: <File
178: RelativePath=".\BootCommon.h"
179: >
180: </File>
181: <File
182: RelativePath=".\BootConfig.h"
183: >
184: </File>
185: <File
186: RelativePath=".\BootConsoleIo.h"
187: >
188: </File>
189: <File
190: RelativePath=".\BootDebug.h"
191: >
192: </File>
193: <File
194: RelativePath=".\BootDefs.h"
195: >
196: </File>
197: <File
198: RelativePath=".\BootDiskIo.h"
199: >
200: </File>
201: <File
202: RelativePath=".\BootEncryptedIo.h"
203: >
204: </File>
205: <File
206: RelativePath=".\BootMain.h"
207: >
208: </File>
209: <File
1.1.1.2 root 210: RelativePath=".\BootMemory.h"
211: >
212: </File>
213: <File
1.1 root 214: RelativePath=".\IntFilter.h"
215: >
216: </File>
217: <File
218: RelativePath=".\Platform.h"
219: >
220: </File>
221: </Filter>
222: <Filter
223: Name="Build Files"
224: >
225: <File
226: RelativePath=".\Makefile"
227: >
228: </File>
229: </Filter>
230: </Files>
231: <Globals>
232: </Globals>
233: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.