Annotation of truecrypt/crypto/crypto.vcproj, revision 1.1.1.3

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:                                AdditionalIncludeDirectories="..\Common"
                     65:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB"
                     66:                                RuntimeLibrary="4"
                     67:                                BufferSecurityCheck="FALSE"
                     68:                                UsePrecompiledHeader="0"
                     69:                                AssemblerOutput="2"
                     70:                                AssemblerListingLocation="$(IntDir)/"
                     71:                                WarningLevel="3"
                     72:                                Detect64BitPortabilityProblems="FALSE"
                     73:                                DebugInformationFormat="0"/>
                     74:                        <Tool
                     75:                                Name="VCCustomBuildTool"/>
                     76:                        <Tool
                     77:                                Name="VCLibrarianTool"
                     78:                                OutputFile="$(OutDir)/Crypto.lib"/>
                     79:                        <Tool
                     80:                                Name="VCMIDLTool"/>
                     81:                        <Tool
                     82:                                Name="VCPostBuildEventTool"/>
                     83:                        <Tool
                     84:                                Name="VCPreBuildEventTool"/>
                     85:                        <Tool
                     86:                                Name="VCPreLinkEventTool"/>
                     87:                        <Tool
                     88:                                Name="VCResourceCompilerTool"/>
                     89:                        <Tool
                     90:                                Name="VCWebServiceProxyGeneratorTool"/>
                     91:                        <Tool
                     92:                                Name="VCXMLDataGeneratorTool"/>
                     93:                        <Tool
                     94:                                Name="VCManagedWrapperGeneratorTool"/>
                     95:                        <Tool
                     96:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     97:                </Configuration>
                     98:        </Configurations>
                     99:        <References>
                    100:        </References>
                    101:        <Files>
                    102:                <Filter
                    103:                        Name="Source Files"
                    104:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                    105:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
                    106:                        <File
1.1.1.2   root      107:                                RelativePath=".\Aescrypt.c">
                    108:                        </File>
                    109:                        <File
                    110:                                RelativePath=".\Aeskey.c">
                    111:                        </File>
                    112:                        <File
                    113:                                RelativePath=".\Aestab.c">
                    114:                        </File>
                    115:                        <File
1.1       root      116:                                RelativePath=".\Bf_ecb.c">
                    117:                        </File>
                    118:                        <File
                    119:                                RelativePath=".\Bf_enc.c">
                    120:                        </File>
                    121:                        <File
                    122:                                RelativePath=".\Bf_skey.c">
                    123:                        </File>
                    124:                        <File
                    125:                                RelativePath=".\C_ecb.c">
                    126:                        </File>
                    127:                        <File
                    128:                                RelativePath=".\C_enc.c">
                    129:                        </File>
                    130:                        <File
                    131:                                RelativePath=".\C_skey.c">
                    132:                        </File>
                    133:                        <File
                    134:                                RelativePath=".\Des.c">
                    135:                        </File>
                    136:                        <File
                    137:                                RelativePath=".\Des_enc.c">
                    138:                        </File>
                    139:                        <File
                    140:                                RelativePath=".\Ecb3_enc.c">
                    141:                        </File>
                    142:                        <File
                    143:                                RelativePath=".\Idea.c">
                    144:                        </File>
                    145:                        <File
                    146:                                RelativePath=".\Idea_386.c">
                    147:                        </File>
                    148:                        <File
1.1.1.3 ! root      149:                                RelativePath=".\Rmd160.c">
1.1       root      150:                        </File>
                    151:                        <File
                    152:                                RelativePath=".\Set_key.c">
                    153:                        </File>
                    154:                        <File
                    155:                                RelativePath=".\Sha1.c">
                    156:                        </File>
                    157:                </Filter>
                    158:                <Filter
                    159:                        Name="Header Files"
                    160:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    161:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    162:                        <File
1.1.1.2   root      163:                                RelativePath=".\Aes.h">
                    164:                        </File>
                    165:                        <File
                    166:                                RelativePath=".\Aesopt.h">
                    167:                        </File>
                    168:                        <File
                    169:                                RelativePath=".\aestab.h">
                    170:                        </File>
                    171:                        <File
1.1       root      172:                                RelativePath=".\Bf_locl.h">
                    173:                        </File>
                    174:                        <File
                    175:                                RelativePath=".\Bf_pi.h">
                    176:                        </File>
                    177:                        <File
                    178:                                RelativePath=".\Blowfish.h">
                    179:                        </File>
                    180:                        <File
                    181:                                RelativePath=".\Cast.h">
                    182:                        </File>
                    183:                        <File
                    184:                                RelativePath=".\Cast_lcl.h">
                    185:                        </File>
                    186:                        <File
                    187:                                RelativePath=".\Cast_s.h">
                    188:                        </File>
                    189:                        <File
                    190:                                RelativePath=".\Des.h">
                    191:                        </File>
                    192:                        <File
                    193:                                RelativePath=".\Des_locl.h">
                    194:                        </File>
                    195:                        <File
                    196:                                RelativePath=".\Idea.h">
                    197:                        </File>
                    198:                        <File
                    199:                                RelativePath=".\Podd.h">
                    200:                        </File>
                    201:                        <File
                    202:                                RelativePath=".\resource.h">
                    203:                        </File>
                    204:                        <File
1.1.1.3 ! root      205:                                RelativePath=".\Rmd160.h">
1.1       root      206:                        </File>
                    207:                        <File
1.1.1.3 ! root      208:                                RelativePath=".\Set_key.h">
1.1       root      209:                        </File>
                    210:                        <File
                    211:                                RelativePath=".\Sha1.h">
                    212:                        </File>
                    213:                        <File
                    214:                                RelativePath=".\Sk.h">
                    215:                        </File>
                    216:                        <File
                    217:                                RelativePath=".\Spr.h">
                    218:                        </File>
                    219:                </Filter>
                    220:                <Filter
                    221:                        Name="Resource Files"
                    222:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
                    223:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
                    224:                </Filter>
                    225:        </Files>
                    226:        <Globals>
                    227:        </Globals>
                    228: </VisualStudioProject>

unix.superglobalmegacorp.com

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