Annotation of truecrypt/driver/driver.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="9.00"
1.1       root        5:        Name="Driver"
                      6:        ProjectGUID="{EF5EF444-18D0-40D7-8DFA-775EC4448602}"
                      7:        RootNamespace="Driver"
1.1.1.3   root        8:        Keyword="MakeFileProj"
1.1.1.7   root        9:        TargetFrameworkVersion="131072"
1.1.1.3   root       10:        >
1.1       root       11:        <Platforms>
                     12:                <Platform
1.1.1.3   root       13:                        Name="Win32"
                     14:                />
1.1       root       15:        </Platforms>
1.1.1.3   root       16:        <ToolFiles>
                     17:        </ToolFiles>
1.1       root       18:        <Configurations>
                     19:                <Configuration
                     20:                        Name="Debug|Win32"
                     21:                        OutputDirectory="Debug"
                     22:                        IntermediateDirectory="Debug"
1.1.1.3   root       23:                        ConfigurationType="0"
                     24:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     25:                        >
1.1       root       26:                        <Tool
                     27:                                Name="VCNMakeTool"
1.1.1.5   root       28:                                BuildCommandLine="echo ------ Building truecrypt.sys: Debug x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -build -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Building truecrypt.sys: Debug x64 ------&#x0D;&#x0A;BuildDriver.cmd -build -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     29:                                ReBuildCommandLine="echo ------ Rebuilding truecrypt.sys: Debug x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -rebuild -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Rebuilding truecrypt.sys: Debug x64 ------&#x0D;&#x0A;BuildDriver.cmd -rebuild -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     30:                                CleanCommandLine="echo ------ Cleaning truecrypt.sys: Debug x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -clean -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Cleaning truecrypt.sys: Debug x64 ------&#x0D;&#x0A;BuildDriver.cmd -clean -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     31:                                Output=""
                     32:                                PreprocessorDefinitions="DEBUG;_DEBUG"
1.1.1.8   root       33:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.3   root       34:                                ForcedIncludes=""
                     35:                                AssemblySearchPath=""
                     36:                                ForcedUsingAssemblies=""
                     37:                                CompileAsManaged=""
                     38:                        />
1.1       root       39:                </Configuration>
                     40:                <Configuration
                     41:                        Name="Release|Win32"
                     42:                        OutputDirectory="Release"
                     43:                        IntermediateDirectory="Release"
1.1.1.3   root       44:                        ConfigurationType="0"
                     45:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     46:                        >
1.1       root       47:                        <Tool
                     48:                                Name="VCNMakeTool"
1.1.1.5   root       49:                                BuildCommandLine="echo ------ Building truecrypt.sys: Release x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -build -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Building truecrypt.sys: Release x64 ------&#x0D;&#x0A;BuildDriver.cmd -build -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     50:                                ReBuildCommandLine="echo ------ Rebuilding truecrypt.sys: Release x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -rebuild -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Rebuilding truecrypt.sys: Release x64 ------&#x0D;&#x0A;BuildDriver.cmd -rebuild -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     51:                                CleanCommandLine="echo ------ Cleaning truecrypt.sys: Release x86 ------&#x0D;&#x0A;cmd.exe /c BuildDriver.cmd -clean -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;&#x0D;&#x0A;if errorlevel 1 exit %errorlevel%&#x0D;&#x0A;echo ------ Cleaning truecrypt.sys: Release x64 ------&#x0D;&#x0A;BuildDriver.cmd -clean -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     52:                                Output=""
                     53:                                PreprocessorDefinitions=""
1.1.1.8   root       54:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.5   root       55:                                ForcedIncludes=""
                     56:                                AssemblySearchPath=""
                     57:                                ForcedUsingAssemblies=""
                     58:                                CompileAsManaged=""
                     59:                        />
                     60:                </Configuration>
                     61:                <Configuration
                     62:                        Name="Release x86|Win32"
                     63:                        OutputDirectory="$(ConfigurationName)"
                     64:                        IntermediateDirectory="$(ConfigurationName)"
                     65:                        ConfigurationType="0"
                     66:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     67:                        >
                     68:                        <Tool
                     69:                                Name="VCNMakeTool"
                     70:                                BuildCommandLine="BuildDriver.cmd -build -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     71:                                ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     72:                                CleanCommandLine="BuildDriver.cmd -clean -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     73:                                Output=""
                     74:                                PreprocessorDefinitions=""
1.1.1.8   root       75:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.5   root       76:                                ForcedIncludes=""
                     77:                                AssemblySearchPath=""
                     78:                                ForcedUsingAssemblies=""
                     79:                                CompileAsManaged=""
                     80:                        />
                     81:                </Configuration>
                     82:                <Configuration
                     83:                        Name="Debug x86|Win32"
                     84:                        OutputDirectory="$(ConfigurationName)"
                     85:                        IntermediateDirectory="$(ConfigurationName)"
                     86:                        ConfigurationType="0"
                     87:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     88:                        >
                     89:                        <Tool
                     90:                                Name="VCNMakeTool"
                     91:                                BuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe &gt;NUL:&#x0D;&#x0A;) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe &gt;NUL: )&#x0D;&#x0A;&#x0D;&#x0A;BuildDriver.cmd -build -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     92:                                ReBuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe &gt;NUL:&#x0D;&#x0A;) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe &gt;NUL: )&#x0D;&#x0A;&#x0D;&#x0A;BuildDriver.cmd -rebuild -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     93:                                CleanCommandLine="BuildDriver.cmd -clean -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                     94:                                Output="$(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe"
                     95:                                PreprocessorDefinitions="DEBUG;_DEBUG"
1.1.1.8   root       96:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.5   root       97:                                ForcedIncludes=""
                     98:                                AssemblySearchPath=""
                     99:                                ForcedUsingAssemblies=""
                    100:                                CompileAsManaged=""
                    101:                        />
                    102:                </Configuration>
                    103:                <Configuration
                    104:                        Name="Release x64|Win32"
                    105:                        OutputDirectory="$(ConfigurationName)"
                    106:                        IntermediateDirectory="$(ConfigurationName)"
                    107:                        ConfigurationType="0"
                    108:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                    109:                        >
                    110:                        <Tool
                    111:                                Name="VCNMakeTool"
                    112:                                BuildCommandLine="BuildDriver.cmd -build -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    113:                                ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    114:                                CleanCommandLine="BuildDriver.cmd -clean -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    115:                                Output=""
1.1.1.3   root      116:                                PreprocessorDefinitions=""
1.1.1.8   root      117:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.5   root      118:                                ForcedIncludes=""
                    119:                                AssemblySearchPath=""
                    120:                                ForcedUsingAssemblies=""
                    121:                                CompileAsManaged=""
                    122:                        />
                    123:                </Configuration>
                    124:                <Configuration
                    125:                        Name="Debug x64|Win32"
                    126:                        OutputDirectory="$(ConfigurationName)"
                    127:                        IntermediateDirectory="$(ConfigurationName)"
                    128:                        ConfigurationType="0"
                    129:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                    130:                        >
                    131:                        <Tool
                    132:                                Name="VCNMakeTool"
                    133:                                BuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe &gt;NUL:&#x0D;&#x0A;) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe &gt;NUL: )&#x0D;&#x0A;&#x0D;&#x0A;BuildDriver.cmd -build -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    134:                                ReBuildCommandLine="if exist $(SolutionDir)\Mount\Debug\TrueCrypt.exe ( copy $(SolutionDir)\Mount\Debug\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe &gt;NUL:&#x0D;&#x0A;) else ( copy $(SolutionDir)\Mount\Release\TrueCrypt.exe $(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe &gt;NUL: )&#x0D;&#x0A;&#x0D;&#x0A;BuildDriver.cmd -rebuild -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    135:                                CleanCommandLine="BuildDriver.cmd -clean -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
                    136:                                Output="$(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe"
                    137:                                PreprocessorDefinitions="DEBUG;_DEBUG"
1.1.1.8   root      138:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;;&quot;$(WINDDK_ROOT)\inc\api&quot;"
1.1.1.3   root      139:                                ForcedIncludes=""
                    140:                                AssemblySearchPath=""
                    141:                                ForcedUsingAssemblies=""
                    142:                                CompileAsManaged=""
                    143:                        />
1.1       root      144:                </Configuration>
                    145:        </Configurations>
                    146:        <References>
                    147:        </References>
                    148:        <Files>
                    149:                <Filter
                    150:                        Name="Source Files"
                    151:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.3   root      152:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    153:                        >
1.1       root      154:                        <File
1.1.1.5   root      155:                                RelativePath=".\DriveFilter.c"
                    156:                                >
                    157:                        </File>
                    158:                        <File
                    159:                                RelativePath=".\EncryptedIoQueue.c"
                    160:                                >
                    161:                        </File>
                    162:                        <File
1.1.1.3   root      163:                                RelativePath=".\Ntdriver.c"
                    164:                                >
1.1       root      165:                        </File>
                    166:                        <File
1.1.1.3   root      167:                                RelativePath=".\Ntvol.c"
                    168:                                >
1.1       root      169:                        </File>
1.1.1.7   root      170:                        <File
                    171:                                RelativePath=".\VolumeFilter.c"
                    172:                                >
                    173:                        </File>
1.1       root      174:                        <Filter
                    175:                                Name="Common"
1.1.1.3   root      176:                                >
1.1       root      177:                                <File
1.1.1.3   root      178:                                        RelativePath="..\Common\Cache.c"
                    179:                                        >
1.1       root      180:                                </File>
                    181:                                <File
1.1.1.3   root      182:                                        RelativePath="..\Common\Crc.c"
                    183:                                        >
1.1       root      184:                                </File>
                    185:                                <File
1.1.1.3   root      186:                                        RelativePath="..\Common\Crypto.c"
                    187:                                        >
1.1       root      188:                                </File>
                    189:                                <File
1.1.1.7   root      190:                                        RelativePath="..\Common\EncryptionThreadPool.c"
                    191:                                        >
                    192:                                </File>
                    193:                                <File
1.1.1.3   root      194:                                        RelativePath="..\Common\Endian.c"
                    195:                                        >
1.1       root      196:                                </File>
                    197:                                <File
1.1.1.4   root      198:                                        RelativePath="..\Common\GfMul.c"
                    199:                                        >
                    200:                                </File>
                    201:                                <File
1.1.1.3   root      202:                                        RelativePath="..\Common\Pkcs5.c"
                    203:                                        >
1.1       root      204:                                </File>
                    205:                                <File
1.1.1.3   root      206:                                        RelativePath="..\Common\Tests.c"
                    207:                                        >
1.1.1.2   root      208:                                </File>
                    209:                                <File
1.1.1.3   root      210:                                        RelativePath="..\Common\Volumes.c"
                    211:                                        >
1.1       root      212:                                </File>
1.1.1.5   root      213:                                <File
                    214:                                        RelativePath="..\Common\Wipe.c"
                    215:                                        >
                    216:                                </File>
                    217:                                <File
                    218:                                        RelativePath="..\Common\Xts.c"
                    219:                                        >
                    220:                                </File>
1.1       root      221:                        </Filter>
1.1.1.6   root      222:                        <Filter
                    223:                                Name="Crypto"
                    224:                                >
                    225:                                <File
                    226:                                        RelativePath="..\Crypto\Aes_x64.asm"
                    227:                                        >
                    228:                                </File>
                    229:                                <File
                    230:                                        RelativePath="..\Crypto\Aes_x86.asm"
                    231:                                        >
                    232:                                </File>
                    233:                                <File
                    234:                                        RelativePath="..\Crypto\Aeskey.c"
                    235:                                        >
                    236:                                </File>
                    237:                                <File
                    238:                                        RelativePath="..\Crypto\Aestab.c"
                    239:                                        >
                    240:                                </File>
                    241:                                <File
1.1.1.9 ! root      242:                                        RelativePath="..\Crypto\Blowfish.c"
1.1.1.6   root      243:                                        >
                    244:                                </File>
                    245:                                <File
1.1.1.9 ! root      246:                                        RelativePath="..\Crypto\Cast.c"
1.1.1.6   root      247:                                        >
                    248:                                </File>
                    249:                                <File
                    250:                                        RelativePath="..\Crypto\Des.c"
                    251:                                        >
                    252:                                </File>
                    253:                                <File
                    254:                                        RelativePath="..\Crypto\Rmd160.c"
                    255:                                        >
                    256:                                </File>
                    257:                                <File
                    258:                                        RelativePath="..\Crypto\Serpent.c"
                    259:                                        >
                    260:                                </File>
                    261:                                <File
                    262:                                        RelativePath="..\Crypto\Sha1.c"
                    263:                                        >
                    264:                                </File>
                    265:                                <File
                    266:                                        RelativePath="..\Crypto\Sha2.c"
                    267:                                        >
                    268:                                </File>
                    269:                                <File
                    270:                                        RelativePath="..\Crypto\Twofish.c"
                    271:                                        >
                    272:                                </File>
                    273:                                <File
                    274:                                        RelativePath="..\Crypto\Whirlpool.c"
                    275:                                        >
                    276:                                </File>
                    277:                        </Filter>
1.1       root      278:                </Filter>
                    279:                <Filter
                    280:                        Name="Header Files"
                    281:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.3   root      282:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    283:                        >
1.1       root      284:                        <File
1.1.1.3   root      285:                                RelativePath="..\Common\Apidrvr.h"
                    286:                                >
1.1.1.2   root      287:                        </File>
                    288:                        <File
1.1.1.3   root      289:                                RelativePath="..\Common\Cache.h"
                    290:                                >
1.1       root      291:                        </File>
                    292:                        <File
1.1.1.3   root      293:                                RelativePath="..\Common\Common.h"
                    294:                                >
1.1.1.2   root      295:                        </File>
                    296:                        <File
1.1.1.5   root      297:                                RelativePath=".\DriveFilter.h"
                    298:                                >
                    299:                        </File>
                    300:                        <File
                    301:                                RelativePath=".\EncryptedIoQueue.h"
                    302:                                >
                    303:                        </File>
                    304:                        <File
1.1.1.7   root      305:                                RelativePath="..\Common\EncryptionThreadPool.h"
                    306:                                >
                    307:                        </File>
                    308:                        <File
1.1.1.4   root      309:                                RelativePath="..\Common\GfMul.h"
1.1.1.3   root      310:                                >
1.1       root      311:                        </File>
                    312:                        <File
1.1.1.4   root      313:                                RelativePath=".\Ntdriver.h"
1.1.1.3   root      314:                                >
1.1       root      315:                        </File>
                    316:                        <File
1.1.1.3   root      317:                                RelativePath=".\Ntvol.h"
                    318:                                >
1.1       root      319:                        </File>
                    320:                        <File
1.1.1.3   root      321:                                RelativePath=".\resource.h"
                    322:                                >
1.1       root      323:                        </File>
                    324:                        <File
1.1.1.3   root      325:                                RelativePath="..\Common\Tcdefs.h"
                    326:                                >
1.1.1.2   root      327:                        </File>
                    328:                        <File
1.1.1.7   root      329:                                RelativePath=".\VolumeFilter.h"
                    330:                                >
                    331:                        </File>
                    332:                        <File
1.1.1.3   root      333:                                RelativePath="..\Common\Volumes.h"
                    334:                                >
1.1       root      335:                        </File>
1.1.1.5   root      336:                        <File
                    337:                                RelativePath="..\Common\Wipe.h"
                    338:                                >
                    339:                        </File>
                    340:                        <File
                    341:                                RelativePath="..\Common\Xts.h"
                    342:                                >
                    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.3   root      348:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    349:                        >
1.1       root      350:                        <File
1.1.1.3   root      351:                                RelativePath=".\Driver.rc"
                    352:                                >
1.1       root      353:                        </File>
                    354:                </Filter>
1.1.1.5   root      355:                <Filter
                    356:                        Name="Build Files"
1.1.1.3   root      357:                        >
1.1.1.5   root      358:                        <File
                    359:                                RelativePath=".\BuildDriver.cmd"
                    360:                                >
                    361:                        </File>
                    362:                        <File
1.1.1.6   root      363:                                RelativePath=".\Makefile"
                    364:                                >
                    365:                        </File>
                    366:                        <File
1.1.1.5   root      367:                                RelativePath=".\Sources"
                    368:                                >
                    369:                        </File>
                    370:                        <Filter
                    371:                                Name="Common"
                    372:                                >
                    373:                                <File
1.1.1.6   root      374:                                        RelativePath="..\Common\Makefile"
                    375:                                        >
                    376:                                </File>
                    377:                                <File
1.1.1.5   root      378:                                        RelativePath="..\Common\Sources"
                    379:                                        >
                    380:                                </File>
                    381:                        </Filter>
                    382:                        <Filter
                    383:                                Name="Crypto"
                    384:                                >
                    385:                                <File
1.1.1.6   root      386:                                        RelativePath="..\Crypto\Makefile"
                    387:                                        >
                    388:                                </File>
                    389:                                <File
                    390:                                        RelativePath="..\Crypto\Makefile.inc"
                    391:                                        >
                    392:                                </File>
                    393:                                <File
1.1.1.5   root      394:                                        RelativePath="..\Crypto\Sources"
                    395:                                        >
                    396:                                </File>
                    397:                        </Filter>
                    398:                </Filter>
1.1       root      399:        </Files>
                    400:        <Globals>
                    401:        </Globals>
                    402: </VisualStudioProject>

unix.superglobalmegacorp.com

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