|
|
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"
1.1.1.6 root 24: PreprocessorDefinitions="TCMOUNT;WIN32;_DEBUG;_WINDOWS"
1.1 root 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=""
1.1.1.6 root 34: WarningLevel="3"
1.1.1.4 root 35: Detect64BitPortabilityProblems="FALSE"
1.1 root 36: DebugInformationFormat="4"
1.1.1.4 root 37: DisableSpecificWarnings="4311"/>
1.1 root 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"
1.1.1.6 root 49: OptimizeForWindows98="1"
1.1 root 50: TargetMachine="1"/>
51: <Tool
52: Name="VCMIDLTool"/>
53: <Tool
54: Name="VCPostBuildEventTool"/>
55: <Tool
56: Name="VCPreBuildEventTool"/>
57: <Tool
58: Name="VCPreLinkEventTool"/>
59: <Tool
60: Name="VCResourceCompilerTool"/>
61: <Tool
62: Name="VCWebServiceProxyGeneratorTool"/>
63: <Tool
64: Name="VCXMLDataGeneratorTool"/>
65: <Tool
66: Name="VCWebDeploymentTool"/>
67: <Tool
68: Name="VCManagedWrapperGeneratorTool"/>
69: <Tool
70: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
71: </Configuration>
72: <Configuration
73: Name="Release|Win32"
74: OutputDirectory="Release"
75: IntermediateDirectory="Release"
76: ConfigurationType="1"
77: CharacterSet="2">
78: <Tool
79: Name="VCCLCompilerTool"
1.1.1.6 root 80: AdditionalOptions="/w34189"
1.1 root 81: AdditionalIncludeDirectories="..\Common;..\Crypto"
1.1.1.6 root 82: PreprocessorDefinitions="TCMOUNT;WIN32;NDEBUG;_WINDOWS"
1.1 root 83: RuntimeLibrary="0"
1.1.1.6 root 84: BufferSecurityCheck="TRUE"
1.1 root 85: UsePrecompiledHeader="0"
86: AssemblerOutput="2"
87: AssemblerListingLocation="$(IntDir)/"
1.1.1.6 root 88: WarningLevel="3"
1.1.1.4 root 89: Detect64BitPortabilityProblems="FALSE"
1.1 root 90: DebugInformationFormat="0"
1.1.1.4 root 91: DisableSpecificWarnings="4311"/>
1.1 root 92: <Tool
93: Name="VCCustomBuildTool"/>
94: <Tool
95: Name="VCLinkerTool"
96: AdditionalDependencies="LIBCMT.LIB comctl32.lib ..\Crypto\Release\crypto.lib"
97: OutputFile="$(OutDir)/TrueCrypt.exe"
98: LinkIncremental="1"
99: IgnoreAllDefaultLibraries="TRUE"
100: GenerateDebugInformation="FALSE"
1.1.1.5 root 101: GenerateMapFile="TRUE"
1.1 root 102: SubSystem="2"
103: OptimizeReferences="2"
104: EnableCOMDATFolding="2"
1.1.1.6 root 105: OptimizeForWindows98="1"
1.1 root 106: TargetMachine="1"/>
107: <Tool
108: Name="VCMIDLTool"/>
109: <Tool
110: Name="VCPostBuildEventTool"
111: CommandLine="copy Release\TrueCrypt.exe "..\Release\Setup Files""/>
112: <Tool
113: Name="VCPreBuildEventTool"/>
114: <Tool
115: Name="VCPreLinkEventTool"/>
116: <Tool
117: Name="VCResourceCompilerTool"/>
118: <Tool
119: Name="VCWebServiceProxyGeneratorTool"/>
120: <Tool
121: Name="VCXMLDataGeneratorTool"/>
122: <Tool
123: Name="VCWebDeploymentTool"/>
124: <Tool
125: Name="VCManagedWrapperGeneratorTool"/>
126: <Tool
127: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
128: </Configuration>
129: </Configurations>
130: <References>
131: </References>
132: <Files>
133: <Filter
134: Name="Source Files"
135: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
136: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
137: <File
1.1.1.6 root 138: RelativePath=".\Hotkeys.c">
139: </File>
140: <File
1.1 root 141: RelativePath=".\Mount.c">
142: </File>
143: <Filter
144: Name="Common"
145: Filter="">
146: <File
147: RelativePath="..\Common\Cmdline.c">
148: </File>
149: <File
150: RelativePath="..\Common\Combo.c">
151: </File>
152: <File
153: RelativePath="..\Common\Crc.c">
154: </File>
155: <File
156: RelativePath="..\Common\Crypto.c">
157: </File>
158: <File
1.1.1.6 root 159: RelativePath="..\Common\Dictionary.c">
160: </File>
161: <File
1.1 root 162: RelativePath="..\Common\Dlgcode.c">
163: </File>
164: <File
165: RelativePath="..\Common\Endian.c">
166: </File>
167: <File
1.1.1.7 ! root 168: RelativePath="..\Common\GfMul.c">
! 169: </File>
! 170: <File
1.1.1.6 root 171: RelativePath="..\Common\Keyfiles.c">
172: </File>
173: <File
174: RelativePath="..\Common\Language.c">
175: </File>
176: <File
1.1 root 177: RelativePath="..\Common\Password.c">
178: </File>
179: <File
180: RelativePath="..\Common\Pkcs5.c">
181: </File>
182: <File
183: RelativePath="..\Common\Random.c">
184: </File>
185: <File
186: RelativePath="..\Common\Registry.c">
187: </File>
188: <File
1.1.1.6 root 189: RelativePath="..\Common\Tests.c">
190: </File>
191: <File
1.1 root 192: RelativePath="..\Common\Volumes.c">
193: </File>
1.1.1.6 root 194: <File
195: RelativePath="..\Common\Xml.c">
196: </File>
1.1 root 197: </Filter>
198: </Filter>
199: <Filter
200: Name="Header Files"
201: Filter="h;hpp;hxx;hm;inl;inc;xsd"
202: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
203: <File
204: RelativePath="..\Common\Apidrvr.h">
205: </File>
206: <File
1.1.1.2 root 207: RelativePath="..\Common\Cmdline.h">
208: </File>
209: <File
1.1 root 210: RelativePath="..\Common\Combo.h">
211: </File>
212: <File
1.1.1.5 root 213: RelativePath="..\Common\Common.h">
214: </File>
215: <File
1.1.1.6 root 216: RelativePath="..\Common\Crc.h">
217: </File>
218: <File
1.1 root 219: RelativePath="..\Common\Crypto.h">
220: </File>
221: <File
1.1.1.6 root 222: RelativePath="..\Common\Dictionary.h">
223: </File>
224: <File
1.1 root 225: RelativePath="..\Common\Dlgcode.h">
226: </File>
227: <File
1.1.1.7 ! root 228: RelativePath="..\Common\GfMul.h">
! 229: </File>
! 230: <File
1.1.1.6 root 231: RelativePath=".\Hotkeys.h">
232: </File>
233: <File
234: RelativePath="..\Common\Keyfiles.h">
235: </File>
236: <File
237: RelativePath="..\Common\Language.h">
238: </File>
239: <File
1.1 root 240: RelativePath=".\Mount.h">
241: </File>
242: <File
243: RelativePath="..\Common\Password.h">
244: </File>
245: <File
1.1.1.6 root 246: RelativePath="..\Common\Pkcs5.h">
247: </File>
248: <File
249: RelativePath="..\Common\Random.h">
250: </File>
251: <File
1.1 root 252: RelativePath="..\Common\Registry.h">
253: </File>
254: <File
1.1.1.7 ! root 255: RelativePath="..\Common\resource.h">
1.1 root 256: </File>
257: <File
1.1.1.7 ! root 258: RelativePath=".\resource.h">
1.1 root 259: </File>
260: <File
261: RelativePath="..\Common\Tcdefs.h">
262: </File>
263: <File
1.1.1.6 root 264: RelativePath="..\Common\Tests.h">
265: </File>
266: <File
1.1 root 267: RelativePath="..\Common\Volumes.h">
268: </File>
1.1.1.6 root 269: <File
270: RelativePath="..\Common\Xml.h">
271: </File>
1.1 root 272: </Filter>
273: <Filter
274: Name="Resource Files"
275: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
276: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
277: <File
278: RelativePath=".\driveicon.bmp">
279: </File>
280: <File
281: RelativePath=".\driveicon_mask.bmp">
282: </File>
283: <File
284: RelativePath="..\Common\logo.bmp">
285: </File>
286: <File
287: RelativePath=".\Mount.rc">
288: </File>
289: <Filter
290: Name="Common"
291: Filter="">
292: <File
1.1.1.6 root 293: RelativePath="..\Common\about.bmp">
294: </File>
295: <File
1.1 root 296: RelativePath="..\Common\Common.rc">
297: <FileConfiguration
298: Name="Debug|Win32"
299: ExcludedFromBuild="TRUE">
300: <Tool
301: Name="VCResourceCompilerTool"/>
302: </FileConfiguration>
303: <FileConfiguration
304: Name="Release|Win32"
305: ExcludedFromBuild="TRUE">
306: <Tool
307: Name="VCResourceCompilerTool"/>
308: </FileConfiguration>
309: </File>
1.1.1.6 root 310: <File
311: RelativePath="..\Common\Language.xml">
312: </File>
313: <File
314: RelativePath="..\Release\Setup Files\License.txt">
315: </File>
316: <File
317: RelativePath="..\Common\TrueCrypt.ico">
318: </File>
319: <File
320: RelativePath="..\Common\TrueCrypt_Volume.ico">
321: </File>
1.1 root 322: </Filter>
323: </Filter>
324: </Files>
325: <Globals>
326: </Globals>
327: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.