|
|
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"
99: SubSystem="2"
100: OptimizeReferences="2"
101: EnableCOMDATFolding="2"
102: TargetMachine="1"/>
103: <Tool
104: Name="VCMIDLTool"/>
105: <Tool
106: Name="VCPostBuildEventTool"
107: CommandLine="copy Release\TrueCrypt.exe "..\Release\Setup Files""/>
108: <Tool
109: Name="VCPreBuildEventTool"/>
110: <Tool
111: Name="VCPreLinkEventTool"/>
112: <Tool
113: Name="VCResourceCompilerTool"/>
114: <Tool
115: Name="VCWebServiceProxyGeneratorTool"/>
116: <Tool
117: Name="VCXMLDataGeneratorTool"/>
118: <Tool
119: Name="VCWebDeploymentTool"/>
120: <Tool
121: Name="VCManagedWrapperGeneratorTool"/>
122: <Tool
123: Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
124: </Configuration>
125: </Configurations>
126: <References>
127: </References>
128: <Files>
129: <Filter
130: Name="Source Files"
131: Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
132: UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
133: <File
134: RelativePath=".\Mount.c">
135: </File>
136: <Filter
137: Name="Common"
138: Filter="">
139: <File
140: RelativePath="..\Common\Cmdline.c">
141: </File>
142: <File
143: RelativePath="..\Common\Combo.c">
144: </File>
145: <File
146: RelativePath="..\Common\Crc.c">
147: </File>
148: <File
149: RelativePath="..\Common\Crypto.c">
150: </File>
151: <File
152: RelativePath="..\Common\Dlgcode.c">
153: </File>
154: <File
155: RelativePath="..\Common\Endian.c">
156: </File>
157: <File
158: RelativePath="..\Common\Password.c">
159: </File>
160: <File
161: RelativePath="..\Common\Pkcs5.c">
162: </File>
163: <File
164: RelativePath="..\Common\Random.c">
165: </File>
166: <File
167: RelativePath="..\Common\Registry.c">
168: </File>
169: <File
170: RelativePath="..\Common\Volumes.c">
171: </File>
172: </Filter>
173: </Filter>
174: <Filter
175: Name="Header Files"
176: Filter="h;hpp;hxx;hm;inl;inc;xsd"
177: UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
178: <File
179: RelativePath="..\Common\Apidrvr.h">
180: </File>
181: <File
1.1.1.2 root 182: RelativePath="..\Common\Cmdline.h">
183: </File>
184: <File
1.1 root 185: RelativePath="..\Common\Combo.h">
186: </File>
187: <File
188: RelativePath="..\Common\Crypto.h">
189: </File>
190: <File
191: RelativePath="..\Common\Dlgcode.h">
192: </File>
193: <File
194: RelativePath=".\Mount.h">
195: </File>
196: <File
197: RelativePath="..\Common\Password.h">
198: </File>
199: <File
200: RelativePath="..\Common\Registry.h">
201: </File>
202: <File
1.1.1.4 ! root 203: RelativePath="..\Common\resource.h">
1.1 root 204: </File>
205: <File
1.1.1.4 ! root 206: RelativePath=".\resource.h">
1.1 root 207: </File>
208: <File
209: RelativePath="..\Common\Tcdefs.h">
210: </File>
211: <File
212: RelativePath="..\Common\Volumes.h">
213: </File>
214: </Filter>
215: <Filter
216: Name="Resource Files"
217: Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
218: UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
219: <File
220: RelativePath="..\Common\about.bmp">
221: </File>
222: <File
223: RelativePath=".\driveicon.bmp">
224: </File>
225: <File
226: RelativePath=".\driveicon_mask.bmp">
227: </File>
228: <File
229: RelativePath="..\Common\logo.bmp">
230: </File>
231: <File
232: RelativePath=".\Mount.rc">
233: </File>
234: <File
235: RelativePath="..\Common\TrueCrypt.ico">
236: </File>
237: <File
238: RelativePath="..\Common\TrueCrypt_Volume.ico">
239: </File>
240: <Filter
241: Name="Common"
242: Filter="">
243: <File
244: RelativePath="..\Common\Common.rc">
245: <FileConfiguration
246: Name="Debug|Win32"
247: ExcludedFromBuild="TRUE">
248: <Tool
249: Name="VCResourceCompilerTool"/>
250: </FileConfiguration>
251: <FileConfiguration
252: Name="Release|Win32"
253: ExcludedFromBuild="TRUE">
254: <Tool
255: Name="VCResourceCompilerTool"/>
256: </FileConfiguration>
257: </File>
258: </Filter>
259: </Filter>
260: </Files>
261: <Globals>
262: </Globals>
263: </VisualStudioProject>
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.