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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
1.1.1.3 ! 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=".\Ntfiledv.c"
        !            75:                                >
1.1       root       76:                        </File>
                     77:                        <File
1.1.1.3 ! root       78:                                RelativePath=".\Ntrawdv.c"
        !            79:                                >
1.1       root       80:                        </File>
                     81:                        <File
1.1.1.3 ! root       82:                                RelativePath=".\Ntvol.c"
        !            83:                                >
1.1       root       84:                        </File>
                     85:                        <Filter
                     86:                                Name="Common"
1.1.1.3 ! root       87:                                >
1.1       root       88:                                <File
1.1.1.3 ! root       89:                                        RelativePath="..\Common\Cache.c"
        !            90:                                        >
1.1       root       91:                                </File>
                     92:                                <File
1.1.1.3 ! root       93:                                        RelativePath="..\Common\Crc.c"
        !            94:                                        >
1.1       root       95:                                </File>
                     96:                                <File
1.1.1.3 ! root       97:                                        RelativePath="..\Common\Crypto.c"
        !            98:                                        >
1.1       root       99:                                </File>
                    100:                                <File
1.1.1.3 ! root      101:                                        RelativePath="..\Common\Endian.c"
        !           102:                                        >
1.1       root      103:                                </File>
                    104:                                <File
1.1.1.3 ! root      105:                                        RelativePath="..\Common\Pkcs5.c"
        !           106:                                        >
1.1       root      107:                                </File>
                    108:                                <File
1.1.1.3 ! root      109:                                        RelativePath="..\Common\Tests.c"
        !           110:                                        >
1.1.1.2   root      111:                                </File>
                    112:                                <File
1.1.1.3 ! root      113:                                        RelativePath="..\Common\Volumes.c"
        !           114:                                        >
1.1       root      115:                                </File>
                    116:                        </Filter>
                    117:                </Filter>
                    118:                <Filter
                    119:                        Name="Header Files"
                    120:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
1.1.1.3 ! root      121:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
        !           122:                        >
1.1       root      123:                        <File
1.1.1.3 ! root      124:                                RelativePath="..\Common\Apidrvr.h"
        !           125:                                >
1.1.1.2   root      126:                        </File>
                    127:                        <File
1.1.1.3 ! root      128:                                RelativePath="..\Common\Cache.h"
        !           129:                                >
1.1       root      130:                        </File>
                    131:                        <File
1.1.1.3 ! root      132:                                RelativePath="..\Common\Common.h"
        !           133:                                >
1.1.1.2   root      134:                        </File>
                    135:                        <File
1.1.1.3 ! root      136:                                RelativePath=".\Ntdriver.h"
        !           137:                                >
1.1       root      138:                        </File>
                    139:                        <File
1.1.1.3 ! root      140:                                RelativePath=".\Ntfiledv.h"
        !           141:                                >
1.1       root      142:                        </File>
                    143:                        <File
1.1.1.3 ! root      144:                                RelativePath=".\Ntrawdv.h"
        !           145:                                >
1.1       root      146:                        </File>
                    147:                        <File
1.1.1.3 ! root      148:                                RelativePath=".\Ntvol.h"
        !           149:                                >
1.1       root      150:                        </File>
                    151:                        <File
1.1.1.3 ! root      152:                                RelativePath=".\resource.h"
        !           153:                                >
1.1       root      154:                        </File>
                    155:                        <File
1.1.1.3 ! root      156:                                RelativePath="..\Common\Tcdefs.h"
        !           157:                                >
1.1.1.2   root      158:                        </File>
                    159:                        <File
1.1.1.3 ! root      160:                                RelativePath="..\Common\Volumes.h"
        !           161:                                >
1.1       root      162:                        </File>
                    163:                </Filter>
                    164:                <Filter
                    165:                        Name="Resource Files"
                    166:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
1.1.1.3 ! root      167:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
        !           168:                        >
1.1       root      169:                        <File
1.1.1.3 ! root      170:                                RelativePath=".\Driver.rc"
        !           171:                                >
1.1       root      172:                        </File>
                    173:                </Filter>
                    174:                <File
1.1.1.3 ! root      175:                        RelativePath=".\Makefile"
        !           176:                        >
1.1       root      177:                </File>
                    178:        </Files>
                    179:        <Globals>
                    180:        </Globals>
                    181: </VisualStudioProject>

unix.superglobalmegacorp.com

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