|
|
1.1 ! root 1: <?xml version="1.0" encoding="Windows-1252"?> ! 2: <VisualStudioProject ! 3: ProjectType="Visual C++" ! 4: Version="7.10" ! 5: Name="Mount" ! 6: ProjectGUID="{E4C40F94-E7F9-4981-86E4-186B46F993F3}" ! 7: RootNamespace="Mount" ! 8: Keyword="Win32Proj"> ! 9: <Platforms> ! 10: <Platform ! 11: Name="Win32"/> ! 12: </Platforms> ! 13: <Configurations> ! 14: <Configuration ! 15: Name="Debug|Win32" ! 16: OutputDirectory="Debug" ! 17: IntermediateDirectory="Debug" ! 18: ConfigurationType="1" ! 19: CharacterSet="2"> ! 20: <Tool ! 21: Name="VCCLCompilerTool" ! 22: Optimization="0" ! 23: AdditionalIncludeDirectories="..\Common;..\Crypto" ! 24: PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS" ! 25: MinimalRebuild="TRUE" ! 26: ExceptionHandling="TRUE" ! 27: BasicRuntimeChecks="3" ! 28: RuntimeLibrary="1" ! 29: BufferSecurityCheck="TRUE" ! 30: EnableFunctionLevelLinking="FALSE" ! 31: UsePrecompiledHeader="0" ! 32: BrowseInformation="0" ! 33: BrowseInformationFile="" ! 34: WarningLevel="2" ! 35: Detect64BitPortabilityProblems="TRUE" ! 36: DebugInformationFormat="4" ! 37: DisableSpecificWarnings="4311;4312"/> ! 38: <Tool ! 39: Name="VCCustomBuildTool"/> ! 40: <Tool ! 41: Name="VCLinkerTool" ! 42: AdditionalDependencies="libcmtd.lib comctl32.lib ..\Crypto\Debug\crypto.lib" ! 43: OutputFile="$(OutDir)/TrueCrypt.exe" ! 44: LinkIncremental="2" ! 45: IgnoreAllDefaultLibraries="TRUE" ! 46: GenerateDebugInformation="TRUE" ! 47: ProgramDatabaseFile="$(OutDir)/Mount.pdb" ! 48: SubSystem="2" ! 49: TargetMachine="1"/> ! 50: <Tool ! 51: Name="VCMIDLTool"/> ! 52: <Tool ! 53: Name="VCPostBuildEventTool"/> ! 54: <Tool ! 55: Name="VCPreBuildEventTool"/> ! 56: <Tool ! 57: Name="VCPreLinkEventTool"/> ! 58: <Tool ! 59: Name="VCResourceCompilerTool"/> ! 60: <Tool ! 61: Name="VCWebServiceProxyGeneratorTool"/> ! 62: <Tool ! 63: Name="VCXMLDataGeneratorTool"/> ! 64: <Tool ! 65: Name="VCWebDeploymentTool"/> ! 66: <Tool ! 67: Name="VCManagedWrapperGeneratorTool"/> ! 68: <Tool ! 69: Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! 70: </Configuration> ! 71: <Configuration ! 72: Name="Release|Win32" ! 73: OutputDirectory="Release" ! 74: IntermediateDirectory="Release" ! 75: ConfigurationType="1" ! 76: CharacterSet="2"> ! 77: <Tool ! 78: Name="VCCLCompilerTool" ! 79: OmitFramePointers="FALSE" ! 80: AdditionalIncludeDirectories="..\Common;..\Crypto" ! 81: PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS" ! 82: RuntimeLibrary="0" ! 83: BufferSecurityCheck="FALSE" ! 84: UsePrecompiledHeader="0" ! 85: AssemblerOutput="2" ! 86: AssemblerListingLocation="$(IntDir)/" ! 87: WarningLevel="2" ! 88: Detect64BitPortabilityProblems="TRUE" ! 89: DebugInformationFormat="0" ! 90: DisableSpecificWarnings="4311;4312"/> ! 91: <Tool ! 92: Name="VCCustomBuildTool"/> ! 93: <Tool ! 94: Name="VCLinkerTool" ! 95: AdditionalDependencies="LIBCMT.LIB comctl32.lib ..\Crypto\Release\crypto.lib" ! 96: OutputFile="$(OutDir)/TrueCrypt.exe" ! 97: LinkIncremental="1" ! 98: IgnoreAllDefaultLibraries="TRUE" ! 99: GenerateDebugInformation="FALSE" ! 100: SubSystem="2" ! 101: OptimizeReferences="2" ! 102: EnableCOMDATFolding="2" ! 103: TargetMachine="1"/> ! 104: <Tool ! 105: Name="VCMIDLTool"/> ! 106: <Tool ! 107: Name="VCPostBuildEventTool" ! 108: CommandLine="copy Release\TrueCrypt.exe "..\Release\Setup Files""/> ! 109: <Tool ! 110: Name="VCPreBuildEventTool"/> ! 111: <Tool ! 112: Name="VCPreLinkEventTool"/> ! 113: <Tool ! 114: Name="VCResourceCompilerTool"/> ! 115: <Tool ! 116: Name="VCWebServiceProxyGeneratorTool"/> ! 117: <Tool ! 118: Name="VCXMLDataGeneratorTool"/> ! 119: <Tool ! 120: Name="VCWebDeploymentTool"/> ! 121: <Tool ! 122: Name="VCManagedWrapperGeneratorTool"/> ! 123: <Tool ! 124: Name="VCAuxiliaryManagedWrapperGeneratorTool"/> ! 125: </Configuration> ! 126: </Configurations> ! 127: <References> ! 128: </References> ! 129: <Files> ! 130: <Filter ! 131: Name="Source Files" ! 132: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" ! 133: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"> ! 134: <File ! 135: RelativePath=".\Mount.c"> ! 136: </File> ! 137: <Filter ! 138: Name="Common" ! 139: Filter=""> ! 140: <File ! 141: RelativePath="..\Common\Cmdline.c"> ! 142: </File> ! 143: <File ! 144: RelativePath="..\Common\Combo.c"> ! 145: </File> ! 146: <File ! 147: RelativePath="..\Common\Crc.c"> ! 148: </File> ! 149: <File ! 150: RelativePath="..\Common\Crypto.c"> ! 151: </File> ! 152: <File ! 153: RelativePath="..\Common\Dismount.c"> ! 154: </File> ! 155: <File ! 156: RelativePath="..\Common\Dlgcode.c"> ! 157: </File> ! 158: <File ! 159: RelativePath="..\Common\Endian.c"> ! 160: </File> ! 161: <File ! 162: RelativePath="..\Common\Password.c"> ! 163: </File> ! 164: <File ! 165: RelativePath="..\Common\Pkcs5.c"> ! 166: </File> ! 167: <File ! 168: RelativePath="..\Common\Random.c"> ! 169: </File> ! 170: <File ! 171: RelativePath="..\Common\Registry.c"> ! 172: </File> ! 173: <File ! 174: RelativePath="..\Common\Volumes.c"> ! 175: </File> ! 176: </Filter> ! 177: </Filter> ! 178: <Filter ! 179: Name="Header Files" ! 180: Filter="h;hpp;hxx;hm;inl;inc;xsd" ! 181: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"> ! 182: <File ! 183: RelativePath="..\Common\Apidrvr.h"> ! 184: </File> ! 185: <File ! 186: RelativePath="..\Common\Combo.h"> ! 187: </File> ! 188: <File ! 189: RelativePath="..\Common\Crypto.h"> ! 190: </File> ! 191: <File ! 192: RelativePath="..\Common\Dlgcode.h"> ! 193: </File> ! 194: <File ! 195: RelativePath=".\Mount.h"> ! 196: </File> ! 197: <File ! 198: RelativePath="..\Common\Password.h"> ! 199: </File> ! 200: <File ! 201: RelativePath="..\Common\Registry.h"> ! 202: </File> ! 203: <File ! 204: RelativePath="..\Common\resource.h"> ! 205: </File> ! 206: <File ! 207: RelativePath=".\resource.h"> ! 208: </File> ! 209: <File ! 210: RelativePath="..\Common\Tcdefs.h"> ! 211: </File> ! 212: <File ! 213: RelativePath="..\Common\Volumes.h"> ! 214: </File> ! 215: </Filter> ! 216: <Filter ! 217: Name="Resource Files" ! 218: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" ! 219: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"> ! 220: <File ! 221: RelativePath="..\Common\about.bmp"> ! 222: </File> ! 223: <File ! 224: RelativePath=".\driveicon.bmp"> ! 225: </File> ! 226: <File ! 227: RelativePath=".\driveicon_mask.bmp"> ! 228: </File> ! 229: <File ! 230: RelativePath="..\Common\logo.bmp"> ! 231: </File> ! 232: <File ! 233: RelativePath=".\Mount.rc"> ! 234: </File> ! 235: <File ! 236: RelativePath="..\Common\TrueCrypt.ico"> ! 237: </File> ! 238: <File ! 239: RelativePath="..\Common\TrueCrypt_Volume.ico"> ! 240: </File> ! 241: <Filter ! 242: Name="Common" ! 243: Filter=""> ! 244: <File ! 245: RelativePath="..\Common\Common.rc"> ! 246: <FileConfiguration ! 247: Name="Debug|Win32" ! 248: ExcludedFromBuild="TRUE"> ! 249: <Tool ! 250: Name="VCResourceCompilerTool"/> ! 251: </FileConfiguration> ! 252: <FileConfiguration ! 253: Name="Release|Win32" ! 254: ExcludedFromBuild="TRUE"> ! 255: <Tool ! 256: Name="VCResourceCompilerTool"/> ! 257: </FileConfiguration> ! 258: </File> ! 259: </Filter> ! 260: </Filter> ! 261: </Files> ! 262: <Globals> ! 263: </Globals> ! 264: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.