Annotation of truecrypt/mount/mount.vcproj, revision 1.1.1.6

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 &quot;..\Release\Setup Files&quot;"/>
                    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.6 ! root      168:                                        RelativePath="..\Common\Keyfiles.c">
        !           169:                                </File>
        !           170:                                <File
        !           171:                                        RelativePath="..\Common\Language.c">
        !           172:                                </File>
        !           173:                                <File
1.1       root      174:                                        RelativePath="..\Common\Password.c">
                    175:                                </File>
                    176:                                <File
                    177:                                        RelativePath="..\Common\Pkcs5.c">
                    178:                                </File>
                    179:                                <File
                    180:                                        RelativePath="..\Common\Random.c">
                    181:                                </File>
                    182:                                <File
                    183:                                        RelativePath="..\Common\Registry.c">
                    184:                                </File>
                    185:                                <File
1.1.1.6 ! root      186:                                        RelativePath="..\Common\Tests.c">
        !           187:                                </File>
        !           188:                                <File
1.1       root      189:                                        RelativePath="..\Common\Volumes.c">
                    190:                                </File>
1.1.1.6 ! root      191:                                <File
        !           192:                                        RelativePath="..\Common\Xml.c">
        !           193:                                </File>
1.1       root      194:                        </Filter>
                    195:                </Filter>
                    196:                <Filter
                    197:                        Name="Header Files"
                    198:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    199:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    200:                        <File
                    201:                                RelativePath="..\Common\Apidrvr.h">
                    202:                        </File>
                    203:                        <File
1.1.1.2   root      204:                                RelativePath="..\Common\Cmdline.h">
                    205:                        </File>
                    206:                        <File
1.1       root      207:                                RelativePath="..\Common\Combo.h">
                    208:                        </File>
                    209:                        <File
1.1.1.5   root      210:                                RelativePath="..\Common\Common.h">
                    211:                        </File>
                    212:                        <File
1.1.1.6 ! root      213:                                RelativePath="..\Common\Crc.h">
        !           214:                        </File>
        !           215:                        <File
1.1       root      216:                                RelativePath="..\Common\Crypto.h">
                    217:                        </File>
                    218:                        <File
1.1.1.6 ! root      219:                                RelativePath="..\Common\Dictionary.h">
        !           220:                        </File>
        !           221:                        <File
1.1       root      222:                                RelativePath="..\Common\Dlgcode.h">
                    223:                        </File>
                    224:                        <File
1.1.1.6 ! root      225:                                RelativePath=".\Hotkeys.h">
        !           226:                        </File>
        !           227:                        <File
        !           228:                                RelativePath="..\Common\Keyfiles.h">
        !           229:                        </File>
        !           230:                        <File
        !           231:                                RelativePath="..\Common\Language.h">
        !           232:                        </File>
        !           233:                        <File
1.1       root      234:                                RelativePath=".\Mount.h">
                    235:                        </File>
                    236:                        <File
                    237:                                RelativePath="..\Common\Password.h">
                    238:                        </File>
                    239:                        <File
1.1.1.6 ! root      240:                                RelativePath="..\Common\Pkcs5.h">
        !           241:                        </File>
        !           242:                        <File
        !           243:                                RelativePath="..\Common\Random.h">
        !           244:                        </File>
        !           245:                        <File
1.1       root      246:                                RelativePath="..\Common\Registry.h">
                    247:                        </File>
                    248:                        <File
1.1.1.5   root      249:                                RelativePath=".\resource.h">
1.1       root      250:                        </File>
                    251:                        <File
1.1.1.5   root      252:                                RelativePath="..\Common\resource.h">
1.1       root      253:                        </File>
                    254:                        <File
                    255:                                RelativePath="..\Common\Tcdefs.h">
                    256:                        </File>
                    257:                        <File
1.1.1.6 ! root      258:                                RelativePath="..\Common\Tests.h">
        !           259:                        </File>
        !           260:                        <File
1.1       root      261:                                RelativePath="..\Common\Volumes.h">
                    262:                        </File>
1.1.1.6 ! root      263:                        <File
        !           264:                                RelativePath="..\Common\Xml.h">
        !           265:                        </File>
1.1       root      266:                </Filter>
                    267:                <Filter
                    268:                        Name="Resource Files"
                    269:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
                    270:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
                    271:                        <File
                    272:                                RelativePath=".\driveicon.bmp">
                    273:                        </File>
                    274:                        <File
                    275:                                RelativePath=".\driveicon_mask.bmp">
                    276:                        </File>
                    277:                        <File
                    278:                                RelativePath="..\Common\logo.bmp">
                    279:                        </File>
                    280:                        <File
                    281:                                RelativePath=".\Mount.rc">
                    282:                        </File>
                    283:                        <Filter
                    284:                                Name="Common"
                    285:                                Filter="">
                    286:                                <File
1.1.1.6 ! root      287:                                        RelativePath="..\Common\about.bmp">
        !           288:                                </File>
        !           289:                                <File
1.1       root      290:                                        RelativePath="..\Common\Common.rc">
                    291:                                        <FileConfiguration
                    292:                                                Name="Debug|Win32"
                    293:                                                ExcludedFromBuild="TRUE">
                    294:                                                <Tool
                    295:                                                        Name="VCResourceCompilerTool"/>
                    296:                                        </FileConfiguration>
                    297:                                        <FileConfiguration
                    298:                                                Name="Release|Win32"
                    299:                                                ExcludedFromBuild="TRUE">
                    300:                                                <Tool
                    301:                                                        Name="VCResourceCompilerTool"/>
                    302:                                        </FileConfiguration>
                    303:                                </File>
1.1.1.6 ! root      304:                                <File
        !           305:                                        RelativePath="..\Common\Language.xml">
        !           306:                                </File>
        !           307:                                <File
        !           308:                                        RelativePath="..\Release\Setup Files\License.txt">
        !           309:                                </File>
        !           310:                                <File
        !           311:                                        RelativePath="..\Common\TrueCrypt.ico">
        !           312:                                </File>
        !           313:                                <File
        !           314:                                        RelativePath="..\Common\TrueCrypt_Volume.ico">
        !           315:                                </File>
1.1       root      316:                        </Filter>
                    317:                </Filter>
                    318:        </Files>
                    319:        <Globals>
                    320:        </Globals>
                    321: </VisualStudioProject>

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.