hackedteam/core-win32

View on GitHub
H4DLL.vcproj.7.00.old

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding = "Windows-1252"?>
<VisualStudioProject
    ProjectType="Visual C++"
    Version="7.00"
    Name="H4DLL"
    ProjectGUID="{B149B0CB-E46F-4CFF-B937-BFAF18860B66}"
    Keyword="Win32Proj">
    <Platforms>
        <Platform
            Name="Win32"/>
    </Platforms>
    <Configurations>
        <Configuration
            Name="Debug|Win32"
            OutputDirectory="Debug"
            IntermediateDirectory="Debug"
            ConfigurationType="2"
            CharacterSet="2">
            <Tool
                Name="VCCLCompilerTool"
                Optimization="0"
                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS"
                MinimalRebuild="TRUE"
                BasicRuntimeChecks="3"
                RuntimeLibrary="1"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="TRUE"
                DebugInformationFormat="4"/>
            <Tool
                Name="VCCustomBuildTool"/>
            <Tool
                Name="VCLinkerTool"
                OutputFile="$(OutDir)/H4DLL.dll"
                LinkIncremental="2"
                ModuleDefinitionFile="H4-DLL.def"
                GenerateDebugInformation="TRUE"
                ProgramDatabaseFile="$(OutDir)/H4DLL.pdb"
                SubSystem="2"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="1"/>
            <Tool
                Name="VCMIDLTool"/>
            <Tool
                Name="VCPostBuildEventTool"/>
            <Tool
                Name="VCPreBuildEventTool"/>
            <Tool
                Name="VCPreLinkEventTool"/>
            <Tool
                Name="VCResourceCompilerTool"/>
            <Tool
                Name="VCWebServiceProxyGeneratorTool"/>
            <Tool
                Name="VCWebDeploymentTool"/>
        </Configuration>
        <Configuration
            Name="Release|Win32"
            OutputDirectory="Release"
            IntermediateDirectory="Release"
            ConfigurationType="2"
            CharacterSet="2">
            <Tool
                Name="VCCLCompilerTool"
                Optimization="2"
                InlineFunctionExpansion="1"
                OmitFramePointers="TRUE"
                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS"
                StringPooling="TRUE"
                RuntimeLibrary="0"
                EnableFunctionLevelLinking="TRUE"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="TRUE"
                DebugInformationFormat="3"/>
            <Tool
                Name="VCCustomBuildTool"/>
            <Tool
                Name="VCLinkerTool"
                OutputFile="$(OutDir)/H4DLL.dll"
                LinkIncremental="1"
                ModuleDefinitionFile="H4-DLL.def"
                GenerateDebugInformation="TRUE"
                SubSystem="2"
                OptimizeReferences="2"
                EnableCOMDATFolding="2"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="1"/>
            <Tool
                Name="VCMIDLTool"/>
            <Tool
                Name="VCPostBuildEventTool"/>
            <Tool
                Name="VCPreBuildEventTool"/>
            <Tool
                Name="VCPreLinkEventTool"/>
            <Tool
                Name="VCResourceCompilerTool"/>
            <Tool
                Name="VCWebServiceProxyGeneratorTool"/>
            <Tool
                Name="VCWebDeploymentTool"/>
        </Configuration>
    </Configurations>
    <Files>
        <Filter
            Name="Source Files"
            Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
            <File
                RelativePath="H4-DLL.cpp">
            </File>
            <File
                RelativePath="H4-DLL.def">
            </File>
        </Filter>
        <Filter
            Name="Header Files"
            Filter="h;hpp;hxx;hm;inl;inc">
            <File
                RelativePath="H4-DLL.h">
            </File>
            <File
                RelativePath="HM_CodeAlign.h">
            </File>
            <File
                RelativePath="HM_InbundleHook.h">
            </File>
            <File
                RelativePath="HM_IpcModule.h">
            </File>
        </Filter>
        <Filter
            Name="Resource Files"
            Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
        </Filter>
    </Files>
    <Globals>
    </Globals>
</VisualStudioProject>