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

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"
        !            29:                                WarningLevel="2"
        !            30:                                Detect64BitPortabilityProblems="TRUE"
        !            31:                                DebugInformationFormat="4"
        !            32:                                DisableSpecificWarnings="4311;4312"/>
        !            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"
        !            44:                                TargetMachine="1"/>
        !            45:                        <Tool
        !            46:                                Name="VCMIDLTool"/>
        !            47:                        <Tool
        !            48:                                Name="VCPostBuildEventTool"/>
        !            49:                        <Tool
        !            50:                                Name="VCPreBuildEventTool"/>
        !            51:                        <Tool
        !            52:                                Name="VCPreLinkEventTool"/>
        !            53:                        <Tool
        !            54:                                Name="VCResourceCompilerTool"/>
        !            55:                        <Tool
        !            56:                                Name="VCWebServiceProxyGeneratorTool"/>
        !            57:                        <Tool
        !            58:                                Name="VCXMLDataGeneratorTool"/>
        !            59:                        <Tool
        !            60:                                Name="VCWebDeploymentTool"/>
        !            61:                        <Tool
        !            62:                                Name="VCManagedWrapperGeneratorTool"/>
        !            63:                        <Tool
        !            64:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !            65:                </Configuration>
        !            66:                <Configuration
        !            67:                        Name="Release|Win32"
        !            68:                        OutputDirectory="Release"
        !            69:                        IntermediateDirectory="Release"
        !            70:                        ConfigurationType="1"
        !            71:                        CharacterSet="2">
        !            72:                        <Tool
        !            73:                                Name="VCCLCompilerTool"
        !            74:                                OmitFramePointers="FALSE"
        !            75:                                AdditionalIncludeDirectories="..\Common;..\Crypto"
        !            76:                                PreprocessorDefinitions="SETUP;WIN32;NDEBUG;_WINDOWS"
        !            77:                                RuntimeLibrary="0"
        !            78:                                BufferSecurityCheck="FALSE"
        !            79:                                UsePrecompiledHeader="0"
        !            80:                                AssemblerOutput="2"
        !            81:                                AssemblerListingLocation="$(IntDir)/"
        !            82:                                WarningLevel="2"
        !            83:                                Detect64BitPortabilityProblems="TRUE"
        !            84:                                DebugInformationFormat="0"
        !            85:                                DisableSpecificWarnings="4311;4312"/>
        !            86:                        <Tool
        !            87:                                Name="VCCustomBuildTool"/>
        !            88:                        <Tool
        !            89:                                Name="VCLinkerTool"
        !            90:                                AdditionalOptions="/IGNORE:4089"
        !            91:                                AdditionalDependencies="LIBCMT.LIB"
        !            92:                                OutputFile="$(OutDir)/TrueCryptSetup.exe"
        !            93:                                LinkIncremental="1"
        !            94:                                IgnoreAllDefaultLibraries="TRUE"
        !            95:                                GenerateDebugInformation="FALSE"
        !            96:                                SubSystem="2"
        !            97:                                OptimizeReferences="2"
        !            98:                                EnableCOMDATFolding="2"
        !            99:                                TargetMachine="1"/>
        !           100:                        <Tool
        !           101:                                Name="VCMIDLTool"/>
        !           102:                        <Tool
        !           103:                                Name="VCPostBuildEventTool"
        !           104:                                CommandLine="copy Release\TrueCryptSetup.exe &quot;..\Release\TrueCrypt Setup.exe&quot;"/>
        !           105:                        <Tool
        !           106:                                Name="VCPreBuildEventTool"/>
        !           107:                        <Tool
        !           108:                                Name="VCPreLinkEventTool"/>
        !           109:                        <Tool
        !           110:                                Name="VCResourceCompilerTool"/>
        !           111:                        <Tool
        !           112:                                Name="VCWebServiceProxyGeneratorTool"/>
        !           113:                        <Tool
        !           114:                                Name="VCXMLDataGeneratorTool"/>
        !           115:                        <Tool
        !           116:                                Name="VCWebDeploymentTool"/>
        !           117:                        <Tool
        !           118:                                Name="VCManagedWrapperGeneratorTool"/>
        !           119:                        <Tool
        !           120:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           121:                </Configuration>
        !           122:        </Configurations>
        !           123:        <References>
        !           124:        </References>
        !           125:        <Files>
        !           126:                <Filter
        !           127:                        Name="Source Files"
        !           128:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
        !           129:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
        !           130:                        <File
        !           131:                                RelativePath=".\Dir.c">
        !           132:                        </File>
        !           133:                        <File
        !           134:                                RelativePath=".\Setup.c">
        !           135:                        </File>
        !           136:                        <Filter
        !           137:                                Name="Common"
        !           138:                                Filter="">
        !           139:                                <File
        !           140:                                        RelativePath="..\Common\Dismount.c">
        !           141:                                </File>
        !           142:                                <File
        !           143:                                        RelativePath="..\Common\Dlgcode.c">
        !           144:                                </File>
        !           145:                        </Filter>
        !           146:                </Filter>
        !           147:                <Filter
        !           148:                        Name="Header Files"
        !           149:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
        !           150:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
        !           151:                        <File
        !           152:                                RelativePath=".\Dir.h">
        !           153:                        </File>
        !           154:                        <File
        !           155:                                RelativePath="..\Common\Dlgcode.h">
        !           156:                        </File>
        !           157:                        <File
        !           158:                                RelativePath=".\Resource.h">
        !           159:                        </File>
        !           160:                        <File
        !           161:                                RelativePath=".\Setup.h">
        !           162:                        </File>
        !           163:                </Filter>
        !           164:                <Filter
        !           165:                        Name="Resource Files"
        !           166:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
        !           167:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
        !           168:                        <File
        !           169:                                RelativePath=".\setup.ico">
        !           170:                        </File>
        !           171:                        <File
        !           172:                                RelativePath=".\Setup.rc">
        !           173:                        </File>
        !           174:                </Filter>
        !           175:        </Files>
        !           176:        <Globals>
        !           177:        </Globals>
        !           178: </VisualStudioProject>

unix.superglobalmegacorp.com

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