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