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

1.1       root        1: <?xml version="1.0" encoding="Windows-1252"?>
                      2: <VisualStudioProject
                      3:        ProjectType="Visual C++"
                      4:        Version="7.10"
                      5:        Name="Driver"
                      6:        ProjectGUID="{EF5EF444-18D0-40D7-8DFA-775EC4448602}"
                      7:        RootNamespace="Driver"
                      8:        Keyword="MakeFileProj">
                      9:        <Platforms>
                     10:                <Platform
                     11:                        Name="Win32"/>
                     12:        </Platforms>
                     13:        <Configurations>
                     14:                <Configuration
                     15:                        Name="Debug|Win32"
                     16:                        OutputDirectory="Debug"
                     17:                        IntermediateDirectory="Debug"
                     18:                        ConfigurationType="0">
                     19:                        <Tool
                     20:                                Name="VCNMakeTool"
1.1.1.2 ! root       21:                                BuildCommandLine="md Debug Debug64 2&gt;NUL:
1.1       root       22: cd Debug
1.1.1.2 ! root       23: nmake -nologo ..\Makefile DEBUG=1
        !            24: if errorlevel 1 exit 1
        !            25: cd ..\Debug64
        !            26: nmake -nologo ..\Makefile DEBUG=1 AMD64=1"
        !            27:                                ReBuildCommandLine="rd /s /q Debug Debug64 2&gt;NUL:
        !            28: md Debug Debug64 2&gt;NUL:
1.1       root       29: cd Debug
1.1.1.2 ! root       30: nmake -nologo ..\Makefile DEBUG=1
        !            31: if errorlevel 1 exit 1
        !            32: cd ..\Debug64
        !            33: nmake -nologo ..\Makefile DEBUG=1 AMD64=1"
        !            34:                                CleanCommandLine="rd /s /q Debug Debug64 2&gt;NUL:"
        !            35:                                Output="Debug64/truecrypt-x64.sys"/>
1.1       root       36:                </Configuration>
                     37:                <Configuration
                     38:                        Name="Release|Win32"
                     39:                        OutputDirectory="Release"
                     40:                        IntermediateDirectory="Release"
                     41:                        ConfigurationType="0">
                     42:                        <Tool
                     43:                                Name="VCNMakeTool"
1.1.1.2 ! root       44:                                BuildCommandLine="md Release Release64 2&gt;NUL:
1.1       root       45: cd Release
1.1.1.2 ! root       46: nmake -nologo ..\Makefile RELEASE=1
        !            47: if errorlevel 1 exit 1
        !            48: cd ..\Release64
        !            49: nmake -nologo ..\Makefile RELEASE=1 AMD64=1"
        !            50:                                ReBuildCommandLine="rd /s /q Release Release64 2&gt;NUL:
        !            51: md Release Release64 2&gt;NUL:
1.1       root       52: cd Release
1.1.1.2 ! root       53: nmake -nologo ..\Makefile RELEASE=1
        !            54: if errorlevel 1 exit 1
        !            55: cd ..\Release64
        !            56: nmake -nologo ..\Makefile RELEASE=1 AMD64=1"
        !            57:                                CleanCommandLine="rd /s /q Release Release64 2&gt;NUL:"
        !            58:                                Output="Release64/truecrypt-x64.sys"/>
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"
                     67:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
                     68:                        <File
                     69:                                RelativePath=".\Ntdriver.c">
                     70:                        </File>
                     71:                        <File
                     72:                                RelativePath=".\Ntfiledv.c">
                     73:                        </File>
                     74:                        <File
                     75:                                RelativePath=".\Ntrawdv.c">
                     76:                        </File>
                     77:                        <File
                     78:                                RelativePath=".\Ntvol.c">
                     79:                        </File>
                     80:                        <Filter
                     81:                                Name="Common"
                     82:                                Filter="">
                     83:                                <File
                     84:                                        RelativePath="..\Common\Cache.c">
                     85:                                </File>
                     86:                                <File
                     87:                                        RelativePath="..\Common\Crc.c">
                     88:                                </File>
                     89:                                <File
                     90:                                        RelativePath="..\Common\Crypto.c">
                     91:                                </File>
                     92:                                <File
                     93:                                        RelativePath="..\Common\Endian.c">
                     94:                                </File>
                     95:                                <File
                     96:                                        RelativePath="..\Common\Pkcs5.c">
                     97:                                </File>
                     98:                                <File
1.1.1.2 ! root       99:                                        RelativePath="..\Common\Tests.c">
        !           100:                                </File>
        !           101:                                <File
1.1       root      102:                                        RelativePath="..\Common\Volumes.c">
                    103:                                </File>
                    104:                        </Filter>
                    105:                </Filter>
                    106:                <Filter
                    107:                        Name="Header Files"
                    108:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    109:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    110:                        <File
1.1.1.2 ! root      111:                                RelativePath="..\Common\Apidrvr.h">
        !           112:                        </File>
        !           113:                        <File
1.1       root      114:                                RelativePath="..\Common\Cache.h">
                    115:                        </File>
                    116:                        <File
1.1.1.2 ! root      117:                                RelativePath="..\Common\Common.h">
        !           118:                        </File>
        !           119:                        <File
1.1       root      120:                                RelativePath=".\Ntdriver.h">
                    121:                        </File>
                    122:                        <File
                    123:                                RelativePath=".\Ntfiledv.h">
                    124:                        </File>
                    125:                        <File
                    126:                                RelativePath=".\Ntrawdv.h">
                    127:                        </File>
                    128:                        <File
                    129:                                RelativePath=".\Ntvol.h">
                    130:                        </File>
                    131:                        <File
                    132:                                RelativePath=".\resource.h">
                    133:                        </File>
                    134:                        <File
1.1.1.2 ! root      135:                                RelativePath="..\Common\Tcdefs.h">
        !           136:                        </File>
        !           137:                        <File
1.1       root      138:                                RelativePath="..\Common\Volumes.h">
                    139:                        </File>
                    140:                </Filter>
                    141:                <Filter
                    142:                        Name="Resource Files"
                    143:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
                    144:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
                    145:                        <File
                    146:                                RelativePath=".\Driver.rc">
                    147:                        </File>
                    148:                </Filter>
                    149:                <File
                    150:                        RelativePath=".\Makefile">
                    151:                </File>
                    152:        </Files>
                    153:        <Globals>
                    154:        </Globals>
                    155: </VisualStudioProject>

unix.superglobalmegacorp.com

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