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

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"
                     83:                        />
1.1       root       84:                        <Tool
1.1.1.7   root       85:                                Name="VCXDCMakeTool"
                     86:                        />
1.1       root       87:                        <Tool
1.1.1.7   root       88:                                Name="VCBscMakeTool"
                     89:                        />
1.1       root       90:                        <Tool
1.1.1.7   root       91:                                Name="VCFxCopTool"
                     92:                        />
1.1       root       93:                        <Tool
1.1.1.7   root       94:                                Name="VCAppVerifierTool"
                     95:                        />
1.1       root       96:                        <Tool
1.1.1.7   root       97:                                Name="VCWebDeploymentTool"
                     98:                        />
1.1       root       99:                        <Tool
1.1.1.7   root      100:                                Name="VCPostBuildEventTool"
                    101:                        />
1.1       root      102:                </Configuration>
                    103:                <Configuration
                    104:                        Name="Release|Win32"
                    105:                        OutputDirectory="Release"
                    106:                        IntermediateDirectory="Release"
                    107:                        ConfigurationType="1"
1.1.1.7   root      108:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                    109:                        CharacterSet="2"
                    110:                        >
                    111:                        <Tool
                    112:                                Name="VCPreBuildEventTool"
                    113:                        />
                    114:                        <Tool
                    115:                                Name="VCCustomBuildTool"
                    116:                        />
                    117:                        <Tool
                    118:                                Name="VCXMLDataGeneratorTool"
                    119:                        />
                    120:                        <Tool
                    121:                                Name="VCWebServiceProxyGeneratorTool"
                    122:                        />
                    123:                        <Tool
                    124:                                Name="VCMIDLTool"
                    125:                        />
1.1       root      126:                        <Tool
                    127:                                Name="VCCLCompilerTool"
1.1.1.6   root      128:                                AdditionalOptions="/w34189"
1.1.1.7   root      129:                                AdditionalIncludeDirectories="..\Common;..\Crypto;..\"
                    130:                                PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1       root      131:                                RuntimeLibrary="0"
1.1.1.7   root      132:                                BufferSecurityCheck="true"
1.1       root      133:                                UsePrecompiledHeader="0"
                    134:                                AssemblerOutput="2"
                    135:                                AssemblerListingLocation="$(IntDir)/"
1.1.1.6   root      136:                                WarningLevel="3"
1.1.1.7   root      137:                                Detect64BitPortabilityProblems="false"
1.1       root      138:                                DebugInformationFormat="0"
1.1.1.7   root      139:                                DisableSpecificWarnings="4311"
                    140:                        />
                    141:                        <Tool
                    142:                                Name="VCManagedResourceCompilerTool"
                    143:                        />
1.1       root      144:                        <Tool
1.1.1.7   root      145:                                Name="VCResourceCompilerTool"
                    146:                        />
                    147:                        <Tool
                    148:                                Name="VCPreLinkEventTool"
                    149:                        />
1.1       root      150:                        <Tool
                    151:                                Name="VCLinkerTool"
                    152:                                AdditionalOptions="/IGNORE:4089"
1.1.1.7   root      153:                                AdditionalDependencies="LIBCMT.LIB atls.lib"
1.1       root      154:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
                    155:                                LinkIncremental="1"
1.1.1.7   root      156:                                IgnoreAllDefaultLibraries="true"
                    157:                                GenerateDebugInformation="false"
                    158:                                GenerateMapFile="true"
1.1       root      159:                                SubSystem="2"
                    160:                                OptimizeReferences="2"
                    161:                                EnableCOMDATFolding="2"
1.1.1.6   root      162:                                OptimizeForWindows98="1"
1.1.1.7   root      163:                                TargetMachine="1"
                    164:                        />
1.1       root      165:                        <Tool
1.1.1.7   root      166:                                Name="VCALinkTool"
                    167:                        />
1.1       root      168:                        <Tool
1.1.1.7   root      169:                                Name="VCManifestTool"
                    170:                                AdditionalManifestFiles="Setup.manifest"
                    171:                        />
1.1       root      172:                        <Tool
1.1.1.7   root      173:                                Name="VCXDCMakeTool"
                    174:                        />
1.1       root      175:                        <Tool
1.1.1.7   root      176:                                Name="VCBscMakeTool"
                    177:                        />
1.1       root      178:                        <Tool
1.1.1.7   root      179:                                Name="VCFxCopTool"
                    180:                        />
1.1       root      181:                        <Tool
1.1.1.7   root      182:                                Name="VCAppVerifierTool"
                    183:                        />
1.1       root      184:                        <Tool
1.1.1.7   root      185:                                Name="VCWebDeploymentTool"
                    186:                        />
1.1       root      187:                        <Tool
1.1.1.7   root      188:                                Name="VCPostBuildEventTool"
                    189:                                CommandLine="copy Release\TrueCryptSetup.exe &quot;..\Release\TrueCrypt Setup.exe&quot;"
                    190:                        />
1.1       root      191:                </Configuration>
                    192:        </Configurations>
                    193:        <References>
                    194:        </References>
                    195:        <Files>
                    196:                <Filter
                    197:                        Name="Source Files"
                    198:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7   root      199:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    200:                        >
                    201:                        <File
                    202:                                RelativePath=".\ComSetup.cpp"
                    203:                                >
                    204:                        </File>
1.1       root      205:                        <File
1.1.1.7   root      206:                                RelativePath=".\ComSetup.rgs"
                    207:                                >
1.1       root      208:                        </File>
                    209:                        <File
1.1.1.7   root      210:                                RelativePath=".\Dir.c"
                    211:                                >
                    212:                        </File>
                    213:                        <File
                    214:                                RelativePath=".\Setup.c"
                    215:                                >
1.1       root      216:                        </File>
                    217:                        <Filter
                    218:                                Name="Common"
1.1.1.7   root      219:                                >
1.1       root      220:                                <File
1.1.1.8 ! root      221:                                        RelativePath="..\Common\Crc.c"
        !           222:                                        >
        !           223:                                </File>
        !           224:                                <File
1.1.1.7   root      225:                                        RelativePath="..\Common\Dictionary.c"
                    226:                                        >
1.1.1.6   root      227:                                </File>
                    228:                                <File
1.1.1.7   root      229:                                        RelativePath="..\Common\Dlgcode.c"
                    230:                                        >
1.1       root      231:                                </File>
1.1.1.6   root      232:                                <File
1.1.1.7   root      233:                                        RelativePath="..\Common\Language.c"
                    234:                                        >
1.1.1.6   root      235:                                </File>
                    236:                                <File
1.1.1.7   root      237:                                        RelativePath="..\Common\Registry.c"
                    238:                                        >
1.1.1.6   root      239:                                </File>
                    240:                                <File
1.1.1.7   root      241:                                        RelativePath="..\Common\Xml.c"
                    242:                                        >
1.1.1.6   root      243:                                </File>
1.1       root      244:                        </Filter>
                    245:                </Filter>
                    246:                <Filter
                    247:                        Name="Header Files"
                    248:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      249:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    250:                        >
                    251:                        <File
                    252:                                RelativePath="..\Common\Apidrvr.h"
                    253:                                >
                    254:                        </File>
                    255:                        <File
                    256:                                RelativePath="..\Common\Combo.h"
                    257:                                >
                    258:                        </File>
                    259:                        <File
                    260:                                RelativePath=".\ComSetup.h"
                    261:                                >
                    262:                        </File>
                    263:                        <File
                    264:                                RelativePath=".\Dir.h"
                    265:                                >
                    266:                        </File>
                    267:                        <File
                    268:                                RelativePath="..\Common\Dlgcode.h"
                    269:                                >
                    270:                        </File>
1.1       root      271:                        <File
1.1.1.7   root      272:                                RelativePath="..\Common\Language.h"
                    273:                                >
1.1       root      274:                        </File>
                    275:                        <File
1.1.1.7   root      276:                                RelativePath="..\Common\Registry.h"
                    277:                                >
1.1       root      278:                        </File>
                    279:                        <File
1.1.1.7   root      280:                                RelativePath=".\Resource.h"
                    281:                                >
1.1.1.6   root      282:                        </File>
                    283:                        <File
1.1.1.7   root      284:                                RelativePath="..\Common\Resource.h"
                    285:                                >
1.1       root      286:                        </File>
                    287:                        <File
1.1.1.7   root      288:                                RelativePath=".\Setup.h"
                    289:                                >
1.1.1.6   root      290:                        </File>
                    291:                        <File
1.1.1.7   root      292:                                RelativePath="..\Common\Tcdefs.h"
                    293:                                >
1.1       root      294:                        </File>
                    295:                </Filter>
                    296:                <Filter
                    297:                        Name="Resource Files"
                    298:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      299:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    300:                        >
1.1       root      301:                        <File
1.1.1.8 ! root      302:                                RelativePath=".\Setup.ico"
1.1.1.7   root      303:                                >
1.1       root      304:                        </File>
                    305:                        <File
1.1.1.7   root      306:                                RelativePath=".\Setup.rc"
                    307:                                >
1.1       root      308:                        </File>
1.1.1.6   root      309:                        <Filter
                    310:                                Name="Common"
1.1.1.7   root      311:                                >
1.1.1.6   root      312:                                <File
1.1.1.7   root      313:                                        RelativePath="..\Common\Common.rc"
                    314:                                        >
1.1.1.6   root      315:                                        <FileConfiguration
                    316:                                                Name="Debug|Win32"
1.1.1.7   root      317:                                                ExcludedFromBuild="true"
                    318:                                                >
1.1.1.6   root      319:                                                <Tool
1.1.1.7   root      320:                                                        Name="VCResourceCompilerTool"
                    321:                                                />
1.1.1.6   root      322:                                        </FileConfiguration>
                    323:                                        <FileConfiguration
                    324:                                                Name="Release|Win32"
1.1.1.7   root      325:                                                ExcludedFromBuild="true"
                    326:                                                >
1.1.1.6   root      327:                                                <Tool
1.1.1.7   root      328:                                                        Name="VCResourceCompilerTool"
                    329:                                                />
1.1.1.6   root      330:                                        </FileConfiguration>
                    331:                                </File>
                    332:                                <File
1.1.1.7   root      333:                                        RelativePath="..\Common\Language.xml"
                    334:                                        >
1.1.1.6   root      335:                                </File>
                    336:                                <File
1.1.1.7   root      337:                                        RelativePath="..\Release\Setup Files\License.txt"
                    338:                                        >
1.1.1.6   root      339:                                </File>
                    340:                                <File
1.1.1.8 ! root      341:                                        RelativePath="..\Common\Textual_logo_288dpi.bmp"
        !           342:                                        >
        !           343:                                </File>
        !           344:                                <File
        !           345:                                        RelativePath="..\Common\Textual_logo_96dpi.bmp"
1.1.1.7   root      346:                                        >
1.1.1.6   root      347:                                </File>
                    348:                                <File
1.1.1.8 ! root      349:                                        RelativePath="..\Common\Textual_logo_background.bmp"
1.1.1.7   root      350:                                        >
1.1.1.6   root      351:                                </File>
                    352:                        </Filter>
1.1       root      353:                </Filter>
                    354:        </Files>
                    355:        <Globals>
                    356:        </Globals>
                    357: </VisualStudioProject>

unix.superglobalmegacorp.com

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