Annotation of truecrypt/service/service.vcproj, revision 1.1

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"
        !            24:                                PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE"
        !            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:                                OmitFramePointers="FALSE"
        !            74:                                AdditionalIncludeDirectories="c:/sdk/winddk/3790/inc/ddk/wxp;../Common;../Crypto"
        !            75:                                PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE"
        !            76:                                RuntimeLibrary="4"
        !            77:                                BufferSecurityCheck="FALSE"
        !            78:                                UsePrecompiledHeader="0"
        !            79:                                AssemblerOutput="2"
        !            80:                                AssemblerListingLocation="$(IntDir)/"
        !            81:                                WarningLevel="2"
        !            82:                                Detect64BitPortabilityProblems="TRUE"
        !            83:                                DebugInformationFormat="0"
        !            84:                                DisableSpecificWarnings="4311;4312"/>
        !            85:                        <Tool
        !            86:                                Name="VCCustomBuildTool"/>
        !            87:                        <Tool
        !            88:                                Name="VCLinkerTool"
        !            89:                                OutputFile="$(OutDir)/TrueCryptService.exe"
        !            90:                                LinkIncremental="1"
        !            91:                                GenerateDebugInformation="FALSE"
        !            92:                                SubSystem="1"
        !            93:                                OptimizeReferences="2"
        !            94:                                EnableCOMDATFolding="2"
        !            95:                                TargetMachine="1"/>
        !            96:                        <Tool
        !            97:                                Name="VCMIDLTool"/>
        !            98:                        <Tool
        !            99:                                Name="VCPostBuildEventTool"
        !           100:                                CommandLine="copy Release\TrueCryptService.exe &quot;..\Release\Setup Files&quot;"/>
        !           101:                        <Tool
        !           102:                                Name="VCPreBuildEventTool"/>
        !           103:                        <Tool
        !           104:                                Name="VCPreLinkEventTool"/>
        !           105:                        <Tool
        !           106:                                Name="VCResourceCompilerTool"/>
        !           107:                        <Tool
        !           108:                                Name="VCWebServiceProxyGeneratorTool"/>
        !           109:                        <Tool
        !           110:                                Name="VCXMLDataGeneratorTool"/>
        !           111:                        <Tool
        !           112:                                Name="VCWebDeploymentTool"/>
        !           113:                        <Tool
        !           114:                                Name="VCManagedWrapperGeneratorTool"/>
        !           115:                        <Tool
        !           116:                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
        !           117:                </Configuration>
        !           118:        </Configurations>
        !           119:        <References>
        !           120:        </References>
        !           121:        <Files>
        !           122:                <Filter
        !           123:                        Name="Source Files"
        !           124:                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
        !           125:                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
        !           126:                        <File
        !           127:                                RelativePath=".\Ntservice.c">
        !           128:                        </File>
        !           129:                        <Filter
        !           130:                                Name="Common"
        !           131:                                Filter="">
        !           132:                                <File
        !           133:                                        RelativePath="..\Common\Dismount.c">
        !           134:                                </File>
        !           135:                        </Filter>
        !           136:                </Filter>
        !           137:                <Filter
        !           138:                        Name="Header Files"
        !           139:                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
        !           140:                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
        !           141:                        <File
        !           142:                                RelativePath="..\Common\Dismount.h">
        !           143:                        </File>
        !           144:                        <File
        !           145:                                RelativePath=".\Ntservice.h">
        !           146:                        </File>
        !           147:                        <File
        !           148:                                RelativePath=".\resource.h">
        !           149:                        </File>
        !           150:                </Filter>
        !           151:                <Filter
        !           152:                        Name="Resource Files"
        !           153:                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
        !           154:                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
        !           155:                        <File
        !           156:                                RelativePath=".\Service.rc">
        !           157:                        </File>
        !           158:                </Filter>
        !           159:        </Files>
        !           160:        <Globals>
        !           161:        </Globals>
        !           162: </VisualStudioProject>

unix.superglobalmegacorp.com

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