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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.10  root        4:        Version="9.00"
1.1       root        5:        Name="Crypto"
                      6:        ProjectGUID="{993245CF-6B70-47EE-91BB-39F8FC6DC0E7}"
1.1.1.7   root        7:        RootNamespace="Crypto"
                      8:        Keyword="Win32Proj"
1.1.1.10  root        9:        TargetFrameworkVersion="131072"
1.1.1.7   root       10:        >
1.1       root       11:        <Platforms>
                     12:                <Platform
1.1.1.7   root       13:                        Name="Win32"
                     14:                />
1.1       root       15:        </Platforms>
1.1.1.7   root       16:        <ToolFiles>
                     17:        </ToolFiles>
1.1       root       18:        <Configurations>
                     19:                <Configuration
                     20:                        Name="Debug|Win32"
                     21:                        OutputDirectory="Debug"
                     22:                        IntermediateDirectory="Debug"
                     23:                        ConfigurationType="4"
1.1.1.7   root       24:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     25:                        CharacterSet="2"
                     26:                        >
                     27:                        <Tool
                     28:                                Name="VCPreBuildEventTool"
                     29:                        />
                     30:                        <Tool
                     31:                                Name="VCCustomBuildTool"
                     32:                        />
                     33:                        <Tool
                     34:                                Name="VCXMLDataGeneratorTool"
                     35:                        />
                     36:                        <Tool
                     37:                                Name="VCWebServiceProxyGeneratorTool"
                     38:                        />
                     39:                        <Tool
                     40:                                Name="VCMIDLTool"
                     41:                        />
1.1       root       42:                        <Tool
                     43:                                Name="VCCLCompilerTool"
                     44:                                Optimization="0"
1.1.1.8   root       45:                                AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Common&quot;"
1.1.1.10  root       46:                                PreprocessorDefinitions="WIN32;DEBUG;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
1.1.1.7   root       47:                                MinimalRebuild="true"
1.1       root       48:                                BasicRuntimeChecks="0"
1.1.1.7   root       49:                                RuntimeLibrary="1"
                     50:                                BufferSecurityCheck="false"
1.1       root       51:                                UsePrecompiledHeader="0"
                     52:                                WarningLevel="3"
1.1.1.7   root       53:                                DebugInformationFormat="3"
                     54:                        />
1.1       root       55:                        <Tool
1.1.1.7   root       56:                                Name="VCManagedResourceCompilerTool"
                     57:                        />
1.1       root       58:                        <Tool
1.1.1.7   root       59:                                Name="VCResourceCompilerTool"
                     60:                        />
1.1       root       61:                        <Tool
1.1.1.7   root       62:                                Name="VCPreLinkEventTool"
                     63:                        />
1.1       root       64:                        <Tool
1.1.1.7   root       65:                                Name="VCLibrarianTool"
                     66:                                OutputFile="$(OutDir)/Crypto.lib"
                     67:                        />
1.1       root       68:                        <Tool
1.1.1.7   root       69:                                Name="VCALinkTool"
                     70:                        />
1.1       root       71:                        <Tool
1.1.1.7   root       72:                                Name="VCXDCMakeTool"
                     73:                        />
1.1       root       74:                        <Tool
1.1.1.7   root       75:                                Name="VCBscMakeTool"
                     76:                        />
1.1       root       77:                        <Tool
1.1.1.7   root       78:                                Name="VCFxCopTool"
                     79:                        />
1.1       root       80:                        <Tool
1.1.1.7   root       81:                                Name="VCPostBuildEventTool"
                     82:                        />
1.1       root       83:                </Configuration>
                     84:                <Configuration
                     85:                        Name="Release|Win32"
                     86:                        OutputDirectory="Release"
                     87:                        IntermediateDirectory="Release"
                     88:                        ConfigurationType="4"
1.1.1.7   root       89:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     90:                        CharacterSet="2"
                     91:                        >
                     92:                        <Tool
                     93:                                Name="VCPreBuildEventTool"
                     94:                        />
                     95:                        <Tool
                     96:                                Name="VCCustomBuildTool"
                     97:                        />
                     98:                        <Tool
                     99:                                Name="VCXMLDataGeneratorTool"
                    100:                        />
                    101:                        <Tool
                    102:                                Name="VCWebServiceProxyGeneratorTool"
                    103:                        />
                    104:                        <Tool
                    105:                                Name="VCMIDLTool"
                    106:                        />
1.1       root      107:                        <Tool
                    108:                                Name="VCCLCompilerTool"
1.1.1.10  root      109:                                Optimization="2"
1.1.1.8   root      110:                                AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Common&quot;"
1.1.1.7   root      111:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                    112:                                RuntimeLibrary="0"
                    113:                                BufferSecurityCheck="true"
1.1       root      114:                                UsePrecompiledHeader="0"
                    115:                                AssemblerOutput="2"
                    116:                                AssemblerListingLocation="$(IntDir)/"
                    117:                                WarningLevel="3"
1.1.1.7   root      118:                                Detect64BitPortabilityProblems="false"
                    119:                                DebugInformationFormat="0"
                    120:                        />
1.1       root      121:                        <Tool
1.1.1.7   root      122:                                Name="VCManagedResourceCompilerTool"
                    123:                        />
1.1       root      124:                        <Tool
1.1.1.7   root      125:                                Name="VCResourceCompilerTool"
                    126:                        />
1.1       root      127:                        <Tool
1.1.1.7   root      128:                                Name="VCPreLinkEventTool"
                    129:                        />
1.1       root      130:                        <Tool
1.1.1.7   root      131:                                Name="VCLibrarianTool"
                    132:                                OutputFile="$(OutDir)/Crypto.lib"
1.1.1.9   root      133:                                AdditionalLibraryDirectories="$(TargetDir)"
1.1.1.7   root      134:                        />
1.1       root      135:                        <Tool
1.1.1.7   root      136:                                Name="VCALinkTool"
                    137:                        />
1.1       root      138:                        <Tool
1.1.1.7   root      139:                                Name="VCXDCMakeTool"
                    140:                        />
1.1       root      141:                        <Tool
1.1.1.7   root      142:                                Name="VCBscMakeTool"
                    143:                        />
1.1       root      144:                        <Tool
1.1.1.7   root      145:                                Name="VCFxCopTool"
                    146:                        />
1.1       root      147:                        <Tool
1.1.1.7   root      148:                                Name="VCPostBuildEventTool"
                    149:                        />
1.1       root      150:                </Configuration>
                    151:        </Configurations>
                    152:        <References>
                    153:        </References>
                    154:        <Files>
                    155:                <Filter
                    156:                        Name="Source Files"
                    157:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7   root      158:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    159:                        >
1.1       root      160:                        <File
1.1.1.9   root      161:                                RelativePath=".\Aes_x86.asm"
1.1.1.7   root      162:                                >
1.1.1.9   root      163:                                <FileConfiguration
                    164:                                        Name="Debug|Win32"
                    165:                                        >
                    166:                                        <Tool
                    167:                                                Name="VCCustomBuildTool"
                    168:                                                CommandLine="yasm.exe -Xvc -f win32 -g cv8 -o &quot;$(TargetDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
                    169:                                                Outputs="$(TargetDir)\$(InputName).obj"
                    170:                                        />
                    171:                                </FileConfiguration>
                    172:                                <FileConfiguration
                    173:                                        Name="Release|Win32"
                    174:                                        >
                    175:                                        <Tool
                    176:                                                Name="VCCustomBuildTool"
                    177:                                                CommandLine="yasm.exe -Xvc -f win32 -o &quot;$(TargetDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
                    178:                                                Outputs="$(TargetDir)\$(InputName).obj"
                    179:                                        />
                    180:                                </FileConfiguration>
1.1.1.2   root      181:                        </File>
                    182:                        <File
1.1.1.7   root      183:                                RelativePath=".\Aeskey.c"
                    184:                                >
1.1.1.2   root      185:                        </File>
                    186:                        <File
1.1.1.7   root      187:                                RelativePath=".\Aestab.c"
                    188:                                >
1.1.1.2   root      189:                        </File>
                    190:                        <File
1.1.1.11! root      191:                                RelativePath=".\Blowfish.c"
1.1.1.7   root      192:                                >
1.1       root      193:                        </File>
                    194:                        <File
1.1.1.11! root      195:                                RelativePath=".\Cast.c"
1.1.1.7   root      196:                                >
1.1       root      197:                        </File>
                    198:                        <File
1.1.1.7   root      199:                                RelativePath=".\Des.c"
                    200:                                >
1.1       root      201:                        </File>
                    202:                        <File
1.1.1.7   root      203:                                RelativePath=".\Rmd160.c"
                    204:                                >
1.1       root      205:                        </File>
                    206:                        <File
1.1.1.7   root      207:                                RelativePath=".\Serpent.c"
                    208:                                >
1.1.1.5   root      209:                        </File>
                    210:                        <File
1.1.1.7   root      211:                                RelativePath=".\Sha1.c"
                    212:                                >
1.1       root      213:                        </File>
1.1.1.5   root      214:                        <File
1.1.1.8   root      215:                                RelativePath=".\Sha2.c"
                    216:                                >
                    217:                        </File>
                    218:                        <File
1.1.1.7   root      219:                                RelativePath=".\Twofish.c"
                    220:                                >
1.1.1.5   root      221:                        </File>
1.1.1.6   root      222:                        <File
1.1.1.7   root      223:                                RelativePath=".\Whirlpool.c"
                    224:                                >
1.1.1.6   root      225:                        </File>
1.1       root      226:                </Filter>
                    227:                <Filter
                    228:                        Name="Header Files"
                    229:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      230:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    231:                        >
1.1       root      232:                        <File
1.1.1.7   root      233:                                RelativePath=".\Aes.h"
                    234:                                >
1.1.1.2   root      235:                        </File>
                    236:                        <File
1.1.1.7   root      237:                                RelativePath=".\Aesopt.h"
                    238:                                >
1.1.1.2   root      239:                        </File>
                    240:                        <File
1.1.1.11! root      241:                                RelativePath=".\Aestab.h"
1.1.1.7   root      242:                                >
1.1       root      243:                        </File>
                    244:                        <File
1.1.1.7   root      245:                                RelativePath=".\Blowfish.h"
                    246:                                >
1.1       root      247:                        </File>
                    248:                        <File
1.1.1.7   root      249:                                RelativePath=".\Cast.h"
                    250:                                >
1.1       root      251:                        </File>
                    252:                        <File
1.1.1.7   root      253:                                RelativePath=".\Des.h"
                    254:                                >
1.1       root      255:                        </File>
                    256:                        <File
1.1.1.7   root      257:                                RelativePath=".\Rmd160.h"
                    258:                                >
1.1       root      259:                        </File>
                    260:                        <File
1.1.1.7   root      261:                                RelativePath=".\Serpent.h"
                    262:                                >
1.1.1.5   root      263:                        </File>
                    264:                        <File
1.1.1.7   root      265:                                RelativePath=".\Sha1.h"
                    266:                                >
1.1       root      267:                        </File>
                    268:                        <File
1.1.1.8   root      269:                                RelativePath=".\Sha2.h"
                    270:                                >
                    271:                        </File>
                    272:                        <File
1.1.1.7   root      273:                                RelativePath=".\Twofish.h"
                    274:                                >
1.1.1.5   root      275:                        </File>
1.1.1.6   root      276:                        <File
1.1.1.7   root      277:                                RelativePath=".\Whirlpool.h"
                    278:                                >
1.1.1.6   root      279:                        </File>
1.1       root      280:                </Filter>
                    281:                <Filter
                    282:                        Name="Resource Files"
                    283:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      284:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    285:                        >
1.1       root      286:                </Filter>
                    287:        </Files>
                    288:        <Globals>
                    289:        </Globals>
                    290: </VisualStudioProject>

unix.superglobalmegacorp.com

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