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

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.7   root      191:                                RelativePath=".\Bf_ecb.c"
                    192:                                >
1.1       root      193:                        </File>
                    194:                        <File
1.1.1.7   root      195:                                RelativePath=".\Bf_enc.c"
                    196:                                >
1.1       root      197:                        </File>
                    198:                        <File
1.1.1.7   root      199:                                RelativePath=".\Bf_skey.c"
                    200:                                >
1.1       root      201:                        </File>
                    202:                        <File
1.1.1.7   root      203:                                RelativePath=".\C_ecb.c"
                    204:                                >
1.1       root      205:                        </File>
                    206:                        <File
1.1.1.7   root      207:                                RelativePath=".\C_enc.c"
                    208:                                >
1.1       root      209:                        </File>
                    210:                        <File
1.1.1.7   root      211:                                RelativePath=".\C_skey.c"
                    212:                                >
1.1       root      213:                        </File>
                    214:                        <File
1.1.1.7   root      215:                                RelativePath=".\Des.c"
                    216:                                >
1.1       root      217:                        </File>
                    218:                        <File
1.1.1.7   root      219:                                RelativePath=".\Des_enc.c"
                    220:                                >
1.1       root      221:                        </File>
                    222:                        <File
1.1.1.7   root      223:                                RelativePath=".\Ecb3_enc.c"
                    224:                                >
1.1       root      225:                        </File>
                    226:                        <File
1.1.1.7   root      227:                                RelativePath=".\Rmd160.c"
                    228:                                >
1.1       root      229:                        </File>
                    230:                        <File
1.1.1.7   root      231:                                RelativePath=".\Serpent.c"
                    232:                                >
1.1.1.5   root      233:                        </File>
                    234:                        <File
1.1.1.7   root      235:                                RelativePath=".\Set_key.c"
                    236:                                >
1.1       root      237:                        </File>
                    238:                        <File
1.1.1.7   root      239:                                RelativePath=".\Sha1.c"
                    240:                                >
1.1       root      241:                        </File>
1.1.1.5   root      242:                        <File
1.1.1.8   root      243:                                RelativePath=".\Sha2.c"
                    244:                                >
                    245:                        </File>
                    246:                        <File
1.1.1.7   root      247:                                RelativePath=".\Twofish.c"
                    248:                                >
1.1.1.5   root      249:                        </File>
1.1.1.6   root      250:                        <File
1.1.1.7   root      251:                                RelativePath=".\Whirlpool.c"
                    252:                                >
1.1.1.6   root      253:                        </File>
1.1       root      254:                </Filter>
                    255:                <Filter
                    256:                        Name="Header Files"
                    257:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      258:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    259:                        >
1.1       root      260:                        <File
1.1.1.7   root      261:                                RelativePath=".\Aes.h"
                    262:                                >
1.1.1.2   root      263:                        </File>
                    264:                        <File
1.1.1.7   root      265:                                RelativePath=".\Aesopt.h"
                    266:                                >
1.1.1.2   root      267:                        </File>
                    268:                        <File
1.1.1.7   root      269:                                RelativePath=".\aestab.h"
                    270:                                >
1.1.1.2   root      271:                        </File>
                    272:                        <File
1.1.1.7   root      273:                                RelativePath=".\Bf_locl.h"
                    274:                                >
1.1       root      275:                        </File>
                    276:                        <File
1.1.1.7   root      277:                                RelativePath=".\Bf_pi.h"
                    278:                                >
1.1       root      279:                        </File>
                    280:                        <File
1.1.1.7   root      281:                                RelativePath=".\Blowfish.h"
                    282:                                >
1.1       root      283:                        </File>
                    284:                        <File
1.1.1.7   root      285:                                RelativePath=".\Cast.h"
                    286:                                >
1.1       root      287:                        </File>
                    288:                        <File
1.1.1.7   root      289:                                RelativePath=".\Cast_lcl.h"
                    290:                                >
1.1       root      291:                        </File>
                    292:                        <File
1.1.1.7   root      293:                                RelativePath=".\Cast_s.h"
                    294:                                >
1.1       root      295:                        </File>
                    296:                        <File
1.1.1.7   root      297:                                RelativePath=".\Des.h"
                    298:                                >
1.1       root      299:                        </File>
                    300:                        <File
1.1.1.7   root      301:                                RelativePath=".\Des_locl.h"
                    302:                                >
1.1       root      303:                        </File>
                    304:                        <File
1.1.1.7   root      305:                                RelativePath=".\Podd.h"
                    306:                                >
1.1       root      307:                        </File>
                    308:                        <File
1.1.1.7   root      309:                                RelativePath=".\Rmd160.h"
                    310:                                >
1.1       root      311:                        </File>
                    312:                        <File
1.1.1.7   root      313:                                RelativePath=".\Serpent.h"
                    314:                                >
1.1.1.5   root      315:                        </File>
                    316:                        <File
1.1.1.7   root      317:                                RelativePath=".\Set_key.h"
                    318:                                >
1.1       root      319:                        </File>
                    320:                        <File
1.1.1.7   root      321:                                RelativePath=".\Sha1.h"
                    322:                                >
1.1       root      323:                        </File>
                    324:                        <File
1.1.1.8   root      325:                                RelativePath=".\Sha2.h"
                    326:                                >
                    327:                        </File>
                    328:                        <File
1.1.1.7   root      329:                                RelativePath=".\Sk.h"
                    330:                                >
1.1       root      331:                        </File>
                    332:                        <File
1.1.1.7   root      333:                                RelativePath=".\Spr.h"
                    334:                                >
1.1       root      335:                        </File>
1.1.1.5   root      336:                        <File
1.1.1.7   root      337:                                RelativePath=".\Twofish.h"
                    338:                                >
1.1.1.5   root      339:                        </File>
1.1.1.6   root      340:                        <File
1.1.1.7   root      341:                                RelativePath=".\Whirlpool.h"
                    342:                                >
1.1.1.6   root      343:                        </File>
1.1       root      344:                </Filter>
                    345:                <Filter
                    346:                        Name="Resource Files"
                    347:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      348:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    349:                        >
1.1       root      350:                </Filter>
                    351:        </Files>
                    352:        <Globals>
                    353:        </Globals>
                    354: </VisualStudioProject>

unix.superglobalmegacorp.com

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