Annotation of truecrypt/crypto/crypto.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="Crypto"
        !             6:        ProjectGUID="{993245CF-6B70-47EE-91BB-39F8FC6DC0E7}"
        !             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="4"
        !            18:                        CharacterSet="2">
        !            19:                        <Tool
        !            20:                                Name="VCCLCompilerTool"
        !            21:                                Optimization="0"
        !            22:                                AdditionalIncludeDirectories="..\Common"
        !            23:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB"
        !            24:                                MinimalRebuild="TRUE"
        !            25:                                BasicRuntimeChecks="0"
        !            26:                                RuntimeLibrary="5"
        !            27:                                BufferSecurityCheck="FALSE"
        !            28:                                UsePrecompiledHeader="0"
        !            29:                                WarningLevel="3"
        !            30:                                Detect64BitPortabilityProblems="FALSE"
        !            31:                                DebugInformationFormat="3"/>
        !            32:                        <Tool
        !            33:                                Name="VCCustomBuildTool"/>
        !            34:                        <Tool
        !            35:                                Name="VCLibrarianTool"
        !            36:                                OutputFile="$(OutDir)/Crypto.lib"/>
        !            37:                        <Tool
        !            38:                                Name="VCMIDLTool"/>
        !            39:                        <Tool
        !            40:                                Name="VCPostBuildEventTool"/>
        !            41:                        <Tool
        !            42:                                Name="VCPreBuildEventTool"/>
        !            43:                        <Tool
        !            44:                                Name="VCPreLinkEventTool"/>
        !            45:                        <Tool
        !            46:                                Name="VCResourceCompilerTool"/>
        !            47:                        <Tool
        !            48:                                Name="VCWebServiceProxyGeneratorTool"/>
        !            49:                        <Tool
        !            50:                                Name="VCXMLDataGeneratorTool"/>
        !            51:                        <Tool
        !            52:                                Name="VCManagedWrapperGeneratorTool"/>
        !            53:                        <Tool
        !            54:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !            55:                </Configuration>
        !            56:                <Configuration
        !            57:                        Name="Release|Win32"
        !            58:                        OutputDirectory="Release"
        !            59:                        IntermediateDirectory="Release"
        !            60:                        ConfigurationType="4"
        !            61:                        CharacterSet="2">
        !            62:                        <Tool
        !            63:                                Name="VCCLCompilerTool"
        !            64:                                Optimization="2"
        !            65:                                GlobalOptimizations="FALSE"
        !            66:                                InlineFunctionExpansion="0"
        !            67:                                EnableIntrinsicFunctions="FALSE"
        !            68:                                ImproveFloatingPointConsistency="FALSE"
        !            69:                                FavorSizeOrSpeed="0"
        !            70:                                OmitFramePointers="FALSE"
        !            71:                                AdditionalIncludeDirectories="..\Common"
        !            72:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
        !            73:                                RuntimeLibrary="4"
        !            74:                                BufferSecurityCheck="FALSE"
        !            75:                                UsePrecompiledHeader="0"
        !            76:                                AssemblerOutput="2"
        !            77:                                AssemblerListingLocation="$(IntDir)/"
        !            78:                                WarningLevel="3"
        !            79:                                Detect64BitPortabilityProblems="FALSE"
        !            80:                                DebugInformationFormat="0"/>
        !            81:                        <Tool
        !            82:                                Name="VCCustomBuildTool"/>
        !            83:                        <Tool
        !            84:                                Name="VCLibrarianTool"
        !            85:                                OutputFile="$(OutDir)/Crypto.lib"/>
        !            86:                        <Tool
        !            87:                                Name="VCMIDLTool"/>
        !            88:                        <Tool
        !            89:                                Name="VCPostBuildEventTool"/>
        !            90:                        <Tool
        !            91:                                Name="VCPreBuildEventTool"/>
        !            92:                        <Tool
        !            93:                                Name="VCPreLinkEventTool"/>
        !            94:                        <Tool
        !            95:                                Name="VCResourceCompilerTool"/>
        !            96:                        <Tool
        !            97:                                Name="VCWebServiceProxyGeneratorTool"/>
        !            98:                        <Tool
        !            99:                                Name="VCXMLDataGeneratorTool"/>
        !           100:                        <Tool
        !           101:                                Name="VCManagedWrapperGeneratorTool"/>
        !           102:                        <Tool
        !           103:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           104:                </Configuration>
        !           105:        </Configurations>
        !           106:        <References>
        !           107:        </References>
        !           108:        <Files>
        !           109:                <Filter
        !           110:                        Name="Source Files"
        !           111:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
        !           112:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
        !           113:                        <File
        !           114:                                RelativePath=".\Bf_ecb.c">
        !           115:                        </File>
        !           116:                        <File
        !           117:                                RelativePath=".\Bf_enc.c">
        !           118:                        </File>
        !           119:                        <File
        !           120:                                RelativePath=".\Bf_skey.c">
        !           121:                        </File>
        !           122:                        <File
        !           123:                                RelativePath=".\C_ecb.c">
        !           124:                        </File>
        !           125:                        <File
        !           126:                                RelativePath=".\C_enc.c">
        !           127:                        </File>
        !           128:                        <File
        !           129:                                RelativePath=".\C_skey.c">
        !           130:                        </File>
        !           131:                        <File
        !           132:                                RelativePath=".\Des.c">
        !           133:                        </File>
        !           134:                        <File
        !           135:                                RelativePath=".\Des_enc.c">
        !           136:                        </File>
        !           137:                        <File
        !           138:                                RelativePath=".\Ecb3_enc.c">
        !           139:                        </File>
        !           140:                        <File
        !           141:                                RelativePath=".\Idea.c">
        !           142:                        </File>
        !           143:                        <File
        !           144:                                RelativePath=".\Idea_386.c">
        !           145:                        </File>
        !           146:                        <File
        !           147:                                RelativePath=".\Md5.c">
        !           148:                        </File>
        !           149:                        <File
        !           150:                                RelativePath=".\Set_key.c">
        !           151:                        </File>
        !           152:                        <File
        !           153:                                RelativePath=".\Sha.c">
        !           154:                        </File>
        !           155:                        <File
        !           156:                                RelativePath=".\Sha1.c">
        !           157:                        </File>
        !           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=".\Bf_locl.h">
        !           165:                        </File>
        !           166:                        <File
        !           167:                                RelativePath=".\Bf_pi.h">
        !           168:                        </File>
        !           169:                        <File
        !           170:                                RelativePath=".\Blowfish.h">
        !           171:                        </File>
        !           172:                        <File
        !           173:                                RelativePath=".\Cast.h">
        !           174:                        </File>
        !           175:                        <File
        !           176:                                RelativePath=".\Cast_lcl.h">
        !           177:                        </File>
        !           178:                        <File
        !           179:                                RelativePath=".\Cast_s.h">
        !           180:                        </File>
        !           181:                        <File
        !           182:                                RelativePath=".\Des.h">
        !           183:                        </File>
        !           184:                        <File
        !           185:                                RelativePath=".\Des_locl.h">
        !           186:                        </File>
        !           187:                        <File
        !           188:                                RelativePath=".\Idea.h">
        !           189:                        </File>
        !           190:                        <File
        !           191:                                RelativePath=".\Md5.h">
        !           192:                        </File>
        !           193:                        <File
        !           194:                                RelativePath=".\Podd.h">
        !           195:                        </File>
        !           196:                        <File
        !           197:                                RelativePath=".\resource.h">
        !           198:                        </File>
        !           199:                        <File
        !           200:                                RelativePath=".\Set_key.h">
        !           201:                        </File>
        !           202:                        <File
        !           203:                                RelativePath=".\Sha.h">
        !           204:                        </File>
        !           205:                        <File
        !           206:                                RelativePath=".\Sha1.h">
        !           207:                        </File>
        !           208:                        <File
        !           209:                                RelativePath=".\Sk.h">
        !           210:                        </File>
        !           211:                        <File
        !           212:                                RelativePath=".\Spr.h">
        !           213:                        </File>
        !           214:                </Filter>
        !           215:                <Filter
        !           216:                        Name="Resource Files"
        !           217:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
        !           218:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
        !           219:                </Filter>
        !           220:        </Files>
        !           221:        <Globals>
        !           222:        </Globals>
        !           223: </VisualStudioProject>

unix.superglobalmegacorp.com

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