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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.7   root        4:        Version="8.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"
                      9:        >
1.1       root       10:        <Platforms>
                     11:                <Platform
1.1.1.7   root       12:                        Name="Win32"
                     13:                />
1.1       root       14:        </Platforms>
1.1.1.7   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.7   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:                        />
1.1       root       41:                        <Tool
                     42:                                Name="VCCLCompilerTool"
                     43:                                Optimization="0"
1.1.1.7   root       44:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                     45:                                PreprocessorDefinitions="SETUP;WIN32;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                     46:                                MinimalRebuild="true"
1.1       root       47:                                BasicRuntimeChecks="3"
                     48:                                RuntimeLibrary="1"
1.1.1.7   root       49:                                BufferSecurityCheck="true"
1.1       root       50:                                UsePrecompiledHeader="0"
1.1.1.6   root       51:                                WarningLevel="3"
1.1.1.7   root       52:                                Detect64BitPortabilityProblems="false"
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.10! root       68:                                AdditionalDependencies="msvcrtd.lib setupapi.lib"
1.1       root       69:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
                     70:                                LinkIncremental="2"
1.1.1.7   root       71:                                GenerateDebugInformation="true"
1.1       root       72:                                ProgramDatabaseFile="$(OutDir)/Setup.pdb"
                     73:                                SubSystem="2"
1.1.1.6   root       74:                                OptimizeForWindows98="1"
1.1.1.7   root       75:                                TargetMachine="1"
                     76:                        />
1.1       root       77:                        <Tool
1.1.1.7   root       78:                                Name="VCALinkTool"
                     79:                        />
1.1       root       80:                        <Tool
1.1.1.7   root       81:                                Name="VCManifestTool"
                     82:                                AdditionalManifestFiles="Setup.manifest"
1.1.1.9   root       83:                                EmbedManifest="false"
1.1.1.7   root       84:                        />
1.1       root       85:                        <Tool
1.1.1.7   root       86:                                Name="VCXDCMakeTool"
                     87:                        />
1.1       root       88:                        <Tool
1.1.1.7   root       89:                                Name="VCBscMakeTool"
                     90:                        />
1.1       root       91:                        <Tool
1.1.1.7   root       92:                                Name="VCFxCopTool"
                     93:                        />
1.1       root       94:                        <Tool
1.1.1.7   root       95:                                Name="VCAppVerifierTool"
                     96:                        />
1.1       root       97:                        <Tool
1.1.1.7   root       98:                                Name="VCWebDeploymentTool"
                     99:                        />
1.1       root      100:                        <Tool
1.1.1.7   root      101:                                Name="VCPostBuildEventTool"
1.1.1.9   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;copy Debug\TrueCryptSetup.exe.manifest &quot;..\Debug\Setup Files\TrueCrypt Setup.exe.manifest&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.7   root      131:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                    132:                                PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1       root      133:                                RuntimeLibrary="0"
1.1.1.7   root      134:                                BufferSecurityCheck="true"
1.1       root      135:                                UsePrecompiledHeader="0"
                    136:                                AssemblerOutput="2"
                    137:                                AssemblerListingLocation="$(IntDir)/"
1.1.1.6   root      138:                                WarningLevel="3"
1.1.1.7   root      139:                                Detect64BitPortabilityProblems="false"
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.10! root      155:                                AdditionalDependencies="atls.lib setupapi.lib"
1.1       root      156:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
                    157:                                LinkIncremental="1"
1.1.1.7   root      158:                                GenerateDebugInformation="false"
                    159:                                GenerateMapFile="true"
1.1       root      160:                                SubSystem="2"
                    161:                                OptimizeReferences="2"
                    162:                                EnableCOMDATFolding="2"
1.1.1.6   root      163:                                OptimizeForWindows98="1"
1.1.1.7   root      164:                                TargetMachine="1"
                    165:                        />
1.1       root      166:                        <Tool
1.1.1.7   root      167:                                Name="VCALinkTool"
                    168:                        />
1.1       root      169:                        <Tool
1.1.1.7   root      170:                                Name="VCManifestTool"
                    171:                                AdditionalManifestFiles="Setup.manifest"
                    172:                        />
1.1       root      173:                        <Tool
1.1.1.7   root      174:                                Name="VCXDCMakeTool"
                    175:                        />
1.1       root      176:                        <Tool
1.1.1.7   root      177:                                Name="VCBscMakeTool"
                    178:                        />
1.1       root      179:                        <Tool
1.1.1.7   root      180:                                Name="VCFxCopTool"
                    181:                        />
1.1       root      182:                        <Tool
1.1.1.7   root      183:                                Name="VCAppVerifierTool"
                    184:                        />
1.1       root      185:                        <Tool
1.1.1.7   root      186:                                Name="VCWebDeploymentTool"
                    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:                                >
                    241:                        </File>
                    242:                        <File
                    243:                                RelativePath="..\Common\Xml.c"
                    244:                                >
1.1       root      245:                        </File>
                    246:                        <Filter
                    247:                                Name="Common"
1.1.1.7   root      248:                                >
1.1       root      249:                                <File
1.1.1.9   root      250:                                        RelativePath="..\Common\BootEncryption.cpp"
                    251:                                        >
                    252:                                </File>
                    253:                                <File
1.1.1.8   root      254:                                        RelativePath="..\Common\Crc.c"
                    255:                                        >
                    256:                                </File>
                    257:                                <File
1.1.1.7   root      258:                                        RelativePath="..\Common\Dictionary.c"
                    259:                                        >
1.1.1.6   root      260:                                </File>
                    261:                                <File
1.1.1.7   root      262:                                        RelativePath="..\Common\Dlgcode.c"
                    263:                                        >
1.1.1.10! root      264:                                        <FileConfiguration
        !           265:                                                Name="Debug|Win32"
        !           266:                                                >
        !           267:                                                <Tool
        !           268:                                                        Name="VCCLCompilerTool"
        !           269:                                                        CompileAs="2"
        !           270:                                                />
        !           271:                                        </FileConfiguration>
        !           272:                                        <FileConfiguration
        !           273:                                                Name="Release|Win32"
        !           274:                                                >
        !           275:                                                <Tool
        !           276:                                                        Name="VCCLCompilerTool"
        !           277:                                                        CompileAs="2"
        !           278:                                                />
        !           279:                                        </FileConfiguration>
1.1       root      280:                                </File>
1.1.1.6   root      281:                                <File
1.1.1.9   root      282:                                        RelativePath="..\Common\Inflate.c"
1.1.1.7   root      283:                                        >
1.1.1.6   root      284:                                </File>
                    285:                                <File
1.1.1.9   root      286:                                        RelativePath="..\Common\Language.c"
1.1.1.7   root      287:                                        >
1.1.1.6   root      288:                                </File>
                    289:                                <File
1.1.1.9   root      290:                                        RelativePath="..\Common\Registry.c"
1.1.1.7   root      291:                                        >
1.1.1.6   root      292:                                </File>
1.1       root      293:                        </Filter>
                    294:                </Filter>
                    295:                <Filter
                    296:                        Name="Header Files"
                    297:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      298:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    299:                        >
                    300:                        <File
                    301:                                RelativePath="..\Common\Apidrvr.h"
                    302:                                >
                    303:                        </File>
                    304:                        <File
                    305:                                RelativePath="..\Common\Combo.h"
                    306:                                >
                    307:                        </File>
                    308:                        <File
                    309:                                RelativePath=".\ComSetup.h"
                    310:                                >
                    311:                        </File>
                    312:                        <File
1.1.1.9   root      313:                                RelativePath="..\Common\Crc.h"
                    314:                                >
                    315:                        </File>
                    316:                        <File
1.1.1.7   root      317:                                RelativePath=".\Dir.h"
                    318:                                >
                    319:                        </File>
                    320:                        <File
                    321:                                RelativePath="..\Common\Dlgcode.h"
                    322:                                >
                    323:                        </File>
1.1       root      324:                        <File
1.1.1.9   root      325:                                RelativePath="..\Common\Inflate.h"
                    326:                                >
                    327:                        </File>
                    328:                        <File
1.1.1.7   root      329:                                RelativePath="..\Common\Language.h"
                    330:                                >
1.1       root      331:                        </File>
                    332:                        <File
1.1.1.7   root      333:                                RelativePath="..\Common\Registry.h"
                    334:                                >
1.1       root      335:                        </File>
                    336:                        <File
1.1.1.9   root      337:                                RelativePath="..\Common\Resource.h"
                    338:                                >
                    339:                        </File>
                    340:                        <File
1.1.1.7   root      341:                                RelativePath=".\Resource.h"
                    342:                                >
1.1.1.6   root      343:                        </File>
                    344:                        <File
1.1.1.9   root      345:                                RelativePath=".\SelfExtract.h"
1.1.1.7   root      346:                                >
1.1       root      347:                        </File>
                    348:                        <File
1.1.1.7   root      349:                                RelativePath=".\Setup.h"
                    350:                                >
1.1.1.6   root      351:                        </File>
                    352:                        <File
1.1.1.7   root      353:                                RelativePath="..\Common\Tcdefs.h"
                    354:                                >
1.1       root      355:                        </File>
1.1.1.9   root      356:                        <File
                    357:                                RelativePath=".\Wizard.h"
                    358:                                >
                    359:                        </File>
1.1       root      360:                </Filter>
                    361:                <Filter
                    362:                        Name="Resource Files"
                    363:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      364:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    365:                        >
1.1       root      366:                        <File
1.1.1.8   root      367:                                RelativePath=".\Setup.ico"
1.1.1.7   root      368:                                >
1.1       root      369:                        </File>
                    370:                        <File
1.1.1.7   root      371:                                RelativePath=".\Setup.rc"
                    372:                                >
1.1       root      373:                        </File>
1.1.1.9   root      374:                        <File
                    375:                                RelativePath="..\Common\TrueCrypt.ico"
                    376:                                >
                    377:                        </File>
                    378:                        <File
                    379:                                RelativePath=".\TrueCrypt_setup.bmp"
                    380:                                >
                    381:                        </File>
                    382:                        <File
                    383:                                RelativePath=".\TrueCrypt_setup_background.bmp"
                    384:                                >
                    385:                        </File>
                    386:                        <File
                    387:                                RelativePath="..\Common\TrueCrypt_Volume.ico"
                    388:                                >
                    389:                        </File>
1.1.1.6   root      390:                        <Filter
                    391:                                Name="Common"
1.1.1.7   root      392:                                >
1.1.1.6   root      393:                                <File
1.1.1.7   root      394:                                        RelativePath="..\Common\Common.rc"
                    395:                                        >
1.1.1.6   root      396:                                        <FileConfiguration
                    397:                                                Name="Debug|Win32"
1.1.1.7   root      398:                                                ExcludedFromBuild="true"
                    399:                                                >
1.1.1.6   root      400:                                                <Tool
1.1.1.7   root      401:                                                        Name="VCResourceCompilerTool"
                    402:                                                />
1.1.1.6   root      403:                                        </FileConfiguration>
                    404:                                        <FileConfiguration
                    405:                                                Name="Release|Win32"
1.1.1.7   root      406:                                                ExcludedFromBuild="true"
                    407:                                                >
1.1.1.6   root      408:                                                <Tool
1.1.1.7   root      409:                                                        Name="VCResourceCompilerTool"
                    410:                                                />
1.1.1.6   root      411:                                        </FileConfiguration>
                    412:                                </File>
                    413:                                <File
1.1.1.7   root      414:                                        RelativePath="..\Common\Language.xml"
                    415:                                        >
1.1.1.6   root      416:                                </File>
                    417:                                <File
1.1.1.7   root      418:                                        RelativePath="..\Release\Setup Files\License.txt"
                    419:                                        >
1.1.1.6   root      420:                                </File>
                    421:                                <File
1.1.1.8   root      422:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
                    423:                                        >
                    424:                                </File>
                    425:                                <File
                    426:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
1.1.1.7   root      427:                                        >
1.1.1.6   root      428:                                </File>
                    429:                                <File
1.1.1.8   root      430:                                        RelativePath="..\Common\Textual_logo_background.bmp"
1.1.1.7   root      431:                                        >
1.1.1.6   root      432:                                </File>
                    433:                        </Filter>
1.1       root      434:                </Filter>
                    435:        </Files>
                    436:        <Globals>
                    437:        </Globals>
                    438: </VisualStudioProject>

unix.superglobalmegacorp.com

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