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