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

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"
                     68:                                AdditionalDependencies="msvcrtd.lib"
                     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.9 ! root      155:                                AdditionalDependencies="atls.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       root      264:                                </File>
1.1.1.6   root      265:                                <File
1.1.1.9 ! root      266:                                        RelativePath="..\Common\Inflate.c"
1.1.1.7   root      267:                                        >
1.1.1.6   root      268:                                </File>
                    269:                                <File
1.1.1.9 ! root      270:                                        RelativePath="..\Common\Language.c"
1.1.1.7   root      271:                                        >
1.1.1.6   root      272:                                </File>
                    273:                                <File
1.1.1.9 ! root      274:                                        RelativePath="..\Common\Registry.c"
1.1.1.7   root      275:                                        >
1.1.1.6   root      276:                                </File>
1.1       root      277:                        </Filter>
                    278:                </Filter>
                    279:                <Filter
                    280:                        Name="Header Files"
                    281:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      282:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    283:                        >
                    284:                        <File
                    285:                                RelativePath="..\Common\Apidrvr.h"
                    286:                                >
                    287:                        </File>
                    288:                        <File
                    289:                                RelativePath="..\Common\Combo.h"
                    290:                                >
                    291:                        </File>
                    292:                        <File
                    293:                                RelativePath=".\ComSetup.h"
                    294:                                >
                    295:                        </File>
                    296:                        <File
1.1.1.9 ! root      297:                                RelativePath="..\Common\Crc.h"
        !           298:                                >
        !           299:                        </File>
        !           300:                        <File
1.1.1.7   root      301:                                RelativePath=".\Dir.h"
                    302:                                >
                    303:                        </File>
                    304:                        <File
                    305:                                RelativePath="..\Common\Dlgcode.h"
                    306:                                >
                    307:                        </File>
1.1       root      308:                        <File
1.1.1.9 ! root      309:                                RelativePath="..\Common\Inflate.h"
        !           310:                                >
        !           311:                        </File>
        !           312:                        <File
1.1.1.7   root      313:                                RelativePath="..\Common\Language.h"
                    314:                                >
1.1       root      315:                        </File>
                    316:                        <File
1.1.1.7   root      317:                                RelativePath="..\Common\Registry.h"
                    318:                                >
1.1       root      319:                        </File>
                    320:                        <File
1.1.1.9 ! root      321:                                RelativePath="..\Common\Resource.h"
        !           322:                                >
        !           323:                        </File>
        !           324:                        <File
1.1.1.7   root      325:                                RelativePath=".\Resource.h"
                    326:                                >
1.1.1.6   root      327:                        </File>
                    328:                        <File
1.1.1.9 ! root      329:                                RelativePath=".\SelfExtract.h"
1.1.1.7   root      330:                                >
1.1       root      331:                        </File>
                    332:                        <File
1.1.1.7   root      333:                                RelativePath=".\Setup.h"
                    334:                                >
1.1.1.6   root      335:                        </File>
                    336:                        <File
1.1.1.7   root      337:                                RelativePath="..\Common\Tcdefs.h"
                    338:                                >
1.1       root      339:                        </File>
1.1.1.9 ! root      340:                        <File
        !           341:                                RelativePath=".\Wizard.h"
        !           342:                                >
        !           343:                        </File>
1.1       root      344:                </Filter>
                    345:                <Filter
                    346:                        Name="Resource Files"
                    347:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      348:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    349:                        >
1.1       root      350:                        <File
1.1.1.8   root      351:                                RelativePath=".\Setup.ico"
1.1.1.7   root      352:                                >
1.1       root      353:                        </File>
                    354:                        <File
1.1.1.7   root      355:                                RelativePath=".\Setup.rc"
                    356:                                >
1.1       root      357:                        </File>
1.1.1.9 ! root      358:                        <File
        !           359:                                RelativePath="..\Common\TrueCrypt.ico"
        !           360:                                >
        !           361:                        </File>
        !           362:                        <File
        !           363:                                RelativePath=".\TrueCrypt_setup.bmp"
        !           364:                                >
        !           365:                        </File>
        !           366:                        <File
        !           367:                                RelativePath=".\TrueCrypt_setup_background.bmp"
        !           368:                                >
        !           369:                        </File>
        !           370:                        <File
        !           371:                                RelativePath="..\Common\TrueCrypt_Volume.ico"
        !           372:                                >
        !           373:                        </File>
1.1.1.6   root      374:                        <Filter
                    375:                                Name="Common"
1.1.1.7   root      376:                                >
1.1.1.6   root      377:                                <File
1.1.1.7   root      378:                                        RelativePath="..\Common\Common.rc"
                    379:                                        >
1.1.1.6   root      380:                                        <FileConfiguration
                    381:                                                Name="Debug|Win32"
1.1.1.7   root      382:                                                ExcludedFromBuild="true"
                    383:                                                >
1.1.1.6   root      384:                                                <Tool
1.1.1.7   root      385:                                                        Name="VCResourceCompilerTool"
                    386:                                                />
1.1.1.6   root      387:                                        </FileConfiguration>
                    388:                                        <FileConfiguration
                    389:                                                Name="Release|Win32"
1.1.1.7   root      390:                                                ExcludedFromBuild="true"
                    391:                                                >
1.1.1.6   root      392:                                                <Tool
1.1.1.7   root      393:                                                        Name="VCResourceCompilerTool"
                    394:                                                />
1.1.1.6   root      395:                                        </FileConfiguration>
                    396:                                </File>
                    397:                                <File
1.1.1.7   root      398:                                        RelativePath="..\Common\Language.xml"
                    399:                                        >
1.1.1.6   root      400:                                </File>
                    401:                                <File
1.1.1.7   root      402:                                        RelativePath="..\Release\Setup Files\License.txt"
                    403:                                        >
1.1.1.6   root      404:                                </File>
                    405:                                <File
1.1.1.8   root      406:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
                    407:                                        >
                    408:                                </File>
                    409:                                <File
                    410:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
1.1.1.7   root      411:                                        >
1.1.1.6   root      412:                                </File>
                    413:                                <File
1.1.1.8   root      414:                                        RelativePath="..\Common\Textual_logo_background.bmp"
1.1.1.7   root      415:                                        >
1.1.1.6   root      416:                                </File>
                    417:                        </Filter>
1.1       root      418:                </Filter>
                    419:        </Files>
                    420:        <Globals>
                    421:        </Globals>
                    422: </VisualStudioProject>

unix.superglobalmegacorp.com

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