Annotation of truecrypt/driver/driver.vcproj, revision 1.1.1.5

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.4   root        4:        Version="8.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"
                      9:        >
1.1       root       10:        <Platforms>
                     11:                <Platform
1.1.1.3   root       12:                        Name="Win32"
                     13:                />
1.1       root       14:        </Platforms>
1.1.1.3   root       15:        <ToolFiles>
                     16:        </ToolFiles>
1.1       root       17:        <Configurations>
                     18:                <Configuration
                     19:                        Name="Debug|Win32"
                     20:                        OutputDirectory="Debug"
                     21:                        IntermediateDirectory="Debug"
1.1.1.3   root       22:                        ConfigurationType="0"
                     23:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     24:                        >
1.1       root       25:                        <Tool
                     26:                                Name="VCNMakeTool"
1.1.1.5 ! root       27:                                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;"
        !            28:                                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;"
        !            29:                                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;"
        !            30:                                Output=""
        !            31:                                PreprocessorDefinitions="DEBUG;_DEBUG"
        !            32:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
1.1.1.3   root       33:                                ForcedIncludes=""
                     34:                                AssemblySearchPath=""
                     35:                                ForcedUsingAssemblies=""
                     36:                                CompileAsManaged=""
                     37:                        />
1.1       root       38:                </Configuration>
                     39:                <Configuration
                     40:                        Name="Release|Win32"
                     41:                        OutputDirectory="Release"
                     42:                        IntermediateDirectory="Release"
1.1.1.3   root       43:                        ConfigurationType="0"
                     44:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
                     45:                        >
1.1       root       46:                        <Tool
                     47:                                Name="VCNMakeTool"
1.1.1.5 ! root       48:                                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;"
        !            49:                                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;"
        !            50:                                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;"
        !            51:                                Output=""
        !            52:                                PreprocessorDefinitions=""
        !            53:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
        !            54:                                ForcedIncludes=""
        !            55:                                AssemblySearchPath=""
        !            56:                                ForcedUsingAssemblies=""
        !            57:                                CompileAsManaged=""
        !            58:                        />
        !            59:                </Configuration>
        !            60:                <Configuration
        !            61:                        Name="Release x86|Win32"
        !            62:                        OutputDirectory="$(ConfigurationName)"
        !            63:                        IntermediateDirectory="$(ConfigurationName)"
        !            64:                        ConfigurationType="0"
        !            65:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
        !            66:                        >
        !            67:                        <Tool
        !            68:                                Name="VCNMakeTool"
        !            69:                                BuildCommandLine="BuildDriver.cmd -build -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !            70:                                ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !            71:                                CleanCommandLine="BuildDriver.cmd -clean -release -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !            72:                                Output=""
        !            73:                                PreprocessorDefinitions=""
        !            74:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
        !            75:                                ForcedIncludes=""
        !            76:                                AssemblySearchPath=""
        !            77:                                ForcedUsingAssemblies=""
        !            78:                                CompileAsManaged=""
        !            79:                        />
        !            80:                </Configuration>
        !            81:                <Configuration
        !            82:                        Name="Debug x86|Win32"
        !            83:                        OutputDirectory="$(ConfigurationName)"
        !            84:                        IntermediateDirectory="$(ConfigurationName)"
        !            85:                        ConfigurationType="0"
        !            86:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
        !            87:                        >
        !            88:                        <Tool
        !            89:                                Name="VCNMakeTool"
        !            90:                                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;"
        !            91:                                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;"
        !            92:                                CleanCommandLine="BuildDriver.cmd -clean -debug -x86 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !            93:                                Output="$(ProjectDir)\obj_driver_debug\i386\TrueCrypt.exe"
        !            94:                                PreprocessorDefinitions="DEBUG;_DEBUG"
        !            95:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
        !            96:                                ForcedIncludes=""
        !            97:                                AssemblySearchPath=""
        !            98:                                ForcedUsingAssemblies=""
        !            99:                                CompileAsManaged=""
        !           100:                        />
        !           101:                </Configuration>
        !           102:                <Configuration
        !           103:                        Name="Release x64|Win32"
        !           104:                        OutputDirectory="$(ConfigurationName)"
        !           105:                        IntermediateDirectory="$(ConfigurationName)"
        !           106:                        ConfigurationType="0"
        !           107:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
        !           108:                        >
        !           109:                        <Tool
        !           110:                                Name="VCNMakeTool"
        !           111:                                BuildCommandLine="BuildDriver.cmd -build -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !           112:                                ReBuildCommandLine="BuildDriver.cmd -rebuild -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !           113:                                CleanCommandLine="BuildDriver.cmd -clean -release -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !           114:                                Output=""
1.1.1.3   root      115:                                PreprocessorDefinitions=""
1.1.1.5 ! root      116:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
        !           117:                                ForcedIncludes=""
        !           118:                                AssemblySearchPath=""
        !           119:                                ForcedUsingAssemblies=""
        !           120:                                CompileAsManaged=""
        !           121:                        />
        !           122:                </Configuration>
        !           123:                <Configuration
        !           124:                        Name="Debug x64|Win32"
        !           125:                        OutputDirectory="$(ConfigurationName)"
        !           126:                        IntermediateDirectory="$(ConfigurationName)"
        !           127:                        ConfigurationType="0"
        !           128:                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
        !           129:                        >
        !           130:                        <Tool
        !           131:                                Name="VCNMakeTool"
        !           132:                                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;"
        !           133:                                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;"
        !           134:                                CleanCommandLine="BuildDriver.cmd -clean -debug -x64 &quot;$(SolutionDir)\Common&quot; &quot;$(SolutionDir)\Crypto&quot; &quot;$(ProjectDir)&quot;"
        !           135:                                Output="$(ProjectDir)\obj_driver_debug\amd64\TrueCrypt.exe"
        !           136:                                PreprocessorDefinitions="DEBUG;_DEBUG"
        !           137:                                IncludeSearchPath="&quot;$(ProjectDir)&quot;;&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(WINDDK_ROOT)\inc\ddk&quot;"
1.1.1.3   root      138:                                ForcedIncludes=""
                    139:                                AssemblySearchPath=""
                    140:                                ForcedUsingAssemblies=""
                    141:                                CompileAsManaged=""
                    142:                        />
1.1       root      143:                </Configuration>
                    144:        </Configurations>
                    145:        <References>
                    146:        </References>
                    147:        <Files>
                    148:                <Filter
                    149:                        Name="Source Files"
                    150:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.3   root      151:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                    152:                        >
1.1       root      153:                        <File
1.1.1.5 ! root      154:                                RelativePath=".\DriveFilter.c"
        !           155:                                >
        !           156:                        </File>
        !           157:                        <File
        !           158:                                RelativePath=".\EncryptedIoQueue.c"
        !           159:                                >
        !           160:                        </File>
        !           161:                        <File
1.1.1.3   root      162:                                RelativePath=".\Ntdriver.c"
                    163:                                >
1.1       root      164:                        </File>
                    165:                        <File
1.1.1.3   root      166:                                RelativePath=".\Ntvol.c"
                    167:                                >
1.1       root      168:                        </File>
                    169:                        <Filter
                    170:                                Name="Common"
1.1.1.3   root      171:                                >
1.1       root      172:                                <File
1.1.1.3   root      173:                                        RelativePath="..\Common\Cache.c"
                    174:                                        >
1.1       root      175:                                </File>
                    176:                                <File
1.1.1.3   root      177:                                        RelativePath="..\Common\Crc.c"
                    178:                                        >
1.1       root      179:                                </File>
                    180:                                <File
1.1.1.3   root      181:                                        RelativePath="..\Common\Crypto.c"
                    182:                                        >
1.1       root      183:                                </File>
                    184:                                <File
1.1.1.3   root      185:                                        RelativePath="..\Common\Endian.c"
                    186:                                        >
1.1       root      187:                                </File>
                    188:                                <File
1.1.1.4   root      189:                                        RelativePath="..\Common\GfMul.c"
                    190:                                        >
                    191:                                </File>
                    192:                                <File
1.1.1.3   root      193:                                        RelativePath="..\Common\Pkcs5.c"
                    194:                                        >
1.1       root      195:                                </File>
                    196:                                <File
1.1.1.3   root      197:                                        RelativePath="..\Common\Tests.c"
                    198:                                        >
1.1.1.2   root      199:                                </File>
                    200:                                <File
1.1.1.3   root      201:                                        RelativePath="..\Common\Volumes.c"
                    202:                                        >
1.1       root      203:                                </File>
1.1.1.5 ! root      204:                                <File
        !           205:                                        RelativePath="..\Common\Wipe.c"
        !           206:                                        >
        !           207:                                </File>
        !           208:                                <File
        !           209:                                        RelativePath="..\Common\Xts.c"
        !           210:                                        >
        !           211:                                </File>
1.1       root      212:                        </Filter>
                    213:                </Filter>
                    214:                <Filter
                    215:                        Name="Header Files"
                    216:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.3   root      217:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    218:                        >
1.1       root      219:                        <File
1.1.1.3   root      220:                                RelativePath="..\Common\Apidrvr.h"
                    221:                                >
1.1.1.2   root      222:                        </File>
                    223:                        <File
1.1.1.3   root      224:                                RelativePath="..\Common\Cache.h"
                    225:                                >
1.1       root      226:                        </File>
                    227:                        <File
1.1.1.3   root      228:                                RelativePath="..\Common\Common.h"
                    229:                                >
1.1.1.2   root      230:                        </File>
                    231:                        <File
1.1.1.5 ! root      232:                                RelativePath=".\DriveFilter.h"
        !           233:                                >
        !           234:                        </File>
        !           235:                        <File
        !           236:                                RelativePath=".\EncryptedIoQueue.h"
        !           237:                                >
        !           238:                        </File>
        !           239:                        <File
1.1.1.4   root      240:                                RelativePath="..\Common\GfMul.h"
1.1.1.3   root      241:                                >
1.1       root      242:                        </File>
                    243:                        <File
1.1.1.4   root      244:                                RelativePath=".\Ntdriver.h"
1.1.1.3   root      245:                                >
1.1       root      246:                        </File>
                    247:                        <File
1.1.1.3   root      248:                                RelativePath=".\Ntvol.h"
                    249:                                >
1.1       root      250:                        </File>
                    251:                        <File
1.1.1.3   root      252:                                RelativePath=".\resource.h"
                    253:                                >
1.1       root      254:                        </File>
                    255:                        <File
1.1.1.3   root      256:                                RelativePath="..\Common\Tcdefs.h"
                    257:                                >
1.1.1.2   root      258:                        </File>
                    259:                        <File
1.1.1.3   root      260:                                RelativePath="..\Common\Volumes.h"
                    261:                                >
1.1       root      262:                        </File>
1.1.1.5 ! root      263:                        <File
        !           264:                                RelativePath="..\Common\Wipe.h"
        !           265:                                >
        !           266:                        </File>
        !           267:                        <File
        !           268:                                RelativePath="..\Common\Xts.h"
        !           269:                                >
        !           270:                        </File>
1.1       root      271:                </Filter>
                    272:                <Filter
                    273:                        Name="Resource Files"
                    274:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.3   root      275:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    276:                        >
1.1       root      277:                        <File
1.1.1.3   root      278:                                RelativePath=".\Driver.rc"
                    279:                                >
1.1       root      280:                        </File>
                    281:                </Filter>
1.1.1.5 ! root      282:                <Filter
        !           283:                        Name="Build Files"
1.1.1.3   root      284:                        >
1.1.1.5 ! root      285:                        <File
        !           286:                                RelativePath=".\BuildDriver.cmd"
        !           287:                                >
        !           288:                        </File>
        !           289:                        <File
        !           290:                                RelativePath=".\Sources"
        !           291:                                >
        !           292:                        </File>
        !           293:                        <Filter
        !           294:                                Name="Common"
        !           295:                                >
        !           296:                                <File
        !           297:                                        RelativePath="..\Common\Sources"
        !           298:                                        >
        !           299:                                </File>
        !           300:                        </Filter>
        !           301:                        <Filter
        !           302:                                Name="Crypto"
        !           303:                                >
        !           304:                                <File
        !           305:                                        RelativePath="..\Crypto\Sources"
        !           306:                                        >
        !           307:                                </File>
        !           308:                        </Filter>
        !           309:                </Filter>
1.1       root      310:        </Files>
                    311:        <Globals>
                    312:        </Globals>
                    313: </VisualStudioProject>

unix.superglobalmegacorp.com

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