Annotation of truecrypt/boot/windows/boot.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="9.00"
1.1       root        5:        Name="Boot"
                      6:        ProjectGUID="{8B7F059F-E4C7-4E11-88F5-EE8B8433072E}"
                      7:        RootNamespace="Boot"
                      8:        Keyword="MakeFileProj"
1.1.1.4   root        9:        TargetFrameworkVersion="131072"
1.1       root       10:        >
                     11:        <Platforms>
                     12:                <Platform
                     13:                        Name="Win32"
                     14:                />
                     15:        </Platforms>
                     16:        <ToolFiles>
                     17:        </ToolFiles>
                     18:        <Configurations>
                     19:                <Configuration
                     20:                        Name="Release|Win32"
                     21:                        OutputDirectory="$(ConfigurationName)"
                     22:                        IntermediateDirectory="$(ConfigurationName)"
                     23:                        ConfigurationType="0"
                     24:                        >
                     25:                        <Tool
                     26:                                Name="VCNMakeTool"
1.1.1.4   root       27:                                BuildCommandLine="md Release 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1&#x0D;&#x0A;&#x0D;&#x0A;md Release_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES&#x0D;&#x0A;&#x0D;&#x0A;md Release_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT&#x0D;&#x0A;&#x0D;&#x0A;md Release_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH&#x0D;&#x0A;&#x0D;&#x0A;md Rescue 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;md Rescue_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;md Rescue_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;md Rescue_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH RESCUE_DISK=1"
                     28:                                ReBuildCommandLine="del /q /s Release &gt;NUL:&#x0D;&#x0A;md Release 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_AES &gt;NUL:&#x0D;&#x0A;md Release_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_Serpent &gt;NUL:&#x0D;&#x0A;md Release_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_Twofish &gt;NUL:&#x0D;&#x0A;md Release_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Rescue &gt;NUL:&#x0D;&#x0A;md Rescue 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Rescue_AES &gt;NUL:&#x0D;&#x0A;md Rescue_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Rescue_Serpent &gt;NUL:&#x0D;&#x0A;md Rescue_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT RESCUE_DISK=1&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Rescue_Twofish &gt;NUL:&#x0D;&#x0A;md Rescue_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH RESCUE_DISK=1"
                     29:                                CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish Rescue Rescue_AES Rescue_Serpent Rescue_Twofish &gt;NUL:"
                     30:                                Output="Release\BootLoader.com"
                     31:                                PreprocessorDefinitions="WIN32;NDEBUG"
                     32:                                IncludeSearchPath="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(MSVC16_ROOT)\Include&quot;"
                     33:                                ForcedIncludes=""
                     34:                                AssemblySearchPath=""
                     35:                                ForcedUsingAssemblies=""
                     36:                                CompileAsManaged=""
                     37:                        />
                     38:                </Configuration>
                     39:                <Configuration
                     40:                        Name="Release Loader|Win32"
                     41:                        OutputDirectory="$(ConfigurationName)"
                     42:                        IntermediateDirectory="$(ConfigurationName)"
                     43:                        ConfigurationType="0"
                     44:                        >
                     45:                        <Tool
                     46:                                Name="VCNMakeTool"
                     47:                                BuildCommandLine="md Release 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1&#x0D;&#x0A;&#x0D;&#x0A;md Release_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES&#x0D;&#x0A;&#x0D;&#x0A;md Release_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT&#x0D;&#x0A;&#x0D;&#x0A;md Release_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH"
                     48:                                ReBuildCommandLine="del /q /s Release &gt;NUL:&#x0D;&#x0A;md Release 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_AES &gt;NUL:&#x0D;&#x0A;md Release_AES 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=AES&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_Serpent &gt;NUL:&#x0D;&#x0A;md Release_Serpent 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=SERPENT&#x0D;&#x0A;&#x0D;&#x0A;del /q /s Release_Twofish &gt;NUL:&#x0D;&#x0A;md Release_Twofish 2&gt;NUL:&#x0D;&#x0A;nmake.exe /nologo RELEASE=1 SINGLE_CIPHER=TWOFISH"
1.1.1.3   root       49:                                CleanCommandLine="del /q /s Release Release_AES Release_Serpent Release_Twofish &gt;NUL:"
                     50:                                Output="Release\BootLoader.com"
1.1       root       51:                                PreprocessorDefinitions="WIN32;NDEBUG"
                     52:                                IncludeSearchPath="&quot;$(SolutionDir)&quot;;&quot;$(SolutionDir)\Common&quot;;&quot;$(SolutionDir)\Crypto&quot;;&quot;$(MSVC16_ROOT)\Include&quot;"
                     53:                                ForcedIncludes=""
                     54:                                AssemblySearchPath=""
                     55:                                ForcedUsingAssemblies=""
                     56:                                CompileAsManaged=""
                     57:                        />
                     58:                </Configuration>
                     59:        </Configurations>
                     60:        <References>
                     61:        </References>
                     62:        <Files>
                     63:                <Filter
                     64:                        Name="Source Files"
                     65:                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
                     66:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
                     67:                        >
                     68:                        <File
                     69:                                RelativePath=".\BootConfig.cpp"
                     70:                                >
                     71:                        </File>
                     72:                        <File
                     73:                                RelativePath=".\BootConsoleIo.cpp"
                     74:                                >
                     75:                        </File>
                     76:                        <File
                     77:                                RelativePath=".\BootCrt.asm"
                     78:                                >
                     79:                        </File>
                     80:                        <File
                     81:                                RelativePath=".\BootDebug.cpp"
                     82:                                >
                     83:                        </File>
                     84:                        <File
                     85:                                RelativePath=".\BootDiskIo.cpp"
                     86:                                >
                     87:                        </File>
                     88:                        <File
                     89:                                RelativePath=".\BootEncryptedIo.cpp"
                     90:                                >
                     91:                        </File>
                     92:                        <File
                     93:                                RelativePath=".\BootMain.cpp"
                     94:                                >
                     95:                        </File>
                     96:                        <File
1.1.1.2   root       97:                                RelativePath=".\BootMemory.cpp"
                     98:                                >
                     99:                        </File>
                    100:                        <File
1.1       root      101:                                RelativePath=".\BootSector.asm"
                    102:                                >
                    103:                        </File>
                    104:                        <File
1.1.1.3   root      105:                                RelativePath=".\Decompressor.c"
                    106:                                >
                    107:                        </File>
                    108:                        <File
1.1       root      109:                                RelativePath=".\IntFilter.cpp"
                    110:                                >
                    111:                        </File>
                    112:                        <File
                    113:                                RelativePath=".\Platform.cpp"
                    114:                                >
                    115:                        </File>
                    116:                        <Filter
                    117:                                Name="Common"
                    118:                                >
                    119:                                <File
                    120:                                        RelativePath="..\..\Common\Crc.c"
                    121:                                        >
                    122:                                </File>
                    123:                                <File
                    124:                                        RelativePath="..\..\Common\Crypto.c"
                    125:                                        >
                    126:                                </File>
                    127:                                <File
                    128:                                        RelativePath="..\..\Common\Endian.c"
                    129:                                        >
                    130:                                </File>
                    131:                                <File
                    132:                                        RelativePath="..\..\Common\Pkcs5.c"
                    133:                                        >
                    134:                                </File>
                    135:                                <File
                    136:                                        RelativePath="..\..\Common\Volumes.c"
                    137:                                        >
                    138:                                </File>
                    139:                                <File
                    140:                                        RelativePath="..\..\Common\Xts.c"
                    141:                                        >
                    142:                                </File>
                    143:                        </Filter>
                    144:                        <Filter
                    145:                                Name="Crypto"
                    146:                                >
                    147:                                <File
                    148:                                        RelativePath="..\..\Crypto\AesSmall.c"
                    149:                                        >
                    150:                                </File>
                    151:                                <File
1.1.1.3   root      152:                                        RelativePath="..\..\Crypto\AesSmall_x86.asm"
                    153:                                        >
                    154:                                </File>
                    155:                                <File
1.1       root      156:                                        RelativePath="..\..\Crypto\Rmd160.c"
                    157:                                        >
                    158:                                </File>
                    159:                                <File
                    160:                                        RelativePath="..\..\Crypto\Serpent.c"
                    161:                                        >
                    162:                                </File>
                    163:                                <File
                    164:                                        RelativePath="..\..\Crypto\Twofish.c"
                    165:                                        >
                    166:                                </File>
                    167:                        </Filter>
                    168:                </Filter>
                    169:                <Filter
                    170:                        Name="Header Files"
                    171:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    172:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
                    173:                        >
                    174:                        <File
                    175:                                RelativePath=".\Bios.h"
                    176:                                >
                    177:                        </File>
                    178:                        <File
                    179:                                RelativePath=".\BootCommon.h"
                    180:                                >
                    181:                        </File>
                    182:                        <File
                    183:                                RelativePath=".\BootConfig.h"
                    184:                                >
                    185:                        </File>
                    186:                        <File
                    187:                                RelativePath=".\BootConsoleIo.h"
                    188:                                >
                    189:                        </File>
                    190:                        <File
                    191:                                RelativePath=".\BootDebug.h"
                    192:                                >
                    193:                        </File>
                    194:                        <File
                    195:                                RelativePath=".\BootDefs.h"
                    196:                                >
                    197:                        </File>
                    198:                        <File
                    199:                                RelativePath=".\BootDiskIo.h"
                    200:                                >
                    201:                        </File>
                    202:                        <File
                    203:                                RelativePath=".\BootEncryptedIo.h"
                    204:                                >
                    205:                        </File>
                    206:                        <File
                    207:                                RelativePath=".\BootMain.h"
                    208:                                >
                    209:                        </File>
                    210:                        <File
1.1.1.2   root      211:                                RelativePath=".\BootMemory.h"
                    212:                                >
                    213:                        </File>
                    214:                        <File
1.1.1.5 ! root      215:                                RelativePath=".\BootStrings.h"
        !           216:                                >
        !           217:                        </File>
        !           218:                        <File
1.1       root      219:                                RelativePath=".\IntFilter.h"
                    220:                                >
                    221:                        </File>
                    222:                        <File
                    223:                                RelativePath=".\Platform.h"
                    224:                                >
                    225:                        </File>
                    226:                </Filter>
                    227:                <Filter
                    228:                        Name="Build Files"
                    229:                        >
                    230:                        <File
                    231:                                RelativePath=".\Makefile"
                    232:                                >
                    233:                        </File>
                    234:                </Filter>
                    235:        </Files>
                    236:        <Globals>
                    237:        </Globals>
                    238: </VisualStudioProject>

unix.superglobalmegacorp.com

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