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

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.3   root       27:                                BuildCommandLine="md Debug Debug64 2&gt;NUL:&#x0D;&#x0A;cd Debug&#x0D;&#x0A;nmake -nologo ..\Makefile DEBUG=1&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;cd ..\Debug64&#x0D;&#x0A;nmake -nologo ..\Makefile DEBUG=1 AMD64=1"
                     28:                                ReBuildCommandLine="rd /s /q Debug Debug64 2&gt;NUL:&#x0D;&#x0A;md Debug Debug64 2&gt;NUL:&#x0D;&#x0A;cd Debug&#x0D;&#x0A;nmake -nologo ..\Makefile DEBUG=1&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;cd ..\Debug64&#x0D;&#x0A;nmake -nologo ..\Makefile DEBUG=1 AMD64=1"
1.1.1.2   root       29:                                CleanCommandLine="rd /s /q Debug Debug64 2&gt;NUL:"
1.1.1.3   root       30:                                Output="Debug64/truecrypt-x64.sys"
                     31:                                PreprocessorDefinitions=""
                     32:                                IncludeSearchPath=""
                     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.3   root       48:                                BuildCommandLine="md Release Release64 2&gt;NUL:&#x0D;&#x0A;cd Release&#x0D;&#x0A;nmake -nologo ..\Makefile RELEASE=1&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;cd ..\Release64&#x0D;&#x0A;nmake -nologo ..\Makefile RELEASE=1 AMD64=1"
                     49:                                ReBuildCommandLine="rd /s /q Release Release64 2&gt;NUL:&#x0D;&#x0A;md Release Release64 2&gt;NUL:&#x0D;&#x0A;cd Release&#x0D;&#x0A;nmake -nologo ..\Makefile RELEASE=1&#x0D;&#x0A;if errorlevel 1 exit 1&#x0D;&#x0A;cd ..\Release64&#x0D;&#x0A;nmake -nologo ..\Makefile RELEASE=1 AMD64=1"
1.1.1.2   root       50:                                CleanCommandLine="rd /s /q Release Release64 2&gt;NUL:"
1.1.1.3   root       51:                                Output="Release64/truecrypt-x64.sys"
                     52:                                PreprocessorDefinitions=""
                     53:                                IncludeSearchPath=""
                     54:                                ForcedIncludes=""
                     55:                                AssemblySearchPath=""
                     56:                                ForcedUsingAssemblies=""
                     57:                                CompileAsManaged=""
                     58:                        />
1.1       root       59:                </Configuration>
                     60:        </Configurations>
                     61:        <References>
                     62:        </References>
                     63:        <Files>
                     64:                <Filter
                     65:                        Name="Source Files"
                     66:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
1.1.1.3   root       67:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                     68:                        >
1.1       root       69:                        <File
1.1.1.3   root       70:                                RelativePath=".\Ntdriver.c"
                     71:                                >
1.1       root       72:                        </File>
                     73:                        <File
1.1.1.3   root       74:                                RelativePath=".\Ntvol.c"
                     75:                                >
1.1       root       76:                        </File>
                     77:                        <Filter
                     78:                                Name="Common"
1.1.1.3   root       79:                                >
1.1       root       80:                                <File
1.1.1.3   root       81:                                        RelativePath="..\Common\Cache.c"
                     82:                                        >
1.1       root       83:                                </File>
                     84:                                <File
1.1.1.3   root       85:                                        RelativePath="..\Common\Crc.c"
                     86:                                        >
1.1       root       87:                                </File>
                     88:                                <File
1.1.1.3   root       89:                                        RelativePath="..\Common\Crypto.c"
                     90:                                        >
1.1       root       91:                                </File>
                     92:                                <File
1.1.1.3   root       93:                                        RelativePath="..\Common\Endian.c"
                     94:                                        >
1.1       root       95:                                </File>
                     96:                                <File
1.1.1.4 ! root       97:                                        RelativePath="..\Common\GfMul.c"
        !            98:                                        >
        !            99:                                </File>
        !           100:                                <File
1.1.1.3   root      101:                                        RelativePath="..\Common\Pkcs5.c"
                    102:                                        >
1.1       root      103:                                </File>
                    104:                                <File
1.1.1.3   root      105:                                        RelativePath="..\Common\Tests.c"
                    106:                                        >
1.1.1.2   root      107:                                </File>
                    108:                                <File
1.1.1.3   root      109:                                        RelativePath="..\Common\Volumes.c"
                    110:                                        >
1.1       root      111:                                </File>
                    112:                        </Filter>
                    113:                </Filter>
                    114:                <Filter
                    115:                        Name="Header Files"
                    116:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.3   root      117:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    118:                        >
1.1       root      119:                        <File
1.1.1.3   root      120:                                RelativePath="..\Common\Apidrvr.h"
                    121:                                >
1.1.1.2   root      122:                        </File>
                    123:                        <File
1.1.1.3   root      124:                                RelativePath="..\Common\Cache.h"
                    125:                                >
1.1       root      126:                        </File>
                    127:                        <File
1.1.1.3   root      128:                                RelativePath="..\Common\Common.h"
                    129:                                >
1.1.1.2   root      130:                        </File>
                    131:                        <File
1.1.1.4 ! root      132:                                RelativePath="..\Common\GfMul.h"
1.1.1.3   root      133:                                >
1.1       root      134:                        </File>
                    135:                        <File
1.1.1.4 ! root      136:                                RelativePath=".\Ntdriver.h"
1.1.1.3   root      137:                                >
1.1       root      138:                        </File>
                    139:                        <File
1.1.1.3   root      140:                                RelativePath=".\Ntvol.h"
                    141:                                >
1.1       root      142:                        </File>
                    143:                        <File
1.1.1.3   root      144:                                RelativePath=".\resource.h"
                    145:                                >
1.1       root      146:                        </File>
                    147:                        <File
1.1.1.3   root      148:                                RelativePath="..\Common\Tcdefs.h"
                    149:                                >
1.1.1.2   root      150:                        </File>
                    151:                        <File
1.1.1.3   root      152:                                RelativePath="..\Common\Volumes.h"
                    153:                                >
1.1       root      154:                        </File>
                    155:                </Filter>
                    156:                <Filter
                    157:                        Name="Resource Files"
                    158:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.3   root      159:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
                    160:                        >
1.1       root      161:                        <File
1.1.1.3   root      162:                                RelativePath=".\Driver.rc"
                    163:                                >
1.1       root      164:                        </File>
                    165:                </Filter>
                    166:                <File
1.1.1.3   root      167:                        RelativePath=".\Makefile"
                    168:                        >
1.1       root      169:                </File>
                    170:        </Files>
                    171:        <Globals>
                    172:        </Globals>
                    173: </VisualStudioProject>

unix.superglobalmegacorp.com

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