|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
1.1.1.4 root 4: Version="8.00"
1.1 root 5: Name="Driver"
6: ProjectGUID="{EF5EF444-18D0-40D7-8DFA-775EC4448602}"
7: RootNamespace="Driver"
1.1.1.3 root 8: Keyword="MakeFileProj"
9: >
1.1 root 10: <Platforms>
11: <Platform
1.1.1.3 root 12: Name="Win32"
13: />
1.1 root 14: </Platforms>
1.1.1.3 root 15: <ToolFiles>
16: </ToolFiles>
1.1 root 17: <Configurations>
18: <Configuration
19: Name="Debug|Win32"
20: OutputDirectory="Debug"
21: IntermediateDirectory="Debug"
1.1.1.3 root 22: ConfigurationType="0"
23: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
24: >
1.1 root 25: <Tool
26: Name="VCNMakeTool"
1.1.1.5 root 27: BuildCommandLine="echo ------ Building truecrypt.sys: Debug x86 ------
cmd.exe /c BuildDriver.cmd -build -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Building truecrypt.sys: Debug x64 ------
BuildDriver.cmd -build -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
28: ReBuildCommandLine="echo ------ Rebuilding truecrypt.sys: Debug x86 ------
cmd.exe /c BuildDriver.cmd -rebuild -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Rebuilding truecrypt.sys: Debug x64 ------
BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
29: CleanCommandLine="echo ------ Cleaning truecrypt.sys: Debug x86 ------
cmd.exe /c BuildDriver.cmd -clean -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Cleaning truecrypt.sys: Debug x64 ------
BuildDriver.cmd -clean -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
30: Output=""
31: PreprocessorDefinitions="DEBUG;_DEBUG"
32: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
1.1.1.3 root 33: ForcedIncludes=""
34: AssemblySearchPath=""
35: ForcedUsingAssemblies=""
36: CompileAsManaged=""
37: />
1.1 root 38: </Configuration>
39: <Configuration
40: Name="Release|Win32"
41: OutputDirectory="Release"
42: IntermediateDirectory="Release"
1.1.1.3 root 43: ConfigurationType="0"
44: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
45: >
1.1 root 46: <Tool
47: Name="VCNMakeTool"
1.1.1.5 root 48: BuildCommandLine="echo ------ Building truecrypt.sys: Release x86 ------
cmd.exe /c BuildDriver.cmd -build -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Building truecrypt.sys: Release x64 ------
BuildDriver.cmd -build -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
49: ReBuildCommandLine="echo ------ Rebuilding truecrypt.sys: Release x86 ------
cmd.exe /c BuildDriver.cmd -rebuild -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Rebuilding truecrypt.sys: Release x64 ------
BuildDriver.cmd -rebuild -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
50: CleanCommandLine="echo ------ Cleaning truecrypt.sys: Release x86 ------
cmd.exe /c BuildDriver.cmd -clean -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)"
if errorlevel 1 exit %errorlevel%
echo ------ Cleaning truecrypt.sys: Release x64 ------
BuildDriver.cmd -clean -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
51: Output=""
52: PreprocessorDefinitions=""
53: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
54: ForcedIncludes=""
55: AssemblySearchPath=""
56: ForcedUsingAssemblies=""
57: CompileAsManaged=""
58: />
59: </Configuration>
60: <Configuration
61: Name="Release x86|Win32"
62: OutputDirectory="$(ConfigurationName)"
63: IntermediateDirectory="$(ConfigurationName)"
64: ConfigurationType="0"
65: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
66: >
67: <Tool
68: Name="VCNMakeTool"
69: BuildCommandLine="BuildDriver.cmd -build -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
70: ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
71: CleanCommandLine="BuildDriver.cmd -clean -release -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
72: Output=""
73: PreprocessorDefinitions=""
74: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
75: ForcedIncludes=""
76: AssemblySearchPath=""
77: ForcedUsingAssemblies=""
78: CompileAsManaged=""
79: />
80: </Configuration>
81: <Configuration
82: Name="Debug x86|Win32"
83: OutputDirectory="$(ConfigurationName)"
84: IntermediateDirectory="$(ConfigurationName)"
85: ConfigurationType="0"
86: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
87: >
88: <Tool
89: Name="VCNMakeTool"
90: BuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe >NUL:
) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe >NUL: )

BuildDriver.cmd -build -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
91: ReBuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe >NUL:
) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe >NUL: )

BuildDriver.cmd -rebuild -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
92: CleanCommandLine="BuildDriver.cmd -clean -debug -x86 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
93: Output="$(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe"
94: PreprocessorDefinitions="DEBUG;_DEBUG"
95: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
96: ForcedIncludes=""
97: AssemblySearchPath=""
98: ForcedUsingAssemblies=""
99: CompileAsManaged=""
100: />
101: </Configuration>
102: <Configuration
103: Name="Release x64|Win32"
104: OutputDirectory="$(ConfigurationName)"
105: IntermediateDirectory="$(ConfigurationName)"
106: ConfigurationType="0"
107: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
108: >
109: <Tool
110: Name="VCNMakeTool"
111: BuildCommandLine="BuildDriver.cmd -build -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
112: ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
113: CleanCommandLine="BuildDriver.cmd -clean -release -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
114: Output=""
1.1.1.3 root 115: PreprocessorDefinitions=""
1.1.1.5 root 116: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
117: ForcedIncludes=""
118: AssemblySearchPath=""
119: ForcedUsingAssemblies=""
120: CompileAsManaged=""
121: />
122: </Configuration>
123: <Configuration
124: Name="Debug x64|Win32"
125: OutputDirectory="$(ConfigurationName)"
126: IntermediateDirectory="$(ConfigurationName)"
127: ConfigurationType="0"
128: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
129: >
130: <Tool
131: Name="VCNMakeTool"
132: BuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe >NUL:
) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe >NUL: )

BuildDriver.cmd -build -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
133: ReBuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe >NUL:
) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe >NUL: )

BuildDriver.cmd -rebuild -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
134: CleanCommandLine="BuildDriver.cmd -clean -debug -x64 "$(SolutionDir)\Common" "$(SolutionDir)\Crypto" "$(ProjectDir)""
135: Output="$(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe"
136: PreprocessorDefinitions="DEBUG;_DEBUG"
137: IncludeSearchPath=""$(ProjectDir)";"$(SolutionDir)";"$(SolutionDir)\Common";"$(SolutionDir)\Crypto";"$(WINDDK_ROOT)\inc\ddk""
1.1.1.3 root 138: ForcedIncludes=""
139: AssemblySearchPath=""
140: ForcedUsingAssemblies=""
141: CompileAsManaged=""
142: />
1.1 root 143: </Configuration>
144: </Configurations>
145: <References>
146: </References>
147: <Files>
148: <Filter
149: Name="Source Files"
150: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.3 root 151: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
152: >
1.1 root 153: <File
1.1.1.5 root 154: RelativePath=".\DriveFilter.c"
155: >
156: </File>
157: <File
158: RelativePath=".\EncryptedIoQueue.c"
159: >
160: </File>
161: <File
1.1.1.3 root 162: RelativePath=".\Ntdriver.c"
163: >
1.1 root 164: </File>
165: <File
1.1.1.3 root 166: RelativePath=".\Ntvol.c"
167: >
1.1 root 168: </File>
169: <Filter
170: Name="Common"
1.1.1.3 root 171: >
1.1 root 172: <File
1.1.1.3 root 173: RelativePath="..\Common\Cache.c"
174: >
1.1 root 175: </File>
176: <File
1.1.1.3 root 177: RelativePath="..\Common\Crc.c"
178: >
1.1 root 179: </File>
180: <File
1.1.1.3 root 181: RelativePath="..\Common\Crypto.c"
182: >
1.1 root 183: </File>
184: <File
1.1.1.3 root 185: RelativePath="..\Common\Endian.c"
186: >
1.1 root 187: </File>
188: <File
1.1.1.4 root 189: RelativePath="..\Common\GfMul.c"
190: >
191: </File>
192: <File
1.1.1.3 root 193: RelativePath="..\Common\Pkcs5.c"
194: >
1.1 root 195: </File>
196: <File
1.1.1.3 root 197: RelativePath="..\Common\Tests.c"
198: >
1.1.1.2 root 199: </File>
200: <File
1.1.1.3 root 201: RelativePath="..\Common\Volumes.c"
202: >
1.1 root 203: </File>
1.1.1.5 root 204: <File
205: RelativePath="..\Common\Wipe.c"
206: >
207: </File>
208: <File
209: RelativePath="..\Common\Xts.c"
210: >
211: </File>
1.1 root 212: </Filter>
1.1.1.6 ! root 213: <Filter
! 214: Name="Crypto"
! 215: >
! 216: <File
! 217: RelativePath="..\Crypto\Aes_x64.asm"
! 218: >
! 219: </File>
! 220: <File
! 221: RelativePath="..\Crypto\Aes_x86.asm"
! 222: >
! 223: </File>
! 224: <File
! 225: RelativePath="..\Crypto\Aeskey.c"
! 226: >
! 227: </File>
! 228: <File
! 229: RelativePath="..\Crypto\Aestab.c"
! 230: >
! 231: </File>
! 232: <File
! 233: RelativePath="..\Crypto\Bf_ecb.c"
! 234: >
! 235: </File>
! 236: <File
! 237: RelativePath="..\Crypto\Bf_enc.c"
! 238: >
! 239: </File>
! 240: <File
! 241: RelativePath="..\Crypto\Bf_skey.c"
! 242: >
! 243: </File>
! 244: <File
! 245: RelativePath="..\Crypto\C_ecb.c"
! 246: >
! 247: </File>
! 248: <File
! 249: RelativePath="..\Crypto\C_enc.c"
! 250: >
! 251: </File>
! 252: <File
! 253: RelativePath="..\Crypto\C_skey.c"
! 254: >
! 255: </File>
! 256: <File
! 257: RelativePath="..\Crypto\Des.c"
! 258: >
! 259: </File>
! 260: <File
! 261: RelativePath="..\Crypto\Des_enc.c"
! 262: >
! 263: </File>
! 264: <File
! 265: RelativePath="..\Crypto\Ecb3_enc.c"
! 266: >
! 267: </File>
! 268: <File
! 269: RelativePath="..\Crypto\Rmd160.c"
! 270: >
! 271: </File>
! 272: <File
! 273: RelativePath="..\Crypto\Serpent.c"
! 274: >
! 275: </File>
! 276: <File
! 277: RelativePath="..\Crypto\Set_key.c"
! 278: >
! 279: </File>
! 280: <File
! 281: RelativePath="..\Crypto\Sha1.c"
! 282: >
! 283: </File>
! 284: <File
! 285: RelativePath="..\Crypto\Sha2.c"
! 286: >
! 287: </File>
! 288: <File
! 289: RelativePath="..\Crypto\Twofish.c"
! 290: >
! 291: </File>
! 292: <File
! 293: RelativePath="..\Crypto\Whirlpool.c"
! 294: >
! 295: </File>
! 296: </Filter>
1.1 root 297: </Filter>
298: <Filter
299: Name="Header Files"
300: Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.3 root 301: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
302: >
1.1 root 303: <File
1.1.1.3 root 304: RelativePath="..\Common\Apidrvr.h"
305: >
1.1.1.2 root 306: </File>
307: <File
1.1.1.3 root 308: RelativePath="..\Common\Cache.h"
309: >
1.1 root 310: </File>
311: <File
1.1.1.3 root 312: RelativePath="..\Common\Common.h"
313: >
1.1.1.2 root 314: </File>
315: <File
1.1.1.5 root 316: RelativePath=".\DriveFilter.h"
317: >
318: </File>
319: <File
320: RelativePath=".\EncryptedIoQueue.h"
321: >
322: </File>
323: <File
1.1.1.4 root 324: RelativePath="..\Common\GfMul.h"
1.1.1.3 root 325: >
1.1 root 326: </File>
327: <File
1.1.1.4 root 328: RelativePath=".\Ntdriver.h"
1.1.1.3 root 329: >
1.1 root 330: </File>
331: <File
1.1.1.3 root 332: RelativePath=".\Ntvol.h"
333: >
1.1 root 334: </File>
335: <File
1.1.1.3 root 336: RelativePath=".\resource.h"
337: >
1.1 root 338: </File>
339: <File
1.1.1.3 root 340: RelativePath="..\Common\Tcdefs.h"
341: >
1.1.1.2 root 342: </File>
343: <File
1.1.1.3 root 344: RelativePath="..\Common\Volumes.h"
345: >
1.1 root 346: </File>
1.1.1.5 root 347: <File
348: RelativePath="..\Common\Wipe.h"
349: >
350: </File>
351: <File
352: RelativePath="..\Common\Xts.h"
353: >
354: </File>
1.1 root 355: </Filter>
356: <Filter
357: Name="Resource Files"
358: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.3 root 359: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
360: >
1.1 root 361: <File
1.1.1.3 root 362: RelativePath=".\Driver.rc"
363: >
1.1 root 364: </File>
365: </Filter>
1.1.1.5 root 366: <Filter
367: Name="Build Files"
1.1.1.3 root 368: >
1.1.1.5 root 369: <File
370: RelativePath=".\BuildDriver.cmd"
371: >
372: </File>
373: <File
1.1.1.6 ! root 374: RelativePath=".\Makefile"
! 375: >
! 376: </File>
! 377: <File
1.1.1.5 root 378: RelativePath=".\Sources"
379: >
380: </File>
381: <Filter
382: Name="Common"
383: >
384: <File
1.1.1.6 ! root 385: RelativePath="..\Common\Makefile"
! 386: >
! 387: </File>
! 388: <File
1.1.1.5 root 389: RelativePath="..\Common\Sources"
390: >
391: </File>
392: </Filter>
393: <Filter
394: Name="Crypto"
395: >
396: <File
1.1.1.6 ! root 397: RelativePath="..\Crypto\Makefile"
! 398: >
! 399: </File>
! 400: <File
! 401: RelativePath="..\Crypto\Makefile.inc"
! 402: >
! 403: </File>
! 404: <File
1.1.1.5 root 405: RelativePath="..\Crypto\Sources"
406: >
407: </File>
408: </Filter>
409: </Filter>
1.1 root 410: </Files>
411: <Globals>
412: </Globals>
413: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.