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

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

unix.superglobalmegacorp.com

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