|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
1.1.1.7 ! root 4: Version="8.00"
1.1 root 5: Name="Setup"
6: ProjectGUID="{DF5F654D-BD44-4E31-B92E-B68074DC37A8}"
1.1.1.7 ! root 7: RootNamespace="Setup"
! 8: Keyword="Win32Proj"
! 9: >
1.1 root 10: <Platforms>
11: <Platform
1.1.1.7 ! root 12: Name="Win32"
! 13: />
1.1 root 14: </Platforms>
1.1.1.7 ! root 15: <ToolFiles>
! 16: </ToolFiles>
1.1 root 17: <Configurations>
18: <Configuration
19: Name="Debug|Win32"
20: OutputDirectory="Debug"
21: IntermediateDirectory="Debug"
22: ConfigurationType="1"
1.1.1.7 ! root 23: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
! 24: CharacterSet="2"
! 25: >
! 26: <Tool
! 27: Name="VCPreBuildEventTool"
! 28: />
! 29: <Tool
! 30: Name="VCCustomBuildTool"
! 31: />
! 32: <Tool
! 33: Name="VCXMLDataGeneratorTool"
! 34: />
! 35: <Tool
! 36: Name="VCWebServiceProxyGeneratorTool"
! 37: />
! 38: <Tool
! 39: Name="VCMIDLTool"
! 40: />
1.1 root 41: <Tool
42: Name="VCCLCompilerTool"
43: Optimization="0"
1.1.1.7 ! root 44: AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
! 45: PreprocessorDefinitions="SETUP;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
! 46: MinimalRebuild="true"
1.1 root 47: BasicRuntimeChecks="3"
48: RuntimeLibrary="1"
1.1.1.7 ! root 49: BufferSecurityCheck="true"
1.1 root 50: UsePrecompiledHeader="0"
1.1.1.6 root 51: WarningLevel="3"
1.1.1.7 ! root 52: Detect64BitPortabilityProblems="false"
1.1 root 53: DebugInformationFormat="4"
1.1.1.7 ! root 54: DisableSpecificWarnings="4311"
! 55: />
1.1 root 56: <Tool
1.1.1.7 ! root 57: Name="VCManagedResourceCompilerTool"
! 58: />
! 59: <Tool
! 60: Name="VCResourceCompilerTool"
! 61: />
! 62: <Tool
! 63: Name="VCPreLinkEventTool"
! 64: />
1.1 root 65: <Tool
66: Name="VCLinkerTool"
67: AdditionalOptions="/NODEFAULTLIB:LIBCMTD"
68: AdditionalDependencies="msvcrtd.lib"
69: OutputFile="$(OutDir)/TrueCryptSetup.exe"
70: LinkIncremental="2"
1.1.1.7 ! root 71: GenerateDebugInformation="true"
1.1 root 72: ProgramDatabaseFile="$(OutDir)/Setup.pdb"
73: SubSystem="2"
1.1.1.6 root 74: OptimizeForWindows98="1"
1.1.1.7 ! root 75: TargetMachine="1"
! 76: />
1.1 root 77: <Tool
1.1.1.7 ! root 78: Name="VCALinkTool"
! 79: />
1.1 root 80: <Tool
1.1.1.7 ! root 81: Name="VCManifestTool"
! 82: AdditionalManifestFiles="Setup.manifest"
! 83: />
1.1 root 84: <Tool
1.1.1.7 ! root 85: Name="VCXDCMakeTool"
! 86: />
1.1 root 87: <Tool
1.1.1.7 ! root 88: Name="VCBscMakeTool"
! 89: />
1.1 root 90: <Tool
1.1.1.7 ! root 91: Name="VCFxCopTool"
! 92: />
1.1 root 93: <Tool
1.1.1.7 ! root 94: Name="VCAppVerifierTool"
! 95: />
1.1 root 96: <Tool
1.1.1.7 ! root 97: Name="VCWebDeploymentTool"
! 98: />
1.1 root 99: <Tool
1.1.1.7 ! root 100: Name="VCPostBuildEventTool"
! 101: />
1.1 root 102: </Configuration>
103: <Configuration
104: Name="Release|Win32"
105: OutputDirectory="Release"
106: IntermediateDirectory="Release"
107: ConfigurationType="1"
1.1.1.7 ! root 108: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
! 109: CharacterSet="2"
! 110: >
! 111: <Tool
! 112: Name="VCPreBuildEventTool"
! 113: />
! 114: <Tool
! 115: Name="VCCustomBuildTool"
! 116: />
! 117: <Tool
! 118: Name="VCXMLDataGeneratorTool"
! 119: />
! 120: <Tool
! 121: Name="VCWebServiceProxyGeneratorTool"
! 122: />
! 123: <Tool
! 124: Name="VCMIDLTool"
! 125: />
1.1 root 126: <Tool
127: Name="VCCLCompilerTool"
1.1.1.6 root 128: AdditionalOptions="/w34189"
1.1.1.7 ! root 129: AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
! 130: PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1 root 131: RuntimeLibrary="0"
1.1.1.7 ! root 132: BufferSecurityCheck="true"
1.1 root 133: UsePrecompiledHeader="0"
134: AssemblerOutput="2"
135: AssemblerListingLocation="$(IntDir)/"
1.1.1.6 root 136: WarningLevel="3"
1.1.1.7 ! root 137: Detect64BitPortabilityProblems="false"
1.1 root 138: DebugInformationFormat="0"
1.1.1.7 ! root 139: DisableSpecificWarnings="4311"
! 140: />
! 141: <Tool
! 142: Name="VCManagedResourceCompilerTool"
! 143: />
1.1 root 144: <Tool
1.1.1.7 ! root 145: Name="VCResourceCompilerTool"
! 146: />
! 147: <Tool
! 148: Name="VCPreLinkEventTool"
! 149: />
1.1 root 150: <Tool
151: Name="VCLinkerTool"
152: AdditionalOptions="/IGNORE:4089"
1.1.1.7 ! root 153: AdditionalDependencies="LIBCMT.LIB atls.lib"
1.1 root 154: OutputFile="$(OutDir)/TrueCryptSetup.exe"
155: LinkIncremental="1"
1.1.1.7 ! root 156: IgnoreAllDefaultLibraries="true"
! 157: GenerateDebugInformation="false"
! 158: GenerateMapFile="true"
1.1 root 159: SubSystem="2"
160: OptimizeReferences="2"
161: EnableCOMDATFolding="2"
1.1.1.6 root 162: OptimizeForWindows98="1"
1.1.1.7 ! root 163: TargetMachine="1"
! 164: />
1.1 root 165: <Tool
1.1.1.7 ! root 166: Name="VCALinkTool"
! 167: />
1.1 root 168: <Tool
1.1.1.7 ! root 169: Name="VCManifestTool"
! 170: AdditionalManifestFiles="Setup.manifest"
! 171: />
1.1 root 172: <Tool
1.1.1.7 ! root 173: Name="VCXDCMakeTool"
! 174: />
1.1 root 175: <Tool
1.1.1.7 ! root 176: Name="VCBscMakeTool"
! 177: />
1.1 root 178: <Tool
1.1.1.7 ! root 179: Name="VCFxCopTool"
! 180: />
1.1 root 181: <Tool
1.1.1.7 ! root 182: Name="VCAppVerifierTool"
! 183: />
1.1 root 184: <Tool
1.1.1.7 ! root 185: Name="VCWebDeploymentTool"
! 186: />
1.1 root 187: <Tool
1.1.1.7 ! root 188: Name="VCPostBuildEventTool"
! 189: CommandLine="copy Release\TrueCryptSetup.exe "..\Release\TrueCrypt Setup.exe""
! 190: />
1.1 root 191: </Configuration>
192: </Configurations>
193: <References>
194: </References>
195: <Files>
196: <Filter
197: Name="Source Files"
198: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7 ! root 199: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
! 200: >
! 201: <File
! 202: RelativePath=".\ComSetup.cpp"
! 203: >
! 204: </File>
1.1 root 205: <File
1.1.1.7 ! root 206: RelativePath=".\ComSetup.rgs"
! 207: >
1.1 root 208: </File>
209: <File
1.1.1.7 ! root 210: RelativePath=".\Dir.c"
! 211: >
! 212: </File>
! 213: <File
! 214: RelativePath=".\Setup.c"
! 215: >
1.1 root 216: </File>
217: <Filter
218: Name="Common"
1.1.1.7 ! root 219: >
1.1 root 220: <File
1.1.1.7 ! root 221: RelativePath="..\Common\Dictionary.c"
! 222: >
1.1.1.6 root 223: </File>
224: <File
1.1.1.7 ! root 225: RelativePath="..\Common\Dlgcode.c"
! 226: >
1.1 root 227: </File>
1.1.1.6 root 228: <File
1.1.1.7 ! root 229: RelativePath="..\Common\Language.c"
! 230: >
1.1.1.6 root 231: </File>
232: <File
1.1.1.7 ! root 233: RelativePath="..\Common\Registry.c"
! 234: >
1.1.1.6 root 235: </File>
236: <File
1.1.1.7 ! root 237: RelativePath="..\Common\Xml.c"
! 238: >
1.1.1.6 root 239: </File>
1.1 root 240: </Filter>
241: </Filter>
242: <Filter
243: Name="Header Files"
244: Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7 ! root 245: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
! 246: >
! 247: <File
! 248: RelativePath="..\Common\Apidrvr.h"
! 249: >
! 250: </File>
! 251: <File
! 252: RelativePath="..\Common\Combo.h"
! 253: >
! 254: </File>
! 255: <File
! 256: RelativePath=".\ComSetup.h"
! 257: >
! 258: </File>
! 259: <File
! 260: RelativePath=".\Dir.h"
! 261: >
! 262: </File>
! 263: <File
! 264: RelativePath="..\Common\Dlgcode.h"
! 265: >
! 266: </File>
1.1 root 267: <File
1.1.1.7 ! root 268: RelativePath="..\Common\Language.h"
! 269: >
1.1 root 270: </File>
271: <File
1.1.1.7 ! root 272: RelativePath="..\Common\Registry.h"
! 273: >
1.1 root 274: </File>
275: <File
1.1.1.7 ! root 276: RelativePath=".\Resource.h"
! 277: >
1.1.1.6 root 278: </File>
279: <File
1.1.1.7 ! root 280: RelativePath="..\Common\Resource.h"
! 281: >
1.1 root 282: </File>
283: <File
1.1.1.7 ! root 284: RelativePath=".\Setup.h"
! 285: >
1.1.1.6 root 286: </File>
287: <File
1.1.1.7 ! root 288: RelativePath="..\Common\Tcdefs.h"
! 289: >
1.1 root 290: </File>
291: </Filter>
292: <Filter
293: Name="Resource Files"
294: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7 ! root 295: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
! 296: >
1.1 root 297: <File
1.1.1.7 ! root 298: RelativePath=".\setup.ico"
! 299: >
1.1 root 300: </File>
301: <File
1.1.1.7 ! root 302: RelativePath=".\Setup.rc"
! 303: >
1.1 root 304: </File>
1.1.1.6 root 305: <Filter
306: Name="Common"
1.1.1.7 ! root 307: >
1.1.1.6 root 308: <File
1.1.1.7 ! root 309: RelativePath="..\Common\about.bmp"
! 310: >
1.1.1.6 root 311: </File>
312: <File
1.1.1.7 ! root 313: RelativePath="..\Common\Common.rc"
! 314: >
1.1.1.6 root 315: <FileConfiguration
316: Name="Debug|Win32"
1.1.1.7 ! root 317: ExcludedFromBuild="true"
! 318: >
1.1.1.6 root 319: <Tool
1.1.1.7 ! root 320: Name="VCResourceCompilerTool"
! 321: />
1.1.1.6 root 322: </FileConfiguration>
323: <FileConfiguration
324: Name="Release|Win32"
1.1.1.7 ! root 325: ExcludedFromBuild="true"
! 326: >
1.1.1.6 root 327: <Tool
1.1.1.7 ! root 328: Name="VCResourceCompilerTool"
! 329: />
1.1.1.6 root 330: </FileConfiguration>
331: </File>
332: <File
1.1.1.7 ! root 333: RelativePath="..\Common\Language.xml"
! 334: >
1.1.1.6 root 335: </File>
336: <File
1.1.1.7 ! root 337: RelativePath="..\Release\Setup Files\License.txt"
! 338: >
1.1.1.6 root 339: </File>
340: <File
1.1.1.7 ! root 341: RelativePath="..\Common\TrueCrypt.ico"
! 342: >
1.1.1.6 root 343: </File>
344: <File
1.1.1.7 ! root 345: RelativePath="..\Common\TrueCrypt_Volume.ico"
! 346: >
1.1.1.6 root 347: </File>
348: </Filter>
1.1 root 349: </Filter>
350: </Files>
351: <Globals>
352: </Globals>
353: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.