Annotation of truecrypt/setup/setup.vcproj, revision 1.1.1.14

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

unix.superglobalmegacorp.com

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