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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="Setup"
                      6:        ProjectGUID="{DF5F654D-BD44-4E31-B92E-B68074DC37A8}"
                      7:        Keyword="Win32Proj">
                      8:        <Platforms>
                      9:                <Platform
                     10:                        Name="Win32"/>
                     11:        </Platforms>
                     12:        <Configurations>
                     13:                <Configuration
                     14:                        Name="Debug|Win32"
                     15:                        OutputDirectory="Debug"
                     16:                        IntermediateDirectory="Debug"
                     17:                        ConfigurationType="1"
                     18:                        CharacterSet="2">
                     19:                        <Tool
                     20:                                Name="VCCLCompilerTool"
                     21:                                Optimization="0"
                     22:                                AdditionalIncludeDirectories="..\Common;..\Crypto"
                     23:                                PreprocessorDefinitions="SETUP;WIN32;_DEBUG;_WINDOWS"
                     24:                                MinimalRebuild="TRUE"
                     25:                                BasicRuntimeChecks="3"
                     26:                                RuntimeLibrary="1"
                     27:                                BufferSecurityCheck="TRUE"
                     28:                                UsePrecompiledHeader="0"
1.1.1.6 ! root       29:                                WarningLevel="3"
1.1.1.4   root       30:                                Detect64BitPortabilityProblems="FALSE"
1.1       root       31:                                DebugInformationFormat="4"
1.1.1.4   root       32:                                DisableSpecificWarnings="4311"/>
1.1       root       33:                        <Tool
                     34:                                Name="VCCustomBuildTool"/>
                     35:                        <Tool
                     36:                                Name="VCLinkerTool"
                     37:                                AdditionalOptions="/NODEFAULTLIB:LIBCMTD"
                     38:                                AdditionalDependencies="msvcrtd.lib"
                     39:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
                     40:                                LinkIncremental="2"
                     41:                                GenerateDebugInformation="TRUE"
                     42:                                ProgramDatabaseFile="$(OutDir)/Setup.pdb"
                     43:                                SubSystem="2"
1.1.1.6 ! root       44:                                OptimizeForWindows98="1"
1.1       root       45:                                TargetMachine="1"/>
                     46:                        <Tool
                     47:                                Name="VCMIDLTool"/>
                     48:                        <Tool
                     49:                                Name="VCPostBuildEventTool"/>
                     50:                        <Tool
                     51:                                Name="VCPreBuildEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCPreLinkEventTool"/>
                     54:                        <Tool
                     55:                                Name="VCResourceCompilerTool"/>
                     56:                        <Tool
                     57:                                Name="VCWebServiceProxyGeneratorTool"/>
                     58:                        <Tool
                     59:                                Name="VCXMLDataGeneratorTool"/>
                     60:                        <Tool
                     61:                                Name="VCWebDeploymentTool"/>
                     62:                        <Tool
                     63:                                Name="VCManagedWrapperGeneratorTool"/>
                     64:                        <Tool
                     65:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     66:                </Configuration>
                     67:                <Configuration
                     68:                        Name="Release|Win32"
                     69:                        OutputDirectory="Release"
                     70:                        IntermediateDirectory="Release"
                     71:                        ConfigurationType="1"
                     72:                        CharacterSet="2">
                     73:                        <Tool
                     74:                                Name="VCCLCompilerTool"
1.1.1.6 ! root       75:                                AdditionalOptions="/w34189"
1.1       root       76:                                AdditionalIncludeDirectories="..\Common;..\Crypto"
                     77:                                PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS"
                     78:                                RuntimeLibrary="0"
1.1.1.6 ! root       79:                                BufferSecurityCheck="TRUE"
1.1       root       80:                                UsePrecompiledHeader="0"
                     81:                                AssemblerOutput="2"
                     82:                                AssemblerListingLocation="$(IntDir)/"
1.1.1.6 ! root       83:                                WarningLevel="3"
1.1.1.4   root       84:                                Detect64BitPortabilityProblems="FALSE"
1.1       root       85:                                DebugInformationFormat="0"
1.1.1.4   root       86:                                DisableSpecificWarnings="4311"/>
1.1       root       87:                        <Tool
                     88:                                Name="VCCustomBuildTool"/>
                     89:                        <Tool
                     90:                                Name="VCLinkerTool"
                     91:                                AdditionalOptions="/IGNORE:4089"
                     92:                                AdditionalDependencies="LIBCMT.LIB"
                     93:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
                     94:                                LinkIncremental="1"
                     95:                                IgnoreAllDefaultLibraries="TRUE"
                     96:                                GenerateDebugInformation="FALSE"
1.1.1.5   root       97:                                GenerateMapFile="TRUE"
1.1       root       98:                                SubSystem="2"
                     99:                                OptimizeReferences="2"
                    100:                                EnableCOMDATFolding="2"
1.1.1.6 ! root      101:                                OptimizeForWindows98="1"
1.1       root      102:                                TargetMachine="1"/>
                    103:                        <Tool
                    104:                                Name="VCMIDLTool"/>
                    105:                        <Tool
                    106:                                Name="VCPostBuildEventTool"
                    107:                                CommandLine="copy Release\TrueCryptSetup.exe &quot;..\Release\TrueCrypt Setup.exe&quot;"/>
                    108:                        <Tool
                    109:                                Name="VCPreBuildEventTool"/>
                    110:                        <Tool
                    111:                                Name="VCPreLinkEventTool"/>
                    112:                        <Tool
                    113:                                Name="VCResourceCompilerTool"/>
                    114:                        <Tool
                    115:                                Name="VCWebServiceProxyGeneratorTool"/>
                    116:                        <Tool
                    117:                                Name="VCXMLDataGeneratorTool"/>
                    118:                        <Tool
                    119:                                Name="VCWebDeploymentTool"/>
                    120:                        <Tool
                    121:                                Name="VCManagedWrapperGeneratorTool"/>
                    122:                        <Tool
                    123:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    124:                </Configuration>
                    125:        </Configurations>
                    126:        <References>
                    127:        </References>
                    128:        <Files>
                    129:                <Filter
                    130:                        Name="Source Files"
                    131:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                    132:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
                    133:                        <File
                    134:                                RelativePath=".\Dir.c">
                    135:                        </File>
                    136:                        <File
                    137:                                RelativePath=".\Setup.c">
                    138:                        </File>
                    139:                        <Filter
                    140:                                Name="Common"
                    141:                                Filter="">
                    142:                                <File
1.1.1.6 ! root      143:                                        RelativePath="..\Common\Dictionary.c">
        !           144:                                </File>
        !           145:                                <File
1.1       root      146:                                        RelativePath="..\Common\Dlgcode.c">
                    147:                                </File>
1.1.1.6 ! root      148:                                <File
        !           149:                                        RelativePath="..\Common\Language.c">
        !           150:                                </File>
        !           151:                                <File
        !           152:                                        RelativePath="..\Common\Registry.c">
        !           153:                                </File>
        !           154:                                <File
        !           155:                                        RelativePath="..\Common\Xml.c">
        !           156:                                </File>
1.1       root      157:                        </Filter>
                    158:                </Filter>
                    159:                <Filter
                    160:                        Name="Header Files"
                    161:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    162:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    163:                        <File
                    164:                                RelativePath=".\Dir.h">
                    165:                        </File>
                    166:                        <File
                    167:                                RelativePath="..\Common\Dlgcode.h">
                    168:                        </File>
                    169:                        <File
1.1.1.6 ! root      170:                                RelativePath="..\Common\Language.h">
        !           171:                        </File>
        !           172:                        <File
1.1       root      173:                                RelativePath=".\Resource.h">
                    174:                        </File>
                    175:                        <File
1.1.1.6 ! root      176:                                RelativePath="..\Common\Resource.h">
        !           177:                        </File>
        !           178:                        <File
1.1       root      179:                                RelativePath=".\Setup.h">
                    180:                        </File>
                    181:                </Filter>
                    182:                <Filter
                    183:                        Name="Resource Files"
                    184:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
                    185:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
                    186:                        <File
                    187:                                RelativePath=".\setup.ico">
                    188:                        </File>
                    189:                        <File
                    190:                                RelativePath=".\Setup.rc">
                    191:                        </File>
1.1.1.6 ! root      192:                        <Filter
        !           193:                                Name="Common"
        !           194:                                Filter="">
        !           195:                                <File
        !           196:                                        RelativePath="..\Common\about.bmp">
        !           197:                                </File>
        !           198:                                <File
        !           199:                                        RelativePath="..\Common\Common.rc">
        !           200:                                        <FileConfiguration
        !           201:                                                Name="Debug|Win32"
        !           202:                                                ExcludedFromBuild="TRUE">
        !           203:                                                <Tool
        !           204:                                                        Name="VCResourceCompilerTool"/>
        !           205:                                        </FileConfiguration>
        !           206:                                        <FileConfiguration
        !           207:                                                Name="Release|Win32"
        !           208:                                                ExcludedFromBuild="TRUE">
        !           209:                                                <Tool
        !           210:                                                        Name="VCResourceCompilerTool"/>
        !           211:                                        </FileConfiguration>
        !           212:                                </File>
        !           213:                                <File
        !           214:                                        RelativePath="..\Common\Language.xml">
        !           215:                                </File>
        !           216:                                <File
        !           217:                                        RelativePath="..\Release\Setup Files\License.txt">
        !           218:                                </File>
        !           219:                                <File
        !           220:                                        RelativePath="..\Common\TrueCrypt.ico">
        !           221:                                </File>
        !           222:                                <File
        !           223:                                        RelativePath="..\Common\TrueCrypt_Volume.ico">
        !           224:                                </File>
        !           225:                        </Filter>
1.1       root      226:                </Filter>
                    227:        </Files>
                    228:        <Globals>
                    229:        </Globals>
                    230: </VisualStudioProject>

unix.superglobalmegacorp.com

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