|
|
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"
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"
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: AdditionalIncludeDirectories="..\Common;..\Crypto"
80: PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
81: RuntimeLibrary="0"
82: BufferSecurityCheck="FALSE"
83: UsePrecompiledHeader="0"
84: AssemblerOutput="2"
85: AssemblerListingLocation="$(IntDir)/"
86: WarningLevel="2"
1.1.1.4 root 87: Detect64BitPortabilityProblems="FALSE"
1.1 root 88: DebugInformationFormat="0"
1.1.1.4 root 89: DisableSpecificWarnings="4311"/>
1.1 root 90: <Tool
91: Name="VCCustomBuildTool"/>
92: <Tool
93: Name="VCLinkerTool"
94: AdditionalDependencies="LIBCMT.LIB comctl32.lib ..\Crypto\Release\crypto.lib"
95: OutputFile="$(OutDir)/TrueCrypt.exe"
96: LinkIncremental="1"
97: IgnoreAllDefaultLibraries="TRUE"
98: GenerateDebugInformation="FALSE"
1.1.1.5 ! root 99: GenerateMapFile="TRUE"
1.1 root 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\Dlgcode.c">
154: </File>
155: <File
156: RelativePath="..\Common\Endian.c">
157: </File>
158: <File
159: RelativePath="..\Common\Password.c">
160: </File>
161: <File
162: RelativePath="..\Common\Pkcs5.c">
163: </File>
164: <File
165: RelativePath="..\Common\Random.c">
166: </File>
167: <File
168: RelativePath="..\Common\Registry.c">
169: </File>
170: <File
171: RelativePath="..\Common\Volumes.c">
172: </File>
173: </Filter>
174: </Filter>
175: <Filter
176: Name="Header Files"
177: Filter="h;hpp;hxx;hm;inl;inc;xsd"
178: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
179: <File
180: RelativePath="..\Common\Apidrvr.h">
181: </File>
182: <File
1.1.1.2 root 183: RelativePath="..\Common\Cmdline.h">
184: </File>
185: <File
1.1 root 186: RelativePath="..\Common\Combo.h">
187: </File>
188: <File
1.1.1.5 ! root 189: RelativePath="..\Common\Common.h">
! 190: </File>
! 191: <File
1.1 root 192: RelativePath="..\Common\Crypto.h">
193: </File>
194: <File
195: RelativePath="..\Common\Dlgcode.h">
196: </File>
197: <File
198: RelativePath=".\Mount.h">
199: </File>
200: <File
201: RelativePath="..\Common\Password.h">
202: </File>
203: <File
204: RelativePath="..\Common\Registry.h">
205: </File>
206: <File
1.1.1.5 ! root 207: RelativePath=".\resource.h">
1.1 root 208: </File>
209: <File
1.1.1.5 ! root 210: RelativePath="..\Common\resource.h">
1.1 root 211: </File>
212: <File
213: RelativePath="..\Common\Tcdefs.h">
214: </File>
215: <File
216: RelativePath="..\Common\Volumes.h">
217: </File>
218: </Filter>
219: <Filter
220: Name="Resource Files"
221: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
222: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
223: <File
224: RelativePath="..\Common\about.bmp">
225: </File>
226: <File
227: RelativePath=".\driveicon.bmp">
228: </File>
229: <File
230: RelativePath=".\driveicon_mask.bmp">
231: </File>
232: <File
233: RelativePath="..\Common\logo.bmp">
234: </File>
235: <File
236: RelativePath=".\Mount.rc">
237: </File>
238: <File
239: RelativePath="..\Common\TrueCrypt.ico">
240: </File>
241: <File
242: RelativePath="..\Common\TrueCrypt_Volume.ico">
243: </File>
244: <Filter
245: Name="Common"
246: Filter="">
247: <File
248: RelativePath="..\Common\Common.rc">
249: <FileConfiguration
250: Name="Debug|Win32"
251: ExcludedFromBuild="TRUE">
252: <Tool
253: Name="VCResourceCompilerTool"/>
254: </FileConfiguration>
255: <FileConfiguration
256: Name="Release|Win32"
257: ExcludedFromBuild="TRUE">
258: <Tool
259: Name="VCResourceCompilerTool"/>
260: </FileConfiguration>
261: </File>
262: </Filter>
263: </Filter>
264: </Files>
265: <Globals>
266: </Globals>
267: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.