|
|
1.1 root 1: <?xml version="1.0" encoding="Windows-1252"?>
2: <VisualStudioProject
3: ProjectType="Visual C++"
1.1.1.11 root 4: Version="9.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"
1.1.1.11 root 9: TargetFrameworkVersion="131072"
1.1.1.7 root 10: >
1.1 root 11: <Platforms>
12: <Platform
1.1.1.7 root 13: Name="Win32"
14: />
1.1 root 15: </Platforms>
1.1.1.7 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.7 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: />
1.1 root 42: <Tool
43: Name="VCCLCompilerTool"
44: Optimization="0"
1.1.1.12! root 45: AdditionalIncludeDirectories="..\Common;..\Crypto;..\;$(PKCS11_INC)"
1.1.1.11 root 46: PreprocessorDefinitions="SETUP;WIN32;DEBUG;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1.1.7 root 47: MinimalRebuild="true"
1.1 root 48: BasicRuntimeChecks="3"
49: RuntimeLibrary="1"
1.1.1.7 root 50: BufferSecurityCheck="true"
1.1 root 51: UsePrecompiledHeader="0"
1.1.1.6 root 52: WarningLevel="3"
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"
1.1.1.12! root 68: AdditionalDependencies="libcmtd.lib comctl32.lib setupapi.lib"
1.1 root 69: OutputFile="$(OutDir)/TrueCryptSetup.exe"
70: LinkIncremental="2"
1.1.1.11 root 71: GenerateManifest="false"
72: UACExecutionLevel="2"
1.1.1.7 root 73: GenerateDebugInformation="true"
1.1 root 74: ProgramDatabaseFile="$(OutDir)/Setup.pdb"
75: SubSystem="2"
1.1.1.11 root 76: RandomizedBaseAddress="1"
77: DataExecutionPrevention="2"
1.1.1.7 root 78: TargetMachine="1"
79: />
1.1 root 80: <Tool
1.1.1.7 root 81: Name="VCALinkTool"
82: />
1.1 root 83: <Tool
1.1.1.7 root 84: Name="VCManifestTool"
85: AdditionalManifestFiles="Setup.manifest"
1.1.1.12! root 86: EmbedManifest="true"
1.1.1.7 root 87: />
1.1 root 88: <Tool
1.1.1.7 root 89: Name="VCXDCMakeTool"
90: />
1.1 root 91: <Tool
1.1.1.7 root 92: Name="VCBscMakeTool"
93: />
1.1 root 94: <Tool
1.1.1.7 root 95: Name="VCFxCopTool"
96: />
1.1 root 97: <Tool
1.1.1.7 root 98: Name="VCAppVerifierTool"
99: />
1.1 root 100: <Tool
1.1.1.7 root 101: Name="VCPostBuildEventTool"
1.1.1.11 root 102: CommandLine="md "..\Debug\Setup Files" 2>NUL:
copy Debug\TrueCryptSetup.exe "..\Debug\Setup Files\TrueCrypt Setup.exe" >NUL:
"
1.1.1.7 root 103: />
1.1 root 104: </Configuration>
105: <Configuration
106: Name="Release|Win32"
107: OutputDirectory="Release"
108: IntermediateDirectory="Release"
109: ConfigurationType="1"
1.1.1.7 root 110: InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
111: CharacterSet="2"
112: >
113: <Tool
114: Name="VCPreBuildEventTool"
115: />
116: <Tool
117: Name="VCCustomBuildTool"
118: />
119: <Tool
120: Name="VCXMLDataGeneratorTool"
121: />
122: <Tool
123: Name="VCWebServiceProxyGeneratorTool"
124: />
125: <Tool
126: Name="VCMIDLTool"
127: />
1.1 root 128: <Tool
129: Name="VCCLCompilerTool"
1.1.1.6 root 130: AdditionalOptions="/w34189"
1.1.1.11 root 131: Optimization="2"
1.1.1.12! root 132: AdditionalIncludeDirectories="..\Common;..\Crypto;..\;$(PKCS11_INC)"
1.1.1.7 root 133: PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1 root 134: RuntimeLibrary="0"
1.1.1.7 root 135: BufferSecurityCheck="true"
1.1 root 136: UsePrecompiledHeader="0"
137: AssemblerOutput="2"
138: AssemblerListingLocation="$(IntDir)/"
1.1.1.6 root 139: WarningLevel="3"
1.1 root 140: DebugInformationFormat="0"
1.1.1.7 root 141: DisableSpecificWarnings="4311"
142: />
143: <Tool
144: Name="VCManagedResourceCompilerTool"
145: />
1.1 root 146: <Tool
1.1.1.7 root 147: Name="VCResourceCompilerTool"
148: />
149: <Tool
150: Name="VCPreLinkEventTool"
151: />
1.1 root 152: <Tool
153: Name="VCLinkerTool"
154: AdditionalOptions="/IGNORE:4089"
1.1.1.12! root 155: AdditionalDependencies="comctl32.lib setupapi.lib"
1.1 root 156: OutputFile="$(OutDir)/TrueCryptSetup.exe"
157: LinkIncremental="1"
1.1.1.11 root 158: GenerateManifest="false"
159: UACExecutionLevel="2"
1.1.1.7 root 160: GenerateDebugInformation="false"
161: GenerateMapFile="true"
1.1 root 162: SubSystem="2"
163: OptimizeReferences="2"
164: EnableCOMDATFolding="2"
1.1.1.11 root 165: RandomizedBaseAddress="1"
166: DataExecutionPrevention="2"
1.1.1.7 root 167: TargetMachine="1"
168: />
1.1 root 169: <Tool
1.1.1.7 root 170: Name="VCALinkTool"
171: />
1.1 root 172: <Tool
1.1.1.7 root 173: Name="VCManifestTool"
174: AdditionalManifestFiles="Setup.manifest"
175: />
1.1 root 176: <Tool
1.1.1.7 root 177: Name="VCXDCMakeTool"
178: />
1.1 root 179: <Tool
1.1.1.7 root 180: Name="VCBscMakeTool"
181: />
1.1 root 182: <Tool
1.1.1.7 root 183: Name="VCFxCopTool"
184: />
1.1 root 185: <Tool
1.1.1.7 root 186: Name="VCAppVerifierTool"
187: />
1.1 root 188: <Tool
1.1.1.7 root 189: Name="VCPostBuildEventTool"
1.1.1.9 root 190: CommandLine="copy Release\TrueCryptSetup.exe "..\Release\Setup Files\TrueCrypt Setup.exe""
1.1.1.7 root 191: />
1.1 root 192: </Configuration>
193: </Configurations>
194: <References>
195: </References>
196: <Files>
197: <Filter
198: Name="Source Files"
199: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7 root 200: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
201: >
202: <File
203: RelativePath=".\ComSetup.cpp"
204: >
205: </File>
1.1 root 206: <File
1.1.1.7 root 207: RelativePath=".\ComSetup.rgs"
208: >
1.1 root 209: </File>
210: <File
1.1.1.7 root 211: RelativePath=".\Dir.c"
212: >
213: </File>
214: <File
1.1.1.9 root 215: RelativePath=".\SelfExtract.c"
216: >
217: </File>
218: <File
1.1.1.7 root 219: RelativePath=".\Setup.c"
220: >
1.1.1.9 root 221: <FileConfiguration
222: Name="Debug|Win32"
223: >
224: <Tool
225: Name="VCCLCompilerTool"
226: CompileAs="2"
227: />
228: </FileConfiguration>
229: <FileConfiguration
230: Name="Release|Win32"
231: >
232: <Tool
233: Name="VCCLCompilerTool"
234: CompileAs="2"
235: />
236: </FileConfiguration>
237: </File>
238: <File
239: RelativePath=".\Wizard.c"
240: >
1.1.1.11 root 241: <FileConfiguration
242: Name="Debug|Win32"
243: >
244: <Tool
245: Name="VCCLCompilerTool"
246: CompileAs="2"
247: />
248: </FileConfiguration>
249: <FileConfiguration
250: Name="Release|Win32"
251: >
252: <Tool
253: Name="VCCLCompilerTool"
254: CompileAs="2"
255: />
256: </FileConfiguration>
1.1.1.9 root 257: </File>
258: <File
259: RelativePath="..\Common\Xml.c"
260: >
1.1 root 261: </File>
262: <Filter
263: Name="Common"
1.1.1.7 root 264: >
1.1 root 265: <File
1.1.1.9 root 266: RelativePath="..\Common\BootEncryption.cpp"
267: >
268: </File>
269: <File
1.1.1.8 root 270: RelativePath="..\Common\Crc.c"
271: >
272: </File>
273: <File
1.1.1.7 root 274: RelativePath="..\Common\Dictionary.c"
275: >
1.1.1.6 root 276: </File>
277: <File
1.1.1.7 root 278: RelativePath="..\Common\Dlgcode.c"
279: >
1.1.1.10 root 280: <FileConfiguration
281: Name="Debug|Win32"
282: >
283: <Tool
284: Name="VCCLCompilerTool"
285: CompileAs="2"
286: />
287: </FileConfiguration>
288: <FileConfiguration
289: Name="Release|Win32"
290: >
291: <Tool
292: Name="VCCLCompilerTool"
293: CompileAs="2"
294: />
295: </FileConfiguration>
1.1 root 296: </File>
1.1.1.6 root 297: <File
1.1.1.12! root 298: RelativePath="..\Common\Endian.c"
! 299: >
! 300: </File>
! 301: <File
1.1.1.9 root 302: RelativePath="..\Common\Inflate.c"
1.1.1.7 root 303: >
1.1.1.6 root 304: </File>
305: <File
1.1.1.9 root 306: RelativePath="..\Common\Language.c"
1.1.1.7 root 307: >
1.1.1.6 root 308: </File>
309: <File
1.1.1.9 root 310: RelativePath="..\Common\Registry.c"
1.1.1.7 root 311: >
1.1.1.6 root 312: </File>
1.1 root 313: </Filter>
314: </Filter>
315: <Filter
316: Name="Header Files"
317: Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7 root 318: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
319: >
320: <File
321: RelativePath="..\Common\Apidrvr.h"
322: >
323: </File>
324: <File
325: RelativePath="..\Common\Combo.h"
326: >
327: </File>
328: <File
329: RelativePath=".\ComSetup.h"
330: >
331: </File>
332: <File
1.1.1.9 root 333: RelativePath="..\Common\Crc.h"
334: >
335: </File>
336: <File
1.1.1.7 root 337: RelativePath=".\Dir.h"
338: >
339: </File>
340: <File
341: RelativePath="..\Common\Dlgcode.h"
342: >
343: </File>
1.1 root 344: <File
1.1.1.12! root 345: RelativePath="..\Common\Exception.h"
! 346: >
! 347: </File>
! 348: <File
1.1.1.9 root 349: RelativePath="..\Common\Inflate.h"
350: >
351: </File>
352: <File
1.1.1.7 root 353: RelativePath="..\Common\Language.h"
354: >
1.1 root 355: </File>
356: <File
1.1.1.7 root 357: RelativePath="..\Common\Registry.h"
358: >
1.1 root 359: </File>
360: <File
1.1.1.12! root 361: RelativePath=".\Resource.h"
1.1.1.9 root 362: >
363: </File>
364: <File
1.1.1.12! root 365: RelativePath="..\Common\Resource.h"
1.1.1.7 root 366: >
1.1.1.6 root 367: </File>
368: <File
1.1.1.9 root 369: RelativePath=".\SelfExtract.h"
1.1.1.7 root 370: >
1.1 root 371: </File>
372: <File
1.1.1.7 root 373: RelativePath=".\Setup.h"
374: >
1.1.1.6 root 375: </File>
376: <File
1.1.1.7 root 377: RelativePath="..\Common\Tcdefs.h"
378: >
1.1 root 379: </File>
1.1.1.9 root 380: <File
381: RelativePath=".\Wizard.h"
382: >
383: </File>
1.1 root 384: </Filter>
385: <Filter
386: Name="Resource Files"
387: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7 root 388: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
389: >
1.1 root 390: <File
1.1.1.8 root 391: RelativePath=".\Setup.ico"
1.1.1.7 root 392: >
1.1 root 393: </File>
394: <File
1.1.1.7 root 395: RelativePath=".\Setup.rc"
396: >
1.1 root 397: </File>
1.1.1.9 root 398: <File
399: RelativePath="..\Common\TrueCrypt.ico"
400: >
401: </File>
402: <File
403: RelativePath=".\TrueCrypt_setup.bmp"
404: >
405: </File>
406: <File
407: RelativePath=".\TrueCrypt_setup_background.bmp"
408: >
409: </File>
410: <File
411: RelativePath="..\Common\TrueCrypt_Volume.ico"
412: >
413: </File>
1.1.1.6 root 414: <Filter
415: Name="Common"
1.1.1.7 root 416: >
1.1.1.6 root 417: <File
1.1.1.7 root 418: RelativePath="..\Common\Common.rc"
419: >
1.1.1.6 root 420: <FileConfiguration
421: Name="Debug|Win32"
1.1.1.7 root 422: ExcludedFromBuild="true"
423: >
1.1.1.6 root 424: <Tool
1.1.1.7 root 425: Name="VCResourceCompilerTool"
426: />
1.1.1.6 root 427: </FileConfiguration>
428: <FileConfiguration
429: Name="Release|Win32"
1.1.1.7 root 430: ExcludedFromBuild="true"
431: >
1.1.1.6 root 432: <Tool
1.1.1.7 root 433: Name="VCResourceCompilerTool"
434: />
1.1.1.6 root 435: </FileConfiguration>
436: </File>
437: <File
1.1.1.7 root 438: RelativePath="..\Common\Language.xml"
439: >
1.1.1.6 root 440: </File>
441: <File
1.1.1.12! root 442: RelativePath="..\Resources\Texts\License.rtf"
1.1.1.7 root 443: >
1.1.1.6 root 444: </File>
445: <File
1.1.1.8 root 446: RelativePath="..\Common\Textual_logo_288dpi.bmp"
447: >
448: </File>
449: <File
450: RelativePath="..\Common\Textual_logo_96dpi.bmp"
1.1.1.7 root 451: >
1.1.1.6 root 452: </File>
453: <File
1.1.1.8 root 454: RelativePath="..\Common\Textual_logo_background.bmp"
1.1.1.7 root 455: >
1.1.1.6 root 456: </File>
457: </Filter>
1.1 root 458: </Filter>
459: </Files>
460: <Globals>
461: </Globals>
462: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.