|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
1.1.1.13 root 4: Version="9.00"
1.1 root 5: Name="Mount"
6: ProjectGUID="{E4C40F94-E7F9-4981-86E4-186B46F993F3}"
7: RootNamespace="Mount"
1.1.1.8 root 8: Keyword="Win32Proj"
1.1.1.13 root 9: TargetFrameworkVersion="131072"
1.1.1.8 root 10: >
1.1 root 11: <Platforms>
12: <Platform
1.1.1.8 root 13: Name="Win32"
14: />
1.1 root 15: </Platforms>
1.1.1.8 root 16: <ToolFiles>
17: </ToolFiles>
1.1 root 18: <Configurations>
19: <Configuration
20: Name="Debug|Win32"
21: OutputDirectory="Debug"
22: IntermediateDirectory="Debug"
23: ConfigurationType="1"
1.1.1.8 root 24: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
25: CharacterSet="2"
26: >
27: <Tool
28: Name="VCPreBuildEventTool"
29: />
30: <Tool
31: Name="VCCustomBuildTool"
32: />
33: <Tool
34: Name="VCXMLDataGeneratorTool"
35: />
36: <Tool
37: Name="VCWebServiceProxyGeneratorTool"
38: />
39: <Tool
40: Name="VCMIDLTool"
41: AdditionalIncludeDirectories=""
42: TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
43: OutputDirectory=""
44: />
1.1 root 45: <Tool
46: Name="VCCLCompilerTool"
47: Optimization="0"
1.1.1.14 root 48: AdditionalIncludeDirectories="..\Common;..\Crypto;..\;$(PKCS11_INC)"
1.1.1.13 root 49: PreprocessorDefinitions="TCMOUNT;WIN32;DEBUG;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1.1.8 root 50: MinimalRebuild="true"
51: ExceptionHandling="1"
1.1 root 52: BasicRuntimeChecks="3"
53: RuntimeLibrary="1"
1.1.1.8 root 54: BufferSecurityCheck="true"
55: EnableFunctionLevelLinking="false"
1.1 root 56: UsePrecompiledHeader="0"
57: BrowseInformation="0"
58: BrowseInformationFile=""
1.1.1.16 root 59: WarningLevel="4"
1.1 root 60: DebugInformationFormat="4"
1.1.1.16 root 61: DisableSpecificWarnings="4057;4100;4127;4201;4701;4706"
1.1.1.8 root 62: />
1.1 root 63: <Tool
1.1.1.8 root 64: Name="VCManagedResourceCompilerTool"
65: />
66: <Tool
67: Name="VCResourceCompilerTool"
68: />
69: <Tool
70: Name="VCPreLinkEventTool"
71: />
1.1 root 72: <Tool
73: Name="VCLinkerTool"
1.1.1.17! root 74: AdditionalDependencies="comctl32.lib setupapi.lib version.lib ..\Crypto\Debug\crypto.lib"
1.1 root 75: OutputFile="$(OutDir)/TrueCrypt.exe"
76: LinkIncremental="2"
1.1.1.13 root 77: GenerateManifest="false"
1.1.1.10 root 78: IgnoreAllDefaultLibraries="false"
1.1.1.8 root 79: GenerateDebugInformation="true"
1.1 root 80: ProgramDatabaseFile="$(OutDir)/Mount.pdb"
81: SubSystem="2"
1.1.1.13 root 82: RandomizedBaseAddress="1"
83: DataExecutionPrevention="2"
1.1.1.8 root 84: TargetMachine="1"
85: />
1.1 root 86: <Tool
1.1.1.8 root 87: Name="VCALinkTool"
88: />
1.1 root 89: <Tool
1.1.1.8 root 90: Name="VCManifestTool"
1.1.1.12 root 91: AdditionalManifestFiles="Mount.manifest"
1.1.1.8 root 92: />
1.1 root 93: <Tool
1.1.1.8 root 94: Name="VCXDCMakeTool"
95: />
1.1 root 96: <Tool
1.1.1.8 root 97: Name="VCBscMakeTool"
98: />
1.1 root 99: <Tool
1.1.1.8 root 100: Name="VCFxCopTool"
101: />
1.1 root 102: <Tool
1.1.1.8 root 103: Name="VCAppVerifierTool"
104: />
1.1 root 105: <Tool
1.1.1.8 root 106: Name="VCPostBuildEventTool"
1.1.1.10 root 107: CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\TrueCrypt.exe "..\Debug\Setup Files" >NUL:
"
1.1.1.8 root 108: />
1.1 root 109: </Configuration>
110: <Configuration
111: Name="Release|Win32"
112: OutputDirectory="Release"
113: IntermediateDirectory="Release"
114: ConfigurationType="1"
1.1.1.8 root 115: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
116: CharacterSet="2"
117: >
118: <Tool
119: Name="VCPreBuildEventTool"
120: />
121: <Tool
122: Name="VCCustomBuildTool"
123: />
124: <Tool
125: Name="VCXMLDataGeneratorTool"
126: />
127: <Tool
128: Name="VCWebServiceProxyGeneratorTool"
129: />
130: <Tool
131: Name="VCMIDLTool"
132: AdditionalIncludeDirectories=""
133: TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
134: OutputDirectory=""
135: />
1.1 root 136: <Tool
137: Name="VCCLCompilerTool"
1.1.1.6 root 138: AdditionalOptions="/w34189"
1.1.1.13 root 139: Optimization="2"
1.1.1.14 root 140: AdditionalIncludeDirectories="..\Common;..\Crypto;..\;$(PKCS11_INC)"
1.1.1.8 root 141: PreprocessorDefinitions="TCMOUNT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1 root 142: RuntimeLibrary="0"
1.1.1.8 root 143: BufferSecurityCheck="true"
1.1 root 144: UsePrecompiledHeader="0"
145: AssemblerOutput="2"
146: AssemblerListingLocation="$(IntDir)/"
1.1.1.16 root 147: WarningLevel="4"
1.1 root 148: DebugInformationFormat="0"
1.1.1.16 root 149: DisableSpecificWarnings="4057;4100;4127;4201;4701;4706"
1.1.1.8 root 150: />
151: <Tool
152: Name="VCManagedResourceCompilerTool"
153: />
1.1 root 154: <Tool
1.1.1.8 root 155: Name="VCResourceCompilerTool"
156: />
157: <Tool
158: Name="VCPreLinkEventTool"
159: />
1.1 root 160: <Tool
161: Name="VCLinkerTool"
1.1.1.17! root 162: AdditionalDependencies="comctl32.lib setupapi.lib version.lib ..\Crypto\Release\crypto.lib"
1.1 root 163: OutputFile="$(OutDir)/TrueCrypt.exe"
164: LinkIncremental="1"
1.1.1.13 root 165: GenerateManifest="false"
1.1.1.10 root 166: IgnoreAllDefaultLibraries="false"
1.1.1.8 root 167: GenerateDebugInformation="false"
168: GenerateMapFile="true"
1.1 root 169: SubSystem="2"
170: OptimizeReferences="2"
171: EnableCOMDATFolding="2"
1.1.1.13 root 172: RandomizedBaseAddress="1"
173: DataExecutionPrevention="2"
1.1.1.8 root 174: TargetMachine="1"
175: />
1.1 root 176: <Tool
1.1.1.8 root 177: Name="VCALinkTool"
178: />
1.1 root 179: <Tool
1.1.1.8 root 180: Name="VCManifestTool"
1.1.1.12 root 181: AdditionalManifestFiles="Mount.manifest"
1.1.1.8 root 182: />
1.1 root 183: <Tool
1.1.1.8 root 184: Name="VCXDCMakeTool"
185: />
1.1 root 186: <Tool
1.1.1.8 root 187: Name="VCBscMakeTool"
188: />
1.1 root 189: <Tool
1.1.1.8 root 190: Name="VCFxCopTool"
191: />
1.1 root 192: <Tool
1.1.1.8 root 193: Name="VCAppVerifierTool"
194: />
1.1 root 195: <Tool
1.1.1.8 root 196: Name="VCPostBuildEventTool"
197: CommandLine="copy Release\TrueCrypt.exe "..\Release\Setup Files""
198: />
1.1 root 199: </Configuration>
200: </Configurations>
201: <References>
202: </References>
203: <Files>
204: <Filter
205: Name="Source Files"
206: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.8 root 207: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
208: >
1.1 root 209: <File
1.1.1.17! root 210: RelativePath=".\Favorites.cpp"
! 211: >
! 212: </File>
! 213: <File
1.1.1.8 root 214: RelativePath=".\Hotkeys.c"
215: >
1.1.1.6 root 216: </File>
217: <File
1.1.1.8 root 218: RelativePath=".\MainCom.cpp"
219: >
220: </File>
221: <File
222: RelativePath=".\MainCom.idl"
223: >
224: </File>
225: <File
226: RelativePath=".\Mount.c"
227: >
1.1.1.10 root 228: <FileConfiguration
229: Name="Debug|Win32"
230: >
231: <Tool
232: Name="VCCLCompilerTool"
233: CompileAs="2"
234: />
235: </FileConfiguration>
236: <FileConfiguration
237: Name="Release|Win32"
238: >
239: <Tool
240: Name="VCCLCompilerTool"
241: CompileAs="2"
242: />
243: </FileConfiguration>
1.1 root 244: </File>
245: <Filter
246: Name="Common"
1.1.1.8 root 247: >
248: <File
249: RelativePath="..\Common\BaseCom.cpp"
250: >
251: </File>
1.1 root 252: <File
1.1.1.10 root 253: RelativePath="..\Common\BootEncryption.cpp"
254: >
255: </File>
256: <File
1.1.1.8 root 257: RelativePath="..\Common\Cmdline.c"
258: >
1.1 root 259: </File>
260: <File
1.1.1.8 root 261: RelativePath="..\Common\Combo.c"
262: >
1.1 root 263: </File>
264: <File
1.1.1.8 root 265: RelativePath="..\Common\Crc.c"
266: >
1.1 root 267: </File>
268: <File
1.1.1.8 root 269: RelativePath="..\Common\Crypto.c"
270: >
1.1 root 271: </File>
272: <File
1.1.1.8 root 273: RelativePath="..\Common\Dictionary.c"
274: >
1.1.1.16 root 275: <FileConfiguration
276: Name="Debug|Win32"
277: >
278: <Tool
279: Name="VCCLCompilerTool"
280: CompileAs="2"
281: />
282: </FileConfiguration>
283: <FileConfiguration
284: Name="Release|Win32"
285: >
286: <Tool
287: Name="VCCLCompilerTool"
288: CompileAs="2"
289: />
290: </FileConfiguration>
1.1.1.6 root 291: </File>
292: <File
1.1.1.8 root 293: RelativePath="..\Common\Dlgcode.c"
294: >
1.1.1.11 root 295: <FileConfiguration
296: Name="Debug|Win32"
297: >
298: <Tool
299: Name="VCCLCompilerTool"
300: CompileAs="2"
301: />
302: </FileConfiguration>
303: <FileConfiguration
304: Name="Release|Win32"
305: >
306: <Tool
307: Name="VCCLCompilerTool"
308: CompileAs="2"
309: />
310: </FileConfiguration>
1.1 root 311: </File>
312: <File
1.1.1.13 root 313: RelativePath="..\Common\EncryptionThreadPool.c"
314: >
315: </File>
316: <File
1.1.1.8 root 317: RelativePath="..\Common\Endian.c"
318: >
1.1 root 319: </File>
320: <File
1.1.1.8 root 321: RelativePath="..\Common\GfMul.c"
322: >
1.1.1.7 root 323: </File>
324: <File
1.1.1.8 root 325: RelativePath="..\Common\Keyfiles.c"
326: >
1.1.1.14 root 327: <FileConfiguration
328: Name="Debug|Win32"
329: >
330: <Tool
331: Name="VCCLCompilerTool"
332: CompileAs="2"
333: />
334: </FileConfiguration>
335: <FileConfiguration
336: Name="Release|Win32"
337: >
338: <Tool
339: Name="VCCLCompilerTool"
340: CompileAs="2"
341: />
342: </FileConfiguration>
1.1.1.6 root 343: </File>
344: <File
1.1.1.8 root 345: RelativePath="..\Common\Language.c"
346: >
1.1.1.6 root 347: </File>
348: <File
1.1.1.8 root 349: RelativePath="..\Common\Password.c"
350: >
1.1 root 351: </File>
352: <File
1.1.1.8 root 353: RelativePath="..\Common\Pkcs5.c"
354: >
1.1 root 355: </File>
356: <File
1.1.1.8 root 357: RelativePath="..\Common\Random.c"
358: >
1.1 root 359: </File>
360: <File
1.1.1.8 root 361: RelativePath="..\Common\Registry.c"
362: >
1.1 root 363: </File>
364: <File
1.1.1.14 root 365: RelativePath="..\Common\SecurityToken.cpp"
366: >
367: </File>
368: <File
1.1.1.8 root 369: RelativePath="..\Common\Tests.c"
370: >
1.1.1.6 root 371: </File>
372: <File
1.1.1.8 root 373: RelativePath="..\Common\Volumes.c"
374: >
1.1 root 375: </File>
1.1.1.6 root 376: <File
1.1.1.10 root 377: RelativePath="..\Common\Wipe.h"
378: >
379: </File>
380: <File
1.1.1.8 root 381: RelativePath="..\Common\Xml.c"
382: >
1.1.1.6 root 383: </File>
1.1.1.10 root 384: <File
385: RelativePath="..\Common\Xts.c"
386: >
387: </File>
1.1 root 388: </Filter>
389: </Filter>
390: <Filter
391: Name="Header Files"
392: Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.8 root 393: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
394: >
395: <File
396: RelativePath="..\Common\Apidrvr.h"
397: >
398: </File>
399: <File
400: RelativePath="..\Common\BaseCom.h"
401: >
402: </File>
1.1 root 403: <File
1.1.1.10 root 404: RelativePath="..\Common\BootEncryption.h"
405: >
406: </File>
407: <File
1.1.1.8 root 408: RelativePath="..\Common\Cmdline.h"
409: >
1.1 root 410: </File>
411: <File
1.1.1.8 root 412: RelativePath="..\Common\Combo.h"
413: >
1.1.1.2 root 414: </File>
415: <File
1.1.1.8 root 416: RelativePath="..\Common\Common.h"
417: >
1.1 root 418: </File>
419: <File
1.1.1.8 root 420: RelativePath="..\Common\Crc.h"
421: >
1.1.1.5 root 422: </File>
423: <File
1.1.1.8 root 424: RelativePath="..\Common\Crypto.h"
425: >
1.1.1.6 root 426: </File>
427: <File
1.1.1.8 root 428: RelativePath="..\Common\Dictionary.h"
429: >
1.1 root 430: </File>
431: <File
1.1.1.8 root 432: RelativePath="..\Common\Dlgcode.h"
433: >
1.1.1.6 root 434: </File>
435: <File
1.1.1.13 root 436: RelativePath="..\Common\EncryptionThreadPool.h"
437: >
438: </File>
439: <File
1.1.1.14 root 440: RelativePath="..\Common\Exception.h"
441: >
442: </File>
443: <File
1.1.1.17! root 444: RelativePath=".\Favorites.h"
! 445: >
! 446: </File>
! 447: <File
1.1.1.8 root 448: RelativePath="..\Common\GfMul.h"
449: >
1.1 root 450: </File>
451: <File
1.1.1.8 root 452: RelativePath=".\Hotkeys.h"
453: >
1.1.1.7 root 454: </File>
455: <File
1.1.1.8 root 456: RelativePath="..\Common\Keyfiles.h"
457: >
1.1.1.6 root 458: </File>
459: <File
1.1.1.8 root 460: RelativePath="..\Common\Language.h"
461: >
1.1.1.6 root 462: </File>
463: <File
1.1.1.8 root 464: RelativePath=".\MainCom.h"
465: >
1.1.1.6 root 466: </File>
467: <File
1.1.1.8 root 468: RelativePath=".\Mount.h"
469: >
1.1 root 470: </File>
471: <File
1.1.1.8 root 472: RelativePath="..\Common\Password.h"
473: >
1.1 root 474: </File>
475: <File
1.1.1.8 root 476: RelativePath="..\Common\Pkcs5.h"
477: >
1.1.1.6 root 478: </File>
479: <File
1.1.1.8 root 480: RelativePath="..\Common\Random.h"
481: >
1.1.1.6 root 482: </File>
483: <File
1.1.1.8 root 484: RelativePath="..\Common\Registry.h"
485: >
1.1 root 486: </File>
487: <File
1.1.1.17! root 488: RelativePath="..\Common\Resource.h"
1.1.1.14 root 489: >
490: </File>
491: <File
1.1.1.17! root 492: RelativePath=".\resource.h"
1.1.1.8 root 493: >
1.1 root 494: </File>
495: <File
1.1.1.14 root 496: RelativePath="..\Common\SecurityToken.h"
1.1.1.8 root 497: >
1.1 root 498: </File>
499: <File
1.1.1.8 root 500: RelativePath="..\Common\Tcdefs.h"
501: >
1.1 root 502: </File>
503: <File
1.1.1.8 root 504: RelativePath="..\Common\Tests.h"
505: >
1.1.1.6 root 506: </File>
507: <File
1.1.1.8 root 508: RelativePath="..\Common\Volumes.h"
509: >
1.1 root 510: </File>
1.1.1.6 root 511: <File
1.1.1.8 root 512: RelativePath="..\Common\Xml.h"
513: >
1.1.1.6 root 514: </File>
1.1.1.10 root 515: <File
516: RelativePath="..\Common\Xts.h"
517: >
518: </File>
1.1 root 519: </Filter>
520: <Filter
521: Name="Resource Files"
522: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.8 root 523: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
524: >
1.1 root 525: <File
1.1.1.9 root 526: RelativePath=".\Drive_icon_96dpi.bmp"
1.1.1.8 root 527: >
1.1 root 528: </File>
529: <File
1.1.1.9 root 530: RelativePath=".\Drive_icon_mask_96dpi.bmp"
1.1.1.8 root 531: >
1.1 root 532: </File>
533: <File
1.1.1.9 root 534: RelativePath=".\Logo_288dpi.bmp"
535: >
536: </File>
537: <File
538: RelativePath=".\Logo_96dpi.bmp"
1.1.1.8 root 539: >
1.1 root 540: </File>
541: <File
1.1.1.8 root 542: RelativePath=".\Mount.rc"
543: >
1.1 root 544: </File>
1.1.1.10 root 545: <File
1.1.1.14 root 546: RelativePath=".\Mount.tlb"
547: >
548: </File>
549: <File
1.1.1.10 root 550: RelativePath=".\System_drive_icon_96dpi.bmp"
551: >
552: </File>
553: <File
554: RelativePath=".\System_drive_icon_mask_96dpi.bmp"
555: >
556: </File>
557: <File
558: RelativePath="..\Common\TrueCrypt_volume.ico"
559: >
560: </File>
1.1 root 561: <Filter
562: Name="Common"
1.1.1.8 root 563: >
1.1 root 564: <File
1.1.1.17! root 565: RelativePath="..\Boot\Windows\Rescue_Twofish\BootLoader.com.gz"
1.1.1.14 root 566: >
567: </File>
568: <File
1.1.1.17! root 569: RelativePath="..\Boot\Windows\Release_Serpent\BootLoader.com.gz"
1.1.1.14 root 570: >
571: </File>
572: <File
1.1.1.17! root 573: RelativePath="..\Boot\Windows\Release_AES\BootLoader.com.gz"
1.1.1.14 root 574: >
575: </File>
576: <File
1.1.1.17! root 577: RelativePath="..\Boot\Windows\Release\BootLoader.com.gz"
1.1.1.14 root 578: >
579: </File>
580: <File
1.1.1.17! root 581: RelativePath="..\Boot\Windows\Release_Twofish\BootLoader.com.gz"
1.1.1.14 root 582: >
583: </File>
584: <File
1.1.1.17! root 585: RelativePath="..\Boot\Windows\Rescue_Serpent\BootLoader.com.gz"
1.1.1.14 root 586: >
587: </File>
588: <File
1.1.1.17! root 589: RelativePath="..\Boot\Windows\Rescue_AES\BootLoader.com.gz"
1.1.1.15 root 590: >
591: </File>
592: <File
1.1.1.17! root 593: RelativePath="..\Boot\Windows\Rescue\BootLoader.com.gz"
1.1.1.15 root 594: >
595: </File>
596: <File
1.1.1.14 root 597: RelativePath="..\Boot\Windows\Rescue\BootSector.bin"
598: >
599: </File>
600: <File
601: RelativePath="..\Boot\Windows\Release_Twofish\BootSector.bin"
602: >
603: </File>
604: <File
605: RelativePath="..\Boot\Windows\Release_Serpent\BootSector.bin"
606: >
607: </File>
608: <File
609: RelativePath="..\Boot\Windows\Rescue_Serpent\BootSector.bin"
610: >
611: </File>
612: <File
613: RelativePath="..\Boot\Windows\Rescue_AES\BootSector.bin"
614: >
615: </File>
616: <File
617: RelativePath="..\Boot\Windows\Release\BootSector.bin"
618: >
619: </File>
620: <File
621: RelativePath="..\Boot\Windows\Rescue_Twofish\BootSector.bin"
622: >
623: </File>
624: <File
625: RelativePath="..\Boot\Windows\Release_AES\BootSector.bin"
626: >
627: </File>
628: <File
1.1.1.8 root 629: RelativePath="..\Common\Common.rc"
630: >
1.1 root 631: <FileConfiguration
632: Name="Debug|Win32"
1.1.1.8 root 633: ExcludedFromBuild="true"
634: >
1.1 root 635: <Tool
1.1.1.8 root 636: Name="VCResourceCompilerTool"
637: />
1.1 root 638: </FileConfiguration>
639: <FileConfiguration
640: Name="Release|Win32"
1.1.1.8 root 641: ExcludedFromBuild="true"
642: >
1.1 root 643: <Tool
1.1.1.8 root 644: Name="VCResourceCompilerTool"
645: />
1.1 root 646: </FileConfiguration>
647: </File>
1.1.1.6 root 648: <File
1.1.1.14 root 649: RelativePath="..\Boot\Windows\Release\Decompressor.com"
650: >
651: </File>
652: <File
1.1.1.8 root 653: RelativePath="..\Common\Language.xml"
654: >
1.1.1.6 root 655: </File>
656: <File
1.1.1.14 root 657: RelativePath="..\Resources\Texts\License.rtf"
1.1.1.8 root 658: >
1.1.1.6 root 659: </File>
660: <File
1.1.1.9 root 661: RelativePath="..\Common\Textual_logo_288dpi.bmp"
662: >
663: </File>
664: <File
665: RelativePath="..\Common\Textual_logo_96dpi.bmp"
666: >
667: </File>
668: <File
669: RelativePath="..\Common\Textual_logo_background.bmp"
670: >
671: </File>
672: <File
1.1.1.8 root 673: RelativePath="..\Common\TrueCrypt.ico"
674: >
1.1.1.6 root 675: </File>
1.1 root 676: </Filter>
677: </Filter>
678: </Files>
679: <Globals>
680: </Globals>
681: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.