Annotation of truecrypt/service/service.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="Service"
                      6:        ProjectGUID="{12F44689-F5F2-4096-A176-C084A5759B2D}"
                      7:        RootNamespace="Service"
                      8:        Keyword="Win32Proj">
                      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="1"
                     19:                        CharacterSet="2">
                     20:                        <Tool
                     21:                                Name="VCCLCompilerTool"
                     22:                                Optimization="0"
                     23:                                AdditionalIncludeDirectories="c:/sdk/winddk/3790/inc/ddk/wxp;../Common;../Crypto"
1.1.1.2 ! root       24:                                PreprocessorDefinitions="NTSERVICE;WIN32;_DEBUG;_CONSOLE"
1.1       root       25:                                MinimalRebuild="TRUE"
                     26:                                BasicRuntimeChecks="3"
                     27:                                RuntimeLibrary="5"
                     28:                                BufferSecurityCheck="TRUE"
                     29:                                UsePrecompiledHeader="0"
                     30:                                WarningLevel="2"
                     31:                                Detect64BitPortabilityProblems="TRUE"
                     32:                                DebugInformationFormat="4"
                     33:                                DisableSpecificWarnings="4311;4312"/>
                     34:                        <Tool
                     35:                                Name="VCCustomBuildTool"/>
                     36:                        <Tool
                     37:                                Name="VCLinkerTool"
                     38:                                OutputFile="$(OutDir)/TrueCryptService.exe"
                     39:                                LinkIncremental="2"
                     40:                                GenerateDebugInformation="TRUE"
                     41:                                ProgramDatabaseFile="$(OutDir)/Service.pdb"
                     42:                                SubSystem="1"
                     43:                                TargetMachine="1"/>
                     44:                        <Tool
                     45:                                Name="VCMIDLTool"/>
                     46:                        <Tool
                     47:                                Name="VCPostBuildEventTool"/>
                     48:                        <Tool
                     49:                                Name="VCPreBuildEventTool"/>
                     50:                        <Tool
                     51:                                Name="VCPreLinkEventTool"/>
                     52:                        <Tool
                     53:                                Name="VCResourceCompilerTool"/>
                     54:                        <Tool
                     55:                                Name="VCWebServiceProxyGeneratorTool"/>
                     56:                        <Tool
                     57:                                Name="VCXMLDataGeneratorTool"/>
                     58:                        <Tool
                     59:                                Name="VCWebDeploymentTool"/>
                     60:                        <Tool
                     61:                                Name="VCManagedWrapperGeneratorTool"/>
                     62:                        <Tool
                     63:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                     64:                </Configuration>
                     65:                <Configuration
                     66:                        Name="Release|Win32"
                     67:                        OutputDirectory="Release"
                     68:                        IntermediateDirectory="Release"
                     69:                        ConfigurationType="1"
                     70:                        CharacterSet="2">
                     71:                        <Tool
                     72:                                Name="VCCLCompilerTool"
                     73:                                AdditionalIncludeDirectories="c:/sdk/winddk/3790/inc/ddk/wxp;../Common;../Crypto"
1.1.1.2 ! root       74:                                PreprocessorDefinitions="NTSERVICE;WIN32;NDEBUG;_CONSOLE"
1.1       root       75:                                RuntimeLibrary="4"
                     76:                                BufferSecurityCheck="FALSE"
                     77:                                UsePrecompiledHeader="0"
                     78:                                AssemblerOutput="2"
                     79:                                AssemblerListingLocation="$(IntDir)/"
                     80:                                WarningLevel="2"
                     81:                                Detect64BitPortabilityProblems="TRUE"
                     82:                                DebugInformationFormat="0"
                     83:                                DisableSpecificWarnings="4311;4312"/>
                     84:                        <Tool
                     85:                                Name="VCCustomBuildTool"/>
                     86:                        <Tool
                     87:                                Name="VCLinkerTool"
                     88:                                OutputFile="$(OutDir)/TrueCryptService.exe"
                     89:                                LinkIncremental="1"
                     90:                                GenerateDebugInformation="FALSE"
                     91:                                SubSystem="1"
                     92:                                OptimizeReferences="2"
                     93:                                EnableCOMDATFolding="2"
                     94:                                TargetMachine="1"/>
                     95:                        <Tool
                     96:                                Name="VCMIDLTool"/>
                     97:                        <Tool
                     98:                                Name="VCPostBuildEventTool"
                     99:                                CommandLine="copy Release\TrueCryptService.exe &quot;..\Release\Setup Files&quot;"/>
                    100:                        <Tool
                    101:                                Name="VCPreBuildEventTool"/>
                    102:                        <Tool
                    103:                                Name="VCPreLinkEventTool"/>
                    104:                        <Tool
                    105:                                Name="VCResourceCompilerTool"/>
                    106:                        <Tool
                    107:                                Name="VCWebServiceProxyGeneratorTool"/>
                    108:                        <Tool
                    109:                                Name="VCXMLDataGeneratorTool"/>
                    110:                        <Tool
                    111:                                Name="VCWebDeploymentTool"/>
                    112:                        <Tool
                    113:                                Name="VCManagedWrapperGeneratorTool"/>
                    114:                        <Tool
                    115:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
                    116:                </Configuration>
                    117:        </Configurations>
                    118:        <References>
                    119:        </References>
                    120:        <Files>
                    121:                <Filter
                    122:                        Name="Source Files"
                    123:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
                    124:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
                    125:                        <File
                    126:                                RelativePath=".\Ntservice.c">
                    127:                        </File>
                    128:                        <Filter
                    129:                                Name="Common"
                    130:                                Filter="">
                    131:                                <File
                    132:                                        RelativePath="..\Common\Dismount.c">
                    133:                                </File>
                    134:                        </Filter>
                    135:                </Filter>
                    136:                <Filter
                    137:                        Name="Header Files"
                    138:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
                    139:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
                    140:                        <File
                    141:                                RelativePath="..\Common\Dismount.h">
                    142:                        </File>
                    143:                        <File
                    144:                                RelativePath=".\Ntservice.h">
                    145:                        </File>
                    146:                        <File
                    147:                                RelativePath=".\resource.h">
                    148:                        </File>
                    149:                </Filter>
                    150:                <Filter
                    151:                        Name="Resource Files"
                    152:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
                    153:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
                    154:                        <File
                    155:                                RelativePath=".\Service.rc">
                    156:                        </File>
                    157:                </Filter>
                    158:        </Files>
                    159:        <Globals>
                    160:        </Globals>
                    161: </VisualStudioProject>

unix.superglobalmegacorp.com

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