-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
299 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|Win32"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|Win32"> | ||
<Configuration>Release</Configuration> | ||
<Platform>Win32</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{1F13AD56-2DCC-4BCF-ABDF-381B901C9440}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
<RootNamespace>dwmaxx</RootNamespace> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<LinkIncremental>true</LinkIncremental> | ||
<IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> | ||
<LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<LinkIncremental>false</LinkIncremental> | ||
<IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> | ||
<LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x86;$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
<ClCompile> | ||
<PrecompiledHeader> | ||
</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>Disabled</Optimization> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DWMAXX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ModuleDefinitionFile>dwmaxx.def</ModuleDefinitionFile> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command>copy load.bat "$(TargetDir)" | ||
copy unload.bat "$(TargetDir)" | ||
copy "$(SolutionDir)\easyhook\*.dll" "$(TargetDir)"</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PrecompiledHeader> | ||
</PrecompiledHeader> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DWMAXX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<ModuleDefinitionFile>dwmaxx.def</ModuleDefinitionFile> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command>copy load.bat "$(TargetDir)" | ||
copy unload.bat "$(TargetDir)" | ||
copy "$(SolutionDir)\easyhook\*.dll" "$(TargetDir)"</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="D3D10CreateDevice1.cpp" /> | ||
<ClCompile Include="d3d_hooks.cpp" /> | ||
<ClCompile Include="dwmapi_hooks.cpp" /> | ||
<ClCompile Include="dwmaxx.cpp" /> | ||
<ClCompile Include="dllmain.cpp" /> | ||
<ClCompile Include="dwmaxx_private.cpp" /> | ||
<ClCompile Include="DwmExtendFrameIntoClientArea.cpp" /> | ||
<ClCompile Include="globals.cpp" /> | ||
<ClCompile Include="hooking.cpp" /> | ||
<ClCompile Include="ID3D10Device1_CreateInputLayout.cpp" /> | ||
<ClCompile Include="ID3D10Device1_CreateTexture2D.cpp" /> | ||
<ClCompile Include="ID3D10Device1_Draw.cpp" /> | ||
<ClCompile Include="injection.cpp" /> | ||
<ClCompile Include="rpc_hwnd.cpp" /> | ||
<ClCompile Include="texture_technique.cpp" /> | ||
<ClCompile Include="vertices_technique.cpp" /> | ||
<ClCompile Include="watermarking.cpp" /> | ||
<ClCompile Include="win_hooks.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="D3D10CreateDevice1.h" /> | ||
<ClInclude Include="d3d_hooks.h" /> | ||
<ClInclude Include="distorm.h" /> | ||
<ClInclude Include="dwmapi_hooks.h" /> | ||
<ClInclude Include="dwmaxx.h" /> | ||
<ClInclude Include="constants.h" /> | ||
<ClInclude Include="dwmaxx_private.h" /> | ||
<ClInclude Include="DwmExtendFrameIntoClientArea.h" /> | ||
<ClInclude Include="globals.h" /> | ||
<ClInclude Include="hooking.h" /> | ||
<ClInclude Include="ID3D10Device1.h" /> | ||
<ClInclude Include="injection.h" /> | ||
<ClInclude Include="rpc_hwnd.h" /> | ||
<ClInclude Include="texture_technique.h" /> | ||
<ClInclude Include="types.h" /> | ||
<ClInclude Include="vertices_technique.h" /> | ||
<ClInclude Include="watermarking.h" /> | ||
<ClInclude Include="win_hooks.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="dwmaxx.def" /> | ||
<None Include="load.bat" /> | ||
<None Include="unload.bat" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,136 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
<ItemGroup Label="ProjectConfigurations"> | ||
<ProjectConfiguration Include="Debug|x64"> | ||
<Configuration>Debug</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
<ProjectConfiguration Include="Release|x64"> | ||
<Configuration>Release</Configuration> | ||
<Platform>x64</Platform> | ||
</ProjectConfiguration> | ||
</ItemGroup> | ||
<PropertyGroup Label="Globals"> | ||
<ProjectGuid>{3026FEA5-125A-49C4-B7CA-4A93F5F0978F}</ProjectGuid> | ||
<Keyword>Win32Proj</Keyword> | ||
<RootNamespace>dwmaxx</RootNamespace> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>true</UseDebugLibraries> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
<ConfigurationType>DynamicLibrary</ConfigurationType> | ||
<UseDebugLibraries>false</UseDebugLibraries> | ||
<WholeProgramOptimization>true</WholeProgramOptimization> | ||
<CharacterSet>MultiByte</CharacterSet> | ||
</PropertyGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
<ImportGroup Label="ExtensionSettings"> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
</ImportGroup> | ||
<PropertyGroup Label="UserMacros" /> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<LinkIncremental>true</LinkIncremental> | ||
<IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> | ||
<LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x64;$(VCInstallDir)lib\amd64;$(VCInstallDir)atlmfc\lib\amd64;$(WindowsSdkDir)lib\x64;</LibraryPath> | ||
</PropertyGroup> | ||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<LinkIncremental>false</LinkIncremental> | ||
<IncludePath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> | ||
<LibraryPath>C:\Program Files %28x86%29\Microsoft DirectX SDK %28June 2010%29\Lib\x64;$(VCInstallDir)lib\amd64;$(VCInstallDir)atlmfc\lib\amd64;$(WindowsSdkDir)lib\x64;</LibraryPath> | ||
</PropertyGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
<ClCompile> | ||
<PrecompiledHeader> | ||
</PrecompiledHeader> | ||
<WarningLevel>Level3</WarningLevel> | ||
<Optimization>Disabled</Optimization> | ||
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;DWMAXX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<ModuleDefinitionFile>dwmaxx.def</ModuleDefinitionFile> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command>copy "$(TargetPath)" "$(SolutionDir)\$(Configuration)\$(TargetFileName)"</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
<ClCompile> | ||
<WarningLevel>Level3</WarningLevel> | ||
<PrecompiledHeader> | ||
</PrecompiledHeader> | ||
<Optimization>MaxSpeed</Optimization> | ||
<FunctionLevelLinking>true</FunctionLevelLinking> | ||
<IntrinsicFunctions>true</IntrinsicFunctions> | ||
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;DWMAXX_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
</ClCompile> | ||
<Link> | ||
<SubSystem>Windows</SubSystem> | ||
<GenerateDebugInformation>true</GenerateDebugInformation> | ||
<EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
<OptimizeReferences>true</OptimizeReferences> | ||
<ModuleDefinitionFile>dwmaxx.def</ModuleDefinitionFile> | ||
</Link> | ||
<PostBuildEvent> | ||
<Command>copy "$(TargetPath)" "$(SolutionDir)\$(Configuration)\$(TargetFileName)"</Command> | ||
</PostBuildEvent> | ||
</ItemDefinitionGroup> | ||
<ItemGroup> | ||
<ClCompile Include="D3D10CreateDevice1.cpp" /> | ||
<ClCompile Include="d3d_hooks.cpp" /> | ||
<ClCompile Include="dwmapi_hooks.cpp" /> | ||
<ClCompile Include="dwmaxx.cpp" /> | ||
<ClCompile Include="dllmain.cpp" /> | ||
<ClCompile Include="dwmaxx_private.cpp" /> | ||
<ClCompile Include="DwmExtendFrameIntoClientArea.cpp" /> | ||
<ClCompile Include="globals.cpp" /> | ||
<ClCompile Include="hooking.cpp" /> | ||
<ClCompile Include="ID3D10Device1_CreateInputLayout.cpp" /> | ||
<ClCompile Include="ID3D10Device1_CreateTexture2D.cpp" /> | ||
<ClCompile Include="ID3D10Device1_Draw.cpp" /> | ||
<ClCompile Include="injection.cpp" /> | ||
<ClCompile Include="rpc_hwnd.cpp" /> | ||
<ClCompile Include="texture_technique.cpp" /> | ||
<ClCompile Include="vertices_technique.cpp" /> | ||
<ClCompile Include="watermarking.cpp" /> | ||
<ClCompile Include="win_hooks.cpp" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<ClInclude Include="D3D10CreateDevice1.h" /> | ||
<ClInclude Include="d3d_hooks.h" /> | ||
<ClInclude Include="distorm.h" /> | ||
<ClInclude Include="dwmapi_hooks.h" /> | ||
<ClInclude Include="dwmaxx.h" /> | ||
<ClInclude Include="constants.h" /> | ||
<ClInclude Include="dwmaxx_private.h" /> | ||
<ClInclude Include="DwmExtendFrameIntoClientArea.h" /> | ||
<ClInclude Include="globals.h" /> | ||
<ClInclude Include="hooking.h" /> | ||
<ClInclude Include="ID3D10Device1.h" /> | ||
<ClInclude Include="injection.h" /> | ||
<ClInclude Include="rpc_hwnd.h" /> | ||
<ClInclude Include="texture_technique.h" /> | ||
<ClInclude Include="types.h" /> | ||
<ClInclude Include="vertices_technique.h" /> | ||
<ClInclude Include="watermarking.h" /> | ||
<ClInclude Include="win_hooks.h" /> | ||
</ItemGroup> | ||
<ItemGroup> | ||
<None Include="dwmaxx.def" /> | ||
<None Include="load.bat" /> | ||
<None Include="unload.bat" /> | ||
</ItemGroup> | ||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
<ImportGroup Label="ExtensionTargets"> | ||
</ImportGroup> | ||
</Project> |