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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.8   root        4:        Version="8.00"
1.1       root        5:        Name="Mount"
                      6:        ProjectGUID="{E4C40F94-E7F9-4981-86E4-186B46F993F3}"
                      7:        RootNamespace="Mount"
1.1.1.8   root        8:        Keyword="Win32Proj"
                      9:        >
1.1       root       10:        <Platforms>
                     11:                <Platform
1.1.1.8   root       12:                        Name="Win32"
                     13:                />
1.1       root       14:        </Platforms>
1.1.1.8   root       15:        <ToolFiles>
                     16:        </ToolFiles>
1.1       root       17:        <Configurations>
                     18:                <Configuration
                     19:                        Name="Debug|Win32"
                     20:                        OutputDirectory="Debug"
                     21:                        IntermediateDirectory="Debug"
                     22:                        ConfigurationType="1"
1.1.1.8   root       23:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     24:                        CharacterSet="2"
                     25:                        >
                     26:                        <Tool
                     27:                                Name="VCPreBuildEventTool"
                     28:                        />
                     29:                        <Tool
                     30:                                Name="VCCustomBuildTool"
                     31:                        />
                     32:                        <Tool
                     33:                                Name="VCXMLDataGeneratorTool"
                     34:                        />
                     35:                        <Tool
                     36:                                Name="VCWebServiceProxyGeneratorTool"
                     37:                        />
                     38:                        <Tool
                     39:                                Name="VCMIDLTool"
                     40:                                AdditionalIncludeDirectories=""
                     41:                                TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
                     42:                                OutputDirectory=""
                     43:                        />
1.1       root       44:                        <Tool
                     45:                                Name="VCCLCompilerTool"
                     46:                                Optimization="0"
1.1.1.8   root       47:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                     48:                                PreprocessorDefinitions="TCMOUNT;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                     49:                                MinimalRebuild="true"
                     50:                                ExceptionHandling="1"
1.1       root       51:                                BasicRuntimeChecks="3"
                     52:                                RuntimeLibrary="1"
1.1.1.8   root       53:                                BufferSecurityCheck="true"
                     54:                                EnableFunctionLevelLinking="false"
1.1       root       55:                                UsePrecompiledHeader="0"
                     56:                                BrowseInformation="0"
                     57:                                BrowseInformationFile=""
1.1.1.6   root       58:                                WarningLevel="3"
1.1.1.8   root       59:                                Detect64BitPortabilityProblems="false"
1.1       root       60:                                DebugInformationFormat="4"
1.1.1.8   root       61:                                DisableSpecificWarnings="4311"
                     62:                        />
1.1       root       63:                        <Tool
1.1.1.8   root       64:                                Name="VCManagedResourceCompilerTool"
                     65:                        />
                     66:                        <Tool
                     67:                                Name="VCResourceCompilerTool"
                     68:                        />
                     69:                        <Tool
                     70:                                Name="VCPreLinkEventTool"
                     71:                        />
1.1       root       72:                        <Tool
                     73:                                Name="VCLinkerTool"
1.1.1.10  root       74:                                AdditionalDependencies="comctl32.lib atlsd.lib setupapi.lib ..\Crypto\Debug\crypto.lib"
1.1       root       75:                                OutputFile="$(OutDir)/TrueCrypt.exe"
                     76:                                LinkIncremental="2"
1.1.1.10  root       77:                                IgnoreAllDefaultLibraries="false"
1.1.1.8   root       78:                                GenerateDebugInformation="true"
1.1       root       79:                                ProgramDatabaseFile="$(OutDir)/Mount.pdb"
                     80:                                SubSystem="2"
1.1.1.6   root       81:                                OptimizeForWindows98="1"
1.1.1.8   root       82:                                TargetMachine="1"
                     83:                        />
1.1       root       84:                        <Tool
1.1.1.8   root       85:                                Name="VCALinkTool"
                     86:                        />
1.1       root       87:                        <Tool
1.1.1.8   root       88:                                Name="VCManifestTool"
                     89:                        />
1.1       root       90:                        <Tool
1.1.1.8   root       91:                                Name="VCXDCMakeTool"
                     92:                        />
1.1       root       93:                        <Tool
1.1.1.8   root       94:                                Name="VCBscMakeTool"
                     95:                        />
1.1       root       96:                        <Tool
1.1.1.8   root       97:                                Name="VCFxCopTool"
                     98:                        />
1.1       root       99:                        <Tool
1.1.1.8   root      100:                                Name="VCAppVerifierTool"
                    101:                        />
1.1       root      102:                        <Tool
1.1.1.8   root      103:                                Name="VCWebDeploymentTool"
                    104:                        />
1.1       root      105:                        <Tool
1.1.1.8   root      106:                                Name="VCPostBuildEventTool"
1.1.1.10  root      107:                                CommandLine="md &quot;..\Debug\Setup Files&quot; 2&gt;NUL:&#x0D;&#x0A;copy Debug\TrueCrypt.exe &quot;..\Debug\Setup Files&quot; &gt;NUL:&#x0D;&#x0A;"
1.1.1.8   root      108:                        />
1.1       root      109:                </Configuration>
                    110:                <Configuration
                    111:                        Name="Release|Win32"
                    112:                        OutputDirectory="Release"
                    113:                        IntermediateDirectory="Release"
                    114:                        ConfigurationType="1"
1.1.1.8   root      115:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                    116:                        CharacterSet="2"
                    117:                        >
                    118:                        <Tool
                    119:                                Name="VCPreBuildEventTool"
                    120:                        />
                    121:                        <Tool
                    122:                                Name="VCCustomBuildTool"
                    123:                        />
                    124:                        <Tool
                    125:                                Name="VCXMLDataGeneratorTool"
                    126:                        />
                    127:                        <Tool
                    128:                                Name="VCWebServiceProxyGeneratorTool"
                    129:                        />
                    130:                        <Tool
                    131:                                Name="VCMIDLTool"
                    132:                                AdditionalIncludeDirectories=""
                    133:                                TypeLibraryName="$(SolutionDir)/$(ProjectName)/$(ProjectName).tlb"
                    134:                                OutputDirectory=""
                    135:                        />
1.1       root      136:                        <Tool
                    137:                                Name="VCCLCompilerTool"
1.1.1.6   root      138:                                AdditionalOptions="/w34189"
1.1.1.8   root      139:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                    140:                                PreprocessorDefinitions="TCMOUNT;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1       root      141:                                RuntimeLibrary="0"
1.1.1.8   root      142:                                BufferSecurityCheck="true"
1.1       root      143:                                UsePrecompiledHeader="0"
                    144:                                AssemblerOutput="2"
                    145:                                AssemblerListingLocation="$(IntDir)/"
1.1.1.6   root      146:                                WarningLevel="3"
1.1.1.8   root      147:                                Detect64BitPortabilityProblems="false"
1.1       root      148:                                DebugInformationFormat="0"
1.1.1.8   root      149:                                DisableSpecificWarnings="4311"
                    150:                        />
                    151:                        <Tool
                    152:                                Name="VCManagedResourceCompilerTool"
                    153:                        />
1.1       root      154:                        <Tool
1.1.1.8   root      155:                                Name="VCResourceCompilerTool"
                    156:                        />
                    157:                        <Tool
                    158:                                Name="VCPreLinkEventTool"
                    159:                        />
1.1       root      160:                        <Tool
                    161:                                Name="VCLinkerTool"
1.1.1.10  root      162:                                AdditionalDependencies="comctl32.lib atls.lib setupapi.lib ..\Crypto\Release\crypto.lib"
1.1       root      163:                                OutputFile="$(OutDir)/TrueCrypt.exe"
                    164:                                LinkIncremental="1"
1.1.1.10  root      165:                                IgnoreAllDefaultLibraries="false"
1.1.1.8   root      166:                                GenerateDebugInformation="false"
                    167:                                GenerateMapFile="true"
1.1       root      168:                                SubSystem="2"
                    169:                                OptimizeReferences="2"
                    170:                                EnableCOMDATFolding="2"
1.1.1.6   root      171:                                OptimizeForWindows98="1"
1.1.1.8   root      172:                                TargetMachine="1"
                    173:                        />
1.1       root      174:                        <Tool
1.1.1.8   root      175:                                Name="VCALinkTool"
                    176:                        />
1.1       root      177:                        <Tool
1.1.1.8   root      178:                                Name="VCManifestTool"
                    179:                        />
1.1       root      180:                        <Tool
1.1.1.8   root      181:                                Name="VCXDCMakeTool"
                    182:                        />
1.1       root      183:                        <Tool
1.1.1.8   root      184:                                Name="VCBscMakeTool"
                    185:                        />
1.1       root      186:                        <Tool
1.1.1.8   root      187:                                Name="VCFxCopTool"
                    188:                        />
1.1       root      189:                        <Tool
1.1.1.8   root      190:                                Name="VCAppVerifierTool"
                    191:                        />
1.1       root      192:                        <Tool
1.1.1.8   root      193:                                Name="VCWebDeploymentTool"
                    194:                        />
1.1       root      195:                        <Tool
1.1.1.8   root      196:                                Name="VCPostBuildEventTool"
                    197:                                CommandLine="copy Release\TrueCrypt.exe &quot;..\Release\Setup Files&quot;"
                    198:                        />
1.1       root      199:                </Configuration>
                    200:        </Configurations>
                    201:        <References>
                    202:        </References>
                    203:        <Files>
                    204:                <Filter
                    205:                        Name="Source Files"
                    206:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.8   root      207:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    208:                        >
1.1       root      209:                        <File
1.1.1.8   root      210:                                RelativePath=".\Hotkeys.c"
                    211:                                >
1.1.1.6   root      212:                        </File>
                    213:                        <File
1.1.1.8   root      214:                                RelativePath=".\MainCom.cpp"
                    215:                                >
                    216:                        </File>
                    217:                        <File
                    218:                                RelativePath=".\MainCom.idl"
                    219:                                >
                    220:                        </File>
                    221:                        <File
                    222:                                RelativePath=".\Mount.c"
                    223:                                >
1.1.1.10  root      224:                                <FileConfiguration
                    225:                                        Name="Debug|Win32"
                    226:                                        >
                    227:                                        <Tool
                    228:                                                Name="VCCLCompilerTool"
                    229:                                                CompileAs="2"
                    230:                                        />
                    231:                                </FileConfiguration>
                    232:                                <FileConfiguration
                    233:                                        Name="Release|Win32"
                    234:                                        >
                    235:                                        <Tool
                    236:                                                Name="VCCLCompilerTool"
                    237:                                                CompileAs="2"
                    238:                                        />
                    239:                                </FileConfiguration>
1.1       root      240:                        </File>
                    241:                        <Filter
                    242:                                Name="Common"
1.1.1.8   root      243:                                >
                    244:                                <File
                    245:                                        RelativePath="..\Common\BaseCom.cpp"
                    246:                                        >
                    247:                                </File>
1.1       root      248:                                <File
1.1.1.10  root      249:                                        RelativePath="..\Common\BootEncryption.cpp"
                    250:                                        >
                    251:                                </File>
                    252:                                <File
1.1.1.8   root      253:                                        RelativePath="..\Common\Cmdline.c"
                    254:                                        >
1.1       root      255:                                </File>
                    256:                                <File
1.1.1.8   root      257:                                        RelativePath="..\Common\Combo.c"
                    258:                                        >
1.1       root      259:                                </File>
                    260:                                <File
1.1.1.8   root      261:                                        RelativePath="..\Common\Crc.c"
                    262:                                        >
1.1       root      263:                                </File>
                    264:                                <File
1.1.1.8   root      265:                                        RelativePath="..\Common\Crypto.c"
                    266:                                        >
1.1       root      267:                                </File>
                    268:                                <File
1.1.1.8   root      269:                                        RelativePath="..\Common\Dictionary.c"
                    270:                                        >
1.1.1.6   root      271:                                </File>
                    272:                                <File
1.1.1.8   root      273:                                        RelativePath="..\Common\Dlgcode.c"
                    274:                                        >
1.1.1.11! root      275:                                        <FileConfiguration
        !           276:                                                Name="Debug|Win32"
        !           277:                                                >
        !           278:                                                <Tool
        !           279:                                                        Name="VCCLCompilerTool"
        !           280:                                                        CompileAs="2"
        !           281:                                                />
        !           282:                                        </FileConfiguration>
        !           283:                                        <FileConfiguration
        !           284:                                                Name="Release|Win32"
        !           285:                                                >
        !           286:                                                <Tool
        !           287:                                                        Name="VCCLCompilerTool"
        !           288:                                                        CompileAs="2"
        !           289:                                                />
        !           290:                                        </FileConfiguration>
1.1       root      291:                                </File>
                    292:                                <File
1.1.1.8   root      293:                                        RelativePath="..\Common\Endian.c"
                    294:                                        >
1.1       root      295:                                </File>
                    296:                                <File
1.1.1.8   root      297:                                        RelativePath="..\Common\GfMul.c"
                    298:                                        >
1.1.1.7   root      299:                                </File>
                    300:                                <File
1.1.1.8   root      301:                                        RelativePath="..\Common\Keyfiles.c"
                    302:                                        >
1.1.1.6   root      303:                                </File>
                    304:                                <File
1.1.1.8   root      305:                                        RelativePath="..\Common\Language.c"
                    306:                                        >
1.1.1.6   root      307:                                </File>
                    308:                                <File
1.1.1.8   root      309:                                        RelativePath="..\Common\Password.c"
                    310:                                        >
1.1       root      311:                                </File>
                    312:                                <File
1.1.1.8   root      313:                                        RelativePath="..\Common\Pkcs5.c"
                    314:                                        >
1.1       root      315:                                </File>
                    316:                                <File
1.1.1.8   root      317:                                        RelativePath="..\Common\Random.c"
                    318:                                        >
1.1       root      319:                                </File>
                    320:                                <File
1.1.1.8   root      321:                                        RelativePath="..\Common\Registry.c"
                    322:                                        >
1.1       root      323:                                </File>
                    324:                                <File
1.1.1.8   root      325:                                        RelativePath="..\Common\Tests.c"
                    326:                                        >
1.1.1.6   root      327:                                </File>
                    328:                                <File
1.1.1.8   root      329:                                        RelativePath="..\Common\Volumes.c"
                    330:                                        >
1.1       root      331:                                </File>
1.1.1.6   root      332:                                <File
1.1.1.10  root      333:                                        RelativePath="..\Common\Wipe.h"
                    334:                                        >
                    335:                                </File>
                    336:                                <File
1.1.1.8   root      337:                                        RelativePath="..\Common\Xml.c"
                    338:                                        >
1.1.1.6   root      339:                                </File>
1.1.1.10  root      340:                                <File
                    341:                                        RelativePath="..\Common\Xts.c"
                    342:                                        >
                    343:                                </File>
1.1       root      344:                        </Filter>
                    345:                </Filter>
                    346:                <Filter
                    347:                        Name="Header Files"
                    348:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.8   root      349:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    350:                        >
                    351:                        <File
                    352:                                RelativePath="..\Common\Apidrvr.h"
                    353:                                >
                    354:                        </File>
                    355:                        <File
                    356:                                RelativePath="..\Common\BaseCom.h"
                    357:                                >
                    358:                        </File>
1.1       root      359:                        <File
1.1.1.10  root      360:                                RelativePath="..\Common\BootEncryption.h"
                    361:                                >
                    362:                        </File>
                    363:                        <File
1.1.1.8   root      364:                                RelativePath="..\Common\Cmdline.h"
                    365:                                >
1.1       root      366:                        </File>
                    367:                        <File
1.1.1.8   root      368:                                RelativePath="..\Common\Combo.h"
                    369:                                >
1.1.1.2   root      370:                        </File>
                    371:                        <File
1.1.1.8   root      372:                                RelativePath="..\Common\Common.h"
                    373:                                >
1.1       root      374:                        </File>
                    375:                        <File
1.1.1.8   root      376:                                RelativePath="..\Common\Crc.h"
                    377:                                >
1.1.1.5   root      378:                        </File>
                    379:                        <File
1.1.1.8   root      380:                                RelativePath="..\Common\Crypto.h"
                    381:                                >
1.1.1.6   root      382:                        </File>
                    383:                        <File
1.1.1.8   root      384:                                RelativePath="..\Common\Dictionary.h"
                    385:                                >
1.1       root      386:                        </File>
                    387:                        <File
1.1.1.8   root      388:                                RelativePath="..\Common\Dlgcode.h"
                    389:                                >
1.1.1.6   root      390:                        </File>
                    391:                        <File
1.1.1.8   root      392:                                RelativePath="..\Common\GfMul.h"
                    393:                                >
1.1       root      394:                        </File>
                    395:                        <File
1.1.1.8   root      396:                                RelativePath=".\Hotkeys.h"
                    397:                                >
1.1.1.7   root      398:                        </File>
                    399:                        <File
1.1.1.8   root      400:                                RelativePath="..\Common\Keyfiles.h"
                    401:                                >
1.1.1.6   root      402:                        </File>
                    403:                        <File
1.1.1.8   root      404:                                RelativePath="..\Common\Language.h"
                    405:                                >
1.1.1.6   root      406:                        </File>
                    407:                        <File
1.1.1.8   root      408:                                RelativePath=".\MainCom.h"
                    409:                                >
1.1.1.6   root      410:                        </File>
                    411:                        <File
1.1.1.8   root      412:                                RelativePath=".\Mount.h"
                    413:                                >
1.1       root      414:                        </File>
                    415:                        <File
1.1.1.8   root      416:                                RelativePath="..\Common\Password.h"
                    417:                                >
1.1       root      418:                        </File>
                    419:                        <File
1.1.1.8   root      420:                                RelativePath="..\Common\Pkcs5.h"
                    421:                                >
1.1.1.6   root      422:                        </File>
                    423:                        <File
1.1.1.8   root      424:                                RelativePath="..\Common\Random.h"
                    425:                                >
1.1.1.6   root      426:                        </File>
                    427:                        <File
1.1.1.8   root      428:                                RelativePath="..\Common\Registry.h"
                    429:                                >
1.1       root      430:                        </File>
                    431:                        <File
1.1.1.10  root      432:                                RelativePath="..\Common\Resource.h"
1.1.1.8   root      433:                                >
1.1       root      434:                        </File>
                    435:                        <File
1.1.1.8   root      436:                                RelativePath=".\resource.h"
                    437:                                >
1.1       root      438:                        </File>
                    439:                        <File
1.1.1.8   root      440:                                RelativePath="..\Common\Tcdefs.h"
                    441:                                >
1.1       root      442:                        </File>
                    443:                        <File
1.1.1.8   root      444:                                RelativePath="..\Common\Tests.h"
                    445:                                >
1.1.1.6   root      446:                        </File>
                    447:                        <File
1.1.1.8   root      448:                                RelativePath="..\Common\Volumes.h"
                    449:                                >
1.1       root      450:                        </File>
1.1.1.6   root      451:                        <File
1.1.1.8   root      452:                                RelativePath="..\Common\Xml.h"
                    453:                                >
1.1.1.6   root      454:                        </File>
1.1.1.10  root      455:                        <File
                    456:                                RelativePath="..\Common\Xts.h"
                    457:                                >
                    458:                        </File>
1.1       root      459:                </Filter>
                    460:                <Filter
                    461:                        Name="Resource Files"
                    462:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.8   root      463:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    464:                        >
1.1       root      465:                        <File
1.1.1.9   root      466:                                RelativePath=".\Drive_icon_96dpi.bmp"
1.1.1.8   root      467:                                >
1.1       root      468:                        </File>
                    469:                        <File
1.1.1.9   root      470:                                RelativePath=".\Drive_icon_mask_96dpi.bmp"
1.1.1.8   root      471:                                >
1.1       root      472:                        </File>
                    473:                        <File
1.1.1.9   root      474:                                RelativePath=".\Logo_288dpi.bmp"
                    475:                                >
                    476:                        </File>
                    477:                        <File
                    478:                                RelativePath=".\Logo_96dpi.bmp"
1.1.1.8   root      479:                                >
1.1       root      480:                        </File>
                    481:                        <File
1.1.1.8   root      482:                                RelativePath=".\Mount.rc"
                    483:                                >
1.1       root      484:                        </File>
1.1.1.10  root      485:                        <File
                    486:                                RelativePath=".\System_drive_icon_96dpi.bmp"
                    487:                                >
                    488:                        </File>
                    489:                        <File
                    490:                                RelativePath=".\System_drive_icon_mask_96dpi.bmp"
                    491:                                >
                    492:                        </File>
                    493:                        <File
                    494:                                RelativePath="..\Common\TrueCrypt_volume.ico"
                    495:                                >
                    496:                        </File>
1.1       root      497:                        <Filter
                    498:                                Name="Common"
1.1.1.8   root      499:                                >
1.1       root      500:                                <File
1.1.1.8   root      501:                                        RelativePath="..\Common\Common.rc"
                    502:                                        >
1.1       root      503:                                        <FileConfiguration
                    504:                                                Name="Debug|Win32"
1.1.1.8   root      505:                                                ExcludedFromBuild="true"
                    506:                                                >
1.1       root      507:                                                <Tool
1.1.1.8   root      508:                                                        Name="VCResourceCompilerTool"
                    509:                                                />
1.1       root      510:                                        </FileConfiguration>
                    511:                                        <FileConfiguration
                    512:                                                Name="Release|Win32"
1.1.1.8   root      513:                                                ExcludedFromBuild="true"
                    514:                                                >
1.1       root      515:                                                <Tool
1.1.1.8   root      516:                                                        Name="VCResourceCompilerTool"
                    517:                                                />
1.1       root      518:                                        </FileConfiguration>
                    519:                                </File>
1.1.1.6   root      520:                                <File
1.1.1.8   root      521:                                        RelativePath="..\Common\Language.xml"
                    522:                                        >
1.1.1.6   root      523:                                </File>
                    524:                                <File
1.1.1.8   root      525:                                        RelativePath="..\Release\Setup Files\License.txt"
                    526:                                        >
1.1.1.6   root      527:                                </File>
                    528:                                <File
1.1.1.9   root      529:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
                    530:                                        >
                    531:                                </File>
                    532:                                <File
                    533:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
                    534:                                        >
                    535:                                </File>
                    536:                                <File
                    537:                                        RelativePath="..\Common\Textual_logo_background.bmp"
                    538:                                        >
                    539:                                </File>
                    540:                                <File
1.1.1.8   root      541:                                        RelativePath="..\Common\TrueCrypt.ico"
                    542:                                        >
1.1.1.6   root      543:                                </File>
1.1       root      544:                        </Filter>
                    545:                </Filter>
1.1.1.8   root      546:                <File
                    547:                        RelativePath=".\Mount.tlb"
                    548:                        >
                    549:                </File>
1.1       root      550:        </Files>
                    551:        <Globals>
                    552:        </Globals>
                    553: </VisualStudioProject>

unix.superglobalmegacorp.com

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