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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.7   root        4:        Version="8.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"
                      9:        >
1.1       root       10:        <Platforms>
                     11:                <Platform
1.1.1.7   root       12:                        Name="Win32"
                     13:                />
1.1       root       14:        </Platforms>
1.1.1.7   root       15:        <ToolFiles>
                     16:        </ToolFiles>
1.1       root       17:        <Configurations>
                     18:                <Configuration
                     19:                        Name="Debug|Win32"
                     20:                        OutputDirectory="Debug"
                     21:                        IntermediateDirectory="Debug"
                     22:                        ConfigurationType="4"
1.1.1.7   root       23:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     24:                        CharacterSet="2"
                     25:                        >
                     26:                        <Tool
                     27:                                Name="VCPreBuildEventTool"
                     28:                        />
                     29:                        <Tool
                     30:                                Name="VCCustomBuildTool"
                     31:                        />
                     32:                        <Tool
                     33:                                Name="VCXMLDataGeneratorTool"
                     34:                        />
                     35:                        <Tool
                     36:                                Name="VCWebServiceProxyGeneratorTool"
                     37:                        />
                     38:                        <Tool
                     39:                                Name="VCMIDLTool"
                     40:                        />
1.1       root       41:                        <Tool
                     42:                                Name="VCCLCompilerTool"
                     43:                                Optimization="0"
1.1.1.8 ! root       44:                                AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Common&quot;"
1.1.1.7   root       45:                                PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                     46:                                MinimalRebuild="true"
1.1       root       47:                                BasicRuntimeChecks="0"
1.1.1.7   root       48:                                RuntimeLibrary="1"
                     49:                                BufferSecurityCheck="false"
1.1       root       50:                                UsePrecompiledHeader="0"
                     51:                                WarningLevel="3"
1.1.1.7   root       52:                                Detect64BitPortabilityProblems="false"
                     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.8 ! root      109:                                AdditionalIncludeDirectories="&quot;$(ProjectDir)\..&quot;;&quot;$(ProjectDir)\..\Common&quot;"
1.1.1.7   root      110:                                PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NON_CONFORMING_SWPRINTFS"
                    111:                                RuntimeLibrary="0"
                    112:                                BufferSecurityCheck="true"
1.1       root      113:                                UsePrecompiledHeader="0"
                    114:                                AssemblerOutput="2"
                    115:                                AssemblerListingLocation="$(IntDir)/"
                    116:                                WarningLevel="3"
1.1.1.7   root      117:                                Detect64BitPortabilityProblems="false"
                    118:                                DebugInformationFormat="0"
                    119:                        />
1.1       root      120:                        <Tool
1.1.1.7   root      121:                                Name="VCManagedResourceCompilerTool"
                    122:                        />
1.1       root      123:                        <Tool
1.1.1.7   root      124:                                Name="VCResourceCompilerTool"
                    125:                        />
1.1       root      126:                        <Tool
1.1.1.7   root      127:                                Name="VCPreLinkEventTool"
                    128:                        />
1.1       root      129:                        <Tool
1.1.1.7   root      130:                                Name="VCLibrarianTool"
                    131:                                OutputFile="$(OutDir)/Crypto.lib"
                    132:                        />
1.1       root      133:                        <Tool
1.1.1.7   root      134:                                Name="VCALinkTool"
                    135:                        />
1.1       root      136:                        <Tool
1.1.1.7   root      137:                                Name="VCXDCMakeTool"
                    138:                        />
1.1       root      139:                        <Tool
1.1.1.7   root      140:                                Name="VCBscMakeTool"
                    141:                        />
1.1       root      142:                        <Tool
1.1.1.7   root      143:                                Name="VCFxCopTool"
                    144:                        />
1.1       root      145:                        <Tool
1.1.1.7   root      146:                                Name="VCPostBuildEventTool"
                    147:                        />
1.1       root      148:                </Configuration>
                    149:        </Configurations>
                    150:        <References>
                    151:        </References>
                    152:        <Files>
                    153:                <Filter
                    154:                        Name="Source Files"
                    155:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7   root      156:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    157:                        >
1.1       root      158:                        <File
1.1.1.7   root      159:                                RelativePath=".\Aescrypt.c"
                    160:                                >
1.1.1.2   root      161:                        </File>
                    162:                        <File
1.1.1.7   root      163:                                RelativePath=".\Aeskey.c"
                    164:                                >
1.1.1.2   root      165:                        </File>
                    166:                        <File
1.1.1.7   root      167:                                RelativePath=".\Aestab.c"
                    168:                                >
1.1.1.2   root      169:                        </File>
                    170:                        <File
1.1.1.7   root      171:                                RelativePath=".\Bf_ecb.c"
                    172:                                >
1.1       root      173:                        </File>
                    174:                        <File
1.1.1.7   root      175:                                RelativePath=".\Bf_enc.c"
                    176:                                >
1.1       root      177:                        </File>
                    178:                        <File
1.1.1.7   root      179:                                RelativePath=".\Bf_skey.c"
                    180:                                >
1.1       root      181:                        </File>
                    182:                        <File
1.1.1.7   root      183:                                RelativePath=".\C_ecb.c"
                    184:                                >
1.1       root      185:                        </File>
                    186:                        <File
1.1.1.7   root      187:                                RelativePath=".\C_enc.c"
                    188:                                >
1.1       root      189:                        </File>
                    190:                        <File
1.1.1.7   root      191:                                RelativePath=".\C_skey.c"
                    192:                                >
1.1       root      193:                        </File>
                    194:                        <File
1.1.1.7   root      195:                                RelativePath=".\Des.c"
                    196:                                >
1.1       root      197:                        </File>
                    198:                        <File
1.1.1.7   root      199:                                RelativePath=".\Des_enc.c"
                    200:                                >
1.1       root      201:                        </File>
                    202:                        <File
1.1.1.7   root      203:                                RelativePath=".\Ecb3_enc.c"
                    204:                                >
1.1       root      205:                        </File>
                    206:                        <File
1.1.1.7   root      207:                                RelativePath=".\Rmd160.c"
                    208:                                >
1.1       root      209:                        </File>
                    210:                        <File
1.1.1.7   root      211:                                RelativePath=".\Serpent.c"
                    212:                                >
1.1.1.5   root      213:                        </File>
                    214:                        <File
1.1.1.7   root      215:                                RelativePath=".\Set_key.c"
                    216:                                >
1.1       root      217:                        </File>
                    218:                        <File
1.1.1.7   root      219:                                RelativePath=".\Sha1.c"
                    220:                                >
1.1       root      221:                        </File>
1.1.1.5   root      222:                        <File
1.1.1.8 ! root      223:                                RelativePath=".\Sha2.c"
        !           224:                                >
        !           225:                        </File>
        !           226:                        <File
1.1.1.7   root      227:                                RelativePath=".\Twofish.c"
                    228:                                >
1.1.1.5   root      229:                        </File>
1.1.1.6   root      230:                        <File
1.1.1.7   root      231:                                RelativePath=".\Whirlpool.c"
                    232:                                >
1.1.1.6   root      233:                        </File>
1.1       root      234:                </Filter>
                    235:                <Filter
                    236:                        Name="Header Files"
                    237:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      238:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    239:                        >
1.1       root      240:                        <File
1.1.1.7   root      241:                                RelativePath=".\Aes.h"
                    242:                                >
1.1.1.2   root      243:                        </File>
                    244:                        <File
1.1.1.7   root      245:                                RelativePath=".\Aesopt.h"
                    246:                                >
1.1.1.2   root      247:                        </File>
                    248:                        <File
1.1.1.7   root      249:                                RelativePath=".\aestab.h"
                    250:                                >
1.1.1.2   root      251:                        </File>
                    252:                        <File
1.1.1.7   root      253:                                RelativePath=".\Bf_locl.h"
                    254:                                >
1.1       root      255:                        </File>
                    256:                        <File
1.1.1.7   root      257:                                RelativePath=".\Bf_pi.h"
                    258:                                >
1.1       root      259:                        </File>
                    260:                        <File
1.1.1.7   root      261:                                RelativePath=".\Blowfish.h"
                    262:                                >
1.1       root      263:                        </File>
                    264:                        <File
1.1.1.7   root      265:                                RelativePath=".\Cast.h"
                    266:                                >
1.1       root      267:                        </File>
                    268:                        <File
1.1.1.7   root      269:                                RelativePath=".\Cast_lcl.h"
                    270:                                >
1.1       root      271:                        </File>
                    272:                        <File
1.1.1.7   root      273:                                RelativePath=".\Cast_s.h"
                    274:                                >
1.1       root      275:                        </File>
                    276:                        <File
1.1.1.7   root      277:                                RelativePath=".\Des.h"
                    278:                                >
1.1       root      279:                        </File>
                    280:                        <File
1.1.1.7   root      281:                                RelativePath=".\Des_locl.h"
                    282:                                >
1.1       root      283:                        </File>
                    284:                        <File
1.1.1.7   root      285:                                RelativePath=".\Podd.h"
                    286:                                >
1.1       root      287:                        </File>
                    288:                        <File
1.1.1.7   root      289:                                RelativePath=".\Rmd160.h"
                    290:                                >
1.1       root      291:                        </File>
                    292:                        <File
1.1.1.7   root      293:                                RelativePath=".\Serpent.h"
                    294:                                >
1.1.1.5   root      295:                        </File>
                    296:                        <File
1.1.1.7   root      297:                                RelativePath=".\Set_key.h"
                    298:                                >
1.1       root      299:                        </File>
                    300:                        <File
1.1.1.7   root      301:                                RelativePath=".\Sha1.h"
                    302:                                >
1.1       root      303:                        </File>
                    304:                        <File
1.1.1.8 ! root      305:                                RelativePath=".\Sha2.h"
        !           306:                                >
        !           307:                        </File>
        !           308:                        <File
1.1.1.7   root      309:                                RelativePath=".\Sk.h"
                    310:                                >
1.1       root      311:                        </File>
                    312:                        <File
1.1.1.7   root      313:                                RelativePath=".\Spr.h"
                    314:                                >
1.1       root      315:                        </File>
1.1.1.5   root      316:                        <File
1.1.1.7   root      317:                                RelativePath=".\Twofish.h"
                    318:                                >
1.1.1.5   root      319:                        </File>
1.1.1.6   root      320:                        <File
1.1.1.7   root      321:                                RelativePath=".\Whirlpool.h"
                    322:                                >
1.1.1.6   root      323:                        </File>
1.1       root      324:                </Filter>
                    325:                <Filter
                    326:                        Name="Resource Files"
                    327:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      328:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    329:                        >
1.1       root      330:                </Filter>
                    331:        </Files>
                    332:        <Globals>
                    333:        </Globals>
                    334: </VisualStudioProject>

unix.superglobalmegacorp.com

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