Annotation of truecrypt/setup/setup.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.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.7   root       45:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
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.6   root       52:                                WarningLevel="3"
1.1       root       53:                                DebugInformationFormat="4"
1.1.1.7   root       54:                                DisableSpecificWarnings="4311"
                     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.11! root       68:                                AdditionalDependencies="libcmtd.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.9   root       86:                                EmbedManifest="false"
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.7   root      132:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                    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.6   root      139:                                WarningLevel="3"
1.1       root      140:                                DebugInformationFormat="0"
1.1.1.7   root      141:                                DisableSpecificWarnings="4311"
                    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.11! root      155:                                AdditionalDependencies="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.6   root      276:                                </File>
                    277:                                <File
1.1.1.7   root      278:                                        RelativePath="..\Common\Dlgcode.c"
                    279:                                        >
1.1.1.10  root      280:                                        <FileConfiguration
                    281:                                                Name="Debug|Win32"
                    282:                                                >
                    283:                                                <Tool
                    284:                                                        Name="VCCLCompilerTool"
                    285:                                                        CompileAs="2"
                    286:                                                />
                    287:                                        </FileConfiguration>
                    288:                                        <FileConfiguration
                    289:                                                Name="Release|Win32"
                    290:                                                >
                    291:                                                <Tool
                    292:                                                        Name="VCCLCompilerTool"
                    293:                                                        CompileAs="2"
                    294:                                                />
                    295:                                        </FileConfiguration>
1.1       root      296:                                </File>
1.1.1.6   root      297:                                <File
1.1.1.9   root      298:                                        RelativePath="..\Common\Inflate.c"
1.1.1.7   root      299:                                        >
1.1.1.6   root      300:                                </File>
                    301:                                <File
1.1.1.9   root      302:                                        RelativePath="..\Common\Language.c"
1.1.1.7   root      303:                                        >
1.1.1.6   root      304:                                </File>
                    305:                                <File
1.1.1.9   root      306:                                        RelativePath="..\Common\Registry.c"
1.1.1.7   root      307:                                        >
1.1.1.6   root      308:                                </File>
1.1       root      309:                        </Filter>
                    310:                </Filter>
                    311:                <Filter
                    312:                        Name="Header Files"
                    313:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      314:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    315:                        >
                    316:                        <File
                    317:                                RelativePath="..\Common\Apidrvr.h"
                    318:                                >
                    319:                        </File>
                    320:                        <File
                    321:                                RelativePath="..\Common\Combo.h"
                    322:                                >
                    323:                        </File>
                    324:                        <File
                    325:                                RelativePath=".\ComSetup.h"
                    326:                                >
                    327:                        </File>
                    328:                        <File
1.1.1.9   root      329:                                RelativePath="..\Common\Crc.h"
                    330:                                >
                    331:                        </File>
                    332:                        <File
1.1.1.7   root      333:                                RelativePath=".\Dir.h"
                    334:                                >
                    335:                        </File>
                    336:                        <File
                    337:                                RelativePath="..\Common\Dlgcode.h"
                    338:                                >
                    339:                        </File>
1.1       root      340:                        <File
1.1.1.9   root      341:                                RelativePath="..\Common\Inflate.h"
                    342:                                >
                    343:                        </File>
                    344:                        <File
1.1.1.7   root      345:                                RelativePath="..\Common\Language.h"
                    346:                                >
1.1       root      347:                        </File>
                    348:                        <File
1.1.1.7   root      349:                                RelativePath="..\Common\Registry.h"
                    350:                                >
1.1       root      351:                        </File>
                    352:                        <File
1.1.1.9   root      353:                                RelativePath="..\Common\Resource.h"
                    354:                                >
                    355:                        </File>
                    356:                        <File
1.1.1.7   root      357:                                RelativePath=".\Resource.h"
                    358:                                >
1.1.1.6   root      359:                        </File>
                    360:                        <File
1.1.1.9   root      361:                                RelativePath=".\SelfExtract.h"
1.1.1.7   root      362:                                >
1.1       root      363:                        </File>
                    364:                        <File
1.1.1.7   root      365:                                RelativePath=".\Setup.h"
                    366:                                >
1.1.1.6   root      367:                        </File>
                    368:                        <File
1.1.1.7   root      369:                                RelativePath="..\Common\Tcdefs.h"
                    370:                                >
1.1       root      371:                        </File>
1.1.1.9   root      372:                        <File
                    373:                                RelativePath=".\Wizard.h"
                    374:                                >
                    375:                        </File>
1.1       root      376:                </Filter>
                    377:                <Filter
                    378:                        Name="Resource Files"
                    379:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      380:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    381:                        >
1.1       root      382:                        <File
1.1.1.8   root      383:                                RelativePath=".\Setup.ico"
1.1.1.7   root      384:                                >
1.1       root      385:                        </File>
                    386:                        <File
1.1.1.7   root      387:                                RelativePath=".\Setup.rc"
                    388:                                >
1.1       root      389:                        </File>
1.1.1.9   root      390:                        <File
                    391:                                RelativePath="..\Common\TrueCrypt.ico"
                    392:                                >
                    393:                        </File>
                    394:                        <File
                    395:                                RelativePath=".\TrueCrypt_setup.bmp"
                    396:                                >
                    397:                        </File>
                    398:                        <File
                    399:                                RelativePath=".\TrueCrypt_setup_background.bmp"
                    400:                                >
                    401:                        </File>
                    402:                        <File
                    403:                                RelativePath="..\Common\TrueCrypt_Volume.ico"
                    404:                                >
                    405:                        </File>
1.1.1.6   root      406:                        <Filter
                    407:                                Name="Common"
1.1.1.7   root      408:                                >
1.1.1.6   root      409:                                <File
1.1.1.7   root      410:                                        RelativePath="..\Common\Common.rc"
                    411:                                        >
1.1.1.6   root      412:                                        <FileConfiguration
                    413:                                                Name="Debug|Win32"
1.1.1.7   root      414:                                                ExcludedFromBuild="true"
                    415:                                                >
1.1.1.6   root      416:                                                <Tool
1.1.1.7   root      417:                                                        Name="VCResourceCompilerTool"
                    418:                                                />
1.1.1.6   root      419:                                        </FileConfiguration>
                    420:                                        <FileConfiguration
                    421:                                                Name="Release|Win32"
1.1.1.7   root      422:                                                ExcludedFromBuild="true"
                    423:                                                >
1.1.1.6   root      424:                                                <Tool
1.1.1.7   root      425:                                                        Name="VCResourceCompilerTool"
                    426:                                                />
1.1.1.6   root      427:                                        </FileConfiguration>
                    428:                                </File>
                    429:                                <File
1.1.1.7   root      430:                                        RelativePath="..\Common\Language.xml"
                    431:                                        >
1.1.1.6   root      432:                                </File>
                    433:                                <File
1.1.1.7   root      434:                                        RelativePath="..\Release\Setup Files\License.txt"
                    435:                                        >
1.1.1.6   root      436:                                </File>
                    437:                                <File
1.1.1.8   root      438:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
                    439:                                        >
                    440:                                </File>
                    441:                                <File
                    442:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
1.1.1.7   root      443:                                        >
1.1.1.6   root      444:                                </File>
                    445:                                <File
1.1.1.8   root      446:                                        RelativePath="..\Common\Textual_logo_background.bmp"
1.1.1.7   root      447:                                        >
1.1.1.6   root      448:                                </File>
                    449:                        </Filter>
1.1       root      450:                </Filter>
                    451:        </Files>
                    452:        <Globals>
                    453:        </Globals>
                    454: </VisualStudioProject>

unix.superglobalmegacorp.com

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