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

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"
1.1.1.9 ! root      132:                                AdditionalLibraryDirectories="$(TargetDir)"
1.1.1.7   root      133:                        />
1.1       root      134:                        <Tool
1.1.1.7   root      135:                                Name="VCALinkTool"
                    136:                        />
1.1       root      137:                        <Tool
1.1.1.7   root      138:                                Name="VCXDCMakeTool"
                    139:                        />
1.1       root      140:                        <Tool
1.1.1.7   root      141:                                Name="VCBscMakeTool"
                    142:                        />
1.1       root      143:                        <Tool
1.1.1.7   root      144:                                Name="VCFxCopTool"
                    145:                        />
1.1       root      146:                        <Tool
1.1.1.7   root      147:                                Name="VCPostBuildEventTool"
                    148:                        />
1.1       root      149:                </Configuration>
                    150:        </Configurations>
                    151:        <References>
                    152:        </References>
                    153:        <Files>
                    154:                <Filter
                    155:                        Name="Source Files"
                    156:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.7   root      157:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    158:                        >
1.1       root      159:                        <File
1.1.1.9 ! root      160:                                RelativePath=".\Aes_x86.asm"
1.1.1.7   root      161:                                >
1.1.1.9 ! root      162:                                <FileConfiguration
        !           163:                                        Name="Debug|Win32"
        !           164:                                        >
        !           165:                                        <Tool
        !           166:                                                Name="VCCustomBuildTool"
        !           167:                                                CommandLine="yasm.exe -Xvc -f win32 -g cv8 -o &quot;$(TargetDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
        !           168:                                                Outputs="$(TargetDir)\$(InputName).obj"
        !           169:                                        />
        !           170:                                </FileConfiguration>
        !           171:                                <FileConfiguration
        !           172:                                        Name="Release|Win32"
        !           173:                                        >
        !           174:                                        <Tool
        !           175:                                                Name="VCCustomBuildTool"
        !           176:                                                CommandLine="yasm.exe -Xvc -f win32 -o &quot;$(TargetDir)\$(InputName).obj&quot; &quot;$(InputPath)&quot;&#x0D;&#x0A;"
        !           177:                                                Outputs="$(TargetDir)\$(InputName).obj"
        !           178:                                        />
        !           179:                                </FileConfiguration>
1.1.1.2   root      180:                        </File>
                    181:                        <File
1.1.1.7   root      182:                                RelativePath=".\Aeskey.c"
                    183:                                >
1.1.1.2   root      184:                        </File>
                    185:                        <File
1.1.1.7   root      186:                                RelativePath=".\Aestab.c"
                    187:                                >
1.1.1.2   root      188:                        </File>
                    189:                        <File
1.1.1.7   root      190:                                RelativePath=".\Bf_ecb.c"
                    191:                                >
1.1       root      192:                        </File>
                    193:                        <File
1.1.1.7   root      194:                                RelativePath=".\Bf_enc.c"
                    195:                                >
1.1       root      196:                        </File>
                    197:                        <File
1.1.1.7   root      198:                                RelativePath=".\Bf_skey.c"
                    199:                                >
1.1       root      200:                        </File>
                    201:                        <File
1.1.1.7   root      202:                                RelativePath=".\C_ecb.c"
                    203:                                >
1.1       root      204:                        </File>
                    205:                        <File
1.1.1.7   root      206:                                RelativePath=".\C_enc.c"
                    207:                                >
1.1       root      208:                        </File>
                    209:                        <File
1.1.1.7   root      210:                                RelativePath=".\C_skey.c"
                    211:                                >
1.1       root      212:                        </File>
                    213:                        <File
1.1.1.7   root      214:                                RelativePath=".\Des.c"
                    215:                                >
1.1       root      216:                        </File>
                    217:                        <File
1.1.1.7   root      218:                                RelativePath=".\Des_enc.c"
                    219:                                >
1.1       root      220:                        </File>
                    221:                        <File
1.1.1.7   root      222:                                RelativePath=".\Ecb3_enc.c"
                    223:                                >
1.1       root      224:                        </File>
                    225:                        <File
1.1.1.7   root      226:                                RelativePath=".\Rmd160.c"
                    227:                                >
1.1       root      228:                        </File>
                    229:                        <File
1.1.1.7   root      230:                                RelativePath=".\Serpent.c"
                    231:                                >
1.1.1.5   root      232:                        </File>
                    233:                        <File
1.1.1.7   root      234:                                RelativePath=".\Set_key.c"
                    235:                                >
1.1       root      236:                        </File>
                    237:                        <File
1.1.1.7   root      238:                                RelativePath=".\Sha1.c"
                    239:                                >
1.1       root      240:                        </File>
1.1.1.5   root      241:                        <File
1.1.1.8   root      242:                                RelativePath=".\Sha2.c"
                    243:                                >
                    244:                        </File>
                    245:                        <File
1.1.1.7   root      246:                                RelativePath=".\Twofish.c"
                    247:                                >
1.1.1.5   root      248:                        </File>
1.1.1.6   root      249:                        <File
1.1.1.7   root      250:                                RelativePath=".\Whirlpool.c"
                    251:                                >
1.1.1.6   root      252:                        </File>
1.1       root      253:                </Filter>
                    254:                <Filter
                    255:                        Name="Header Files"
                    256:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.7   root      257:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    258:                        >
1.1       root      259:                        <File
1.1.1.7   root      260:                                RelativePath=".\Aes.h"
                    261:                                >
1.1.1.2   root      262:                        </File>
                    263:                        <File
1.1.1.7   root      264:                                RelativePath=".\Aesopt.h"
                    265:                                >
1.1.1.2   root      266:                        </File>
                    267:                        <File
1.1.1.7   root      268:                                RelativePath=".\aestab.h"
                    269:                                >
1.1.1.2   root      270:                        </File>
                    271:                        <File
1.1.1.7   root      272:                                RelativePath=".\Bf_locl.h"
                    273:                                >
1.1       root      274:                        </File>
                    275:                        <File
1.1.1.7   root      276:                                RelativePath=".\Bf_pi.h"
                    277:                                >
1.1       root      278:                        </File>
                    279:                        <File
1.1.1.7   root      280:                                RelativePath=".\Blowfish.h"
                    281:                                >
1.1       root      282:                        </File>
                    283:                        <File
1.1.1.7   root      284:                                RelativePath=".\Cast.h"
                    285:                                >
1.1       root      286:                        </File>
                    287:                        <File
1.1.1.7   root      288:                                RelativePath=".\Cast_lcl.h"
                    289:                                >
1.1       root      290:                        </File>
                    291:                        <File
1.1.1.7   root      292:                                RelativePath=".\Cast_s.h"
                    293:                                >
1.1       root      294:                        </File>
                    295:                        <File
1.1.1.7   root      296:                                RelativePath=".\Des.h"
                    297:                                >
1.1       root      298:                        </File>
                    299:                        <File
1.1.1.7   root      300:                                RelativePath=".\Des_locl.h"
                    301:                                >
1.1       root      302:                        </File>
                    303:                        <File
1.1.1.7   root      304:                                RelativePath=".\Podd.h"
                    305:                                >
1.1       root      306:                        </File>
                    307:                        <File
1.1.1.7   root      308:                                RelativePath=".\Rmd160.h"
                    309:                                >
1.1       root      310:                        </File>
                    311:                        <File
1.1.1.7   root      312:                                RelativePath=".\Serpent.h"
                    313:                                >
1.1.1.5   root      314:                        </File>
                    315:                        <File
1.1.1.7   root      316:                                RelativePath=".\Set_key.h"
                    317:                                >
1.1       root      318:                        </File>
                    319:                        <File
1.1.1.7   root      320:                                RelativePath=".\Sha1.h"
                    321:                                >
1.1       root      322:                        </File>
                    323:                        <File
1.1.1.8   root      324:                                RelativePath=".\Sha2.h"
                    325:                                >
                    326:                        </File>
                    327:                        <File
1.1.1.7   root      328:                                RelativePath=".\Sk.h"
                    329:                                >
1.1       root      330:                        </File>
                    331:                        <File
1.1.1.7   root      332:                                RelativePath=".\Spr.h"
                    333:                                >
1.1       root      334:                        </File>
1.1.1.5   root      335:                        <File
1.1.1.7   root      336:                                RelativePath=".\Twofish.h"
                    337:                                >
1.1.1.5   root      338:                        </File>
1.1.1.6   root      339:                        <File
1.1.1.7   root      340:                                RelativePath=".\Whirlpool.h"
                    341:                                >
1.1.1.6   root      342:                        </File>
1.1       root      343:                </Filter>
                    344:                <Filter
                    345:                        Name="Resource Files"
                    346:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.7   root      347:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    348:                        >
1.1       root      349:                </Filter>
                    350:        </Files>
                    351:        <Globals>
                    352:        </Globals>
                    353: </VisualStudioProject>

unix.superglobalmegacorp.com

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