2018-05-06 10:52:06 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<ProjectConfiguration Include="DebugLog|Win32">
|
|
|
|
|
<Configuration>DebugLog</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\ddclipper.c" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ClCompile Include="src\debug.c" />
|
2019-04-06 05:35:23 +02:00
|
|
|
|
<ClCompile Include="src\detours\creatwth.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\detours.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disasm.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disolarm.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disolarm64.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disolia64.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disolx64.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\disolx86.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\image.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\modules.cpp" />
|
|
|
|
|
<ClCompile Include="src\detours\uimports.cpp">
|
|
|
|
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
|
|
|
|
</ClCompile>
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\directinput.c" />
|
|
|
|
|
<ClCompile Include="src\dllmain.c" />
|
2020-10-14 00:42:42 +02:00
|
|
|
|
<ClCompile Include="src\IDirect3D\IDirect3D.c" />
|
2020-10-22 18:58:56 +02:00
|
|
|
|
<ClCompile Include="src\IDirect3D\IDirect3D2.c" />
|
|
|
|
|
<ClCompile Include="src\IDirect3D\IDirect3D3.c" />
|
|
|
|
|
<ClCompile Include="src\IDirect3D\IDirect3D7.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\utils.c" />
|
2019-03-19 06:57:49 +01:00
|
|
|
|
<ClCompile Include="src\hook.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\IDirectDraw\IDirectDraw.c" />
|
|
|
|
|
<ClCompile Include="src\IDirectDraw\IDirectDrawClipper.c" />
|
|
|
|
|
<ClCompile Include="src\IDirectDraw\IDirectDrawPalette.c" />
|
|
|
|
|
<ClCompile Include="src\IDirectDraw\IDirectDrawSurface.c" />
|
2018-11-12 06:31:02 +01:00
|
|
|
|
<ClCompile Include="src\lodepng.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\dd.c" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ClCompile Include="src\mouse.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\opengl_utils.c" />
|
|
|
|
|
<ClCompile Include="src\ddpalette.c" />
|
|
|
|
|
<ClCompile Include="src\render_ogl.c" />
|
2018-09-28 22:40:44 +02:00
|
|
|
|
<ClCompile Include="src\render_d3d9.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\render_gdi.c" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ClCompile Include="src\screenshot.c" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClCompile Include="src\config.c" />
|
|
|
|
|
<ClCompile Include="src\ddsurface.c" />
|
|
|
|
|
<ClCompile Include="src\winapi_hooks.c" />
|
|
|
|
|
<ClCompile Include="src\wndproc.c" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\d3d9shader.h" />
|
|
|
|
|
<ClInclude Include="inc\ddclipper.h" />
|
|
|
|
|
<ClInclude Include="inc\directinput.h" />
|
|
|
|
|
<ClInclude Include="inc\dllmain.h" />
|
2018-10-24 04:21:22 +02:00
|
|
|
|
<ClInclude Include="inc\glcorearb.h" />
|
2020-10-14 00:42:42 +02:00
|
|
|
|
<ClInclude Include="inc\IDirect3D.h" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\utils.h" />
|
2019-03-19 06:57:49 +01:00
|
|
|
|
<ClInclude Include="inc\hook.h" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\IDirectDraw.h" />
|
|
|
|
|
<ClInclude Include="inc\IDirectDrawClipper.h" />
|
|
|
|
|
<ClInclude Include="inc\IDirectDrawPalette.h" />
|
|
|
|
|
<ClInclude Include="inc\IDirectDrawSurface.h" />
|
2018-10-24 04:21:22 +02:00
|
|
|
|
<ClInclude Include="inc\KHR\khrplatform.h" />
|
2018-11-12 06:31:02 +01:00
|
|
|
|
<ClInclude Include="inc\lodepng.h" />
|
2019-03-19 06:57:49 +01:00
|
|
|
|
<ClInclude Include="inc\mouse.h" />
|
2018-10-15 03:31:57 +02:00
|
|
|
|
<ClInclude Include="inc\render_d3d9.h" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ClInclude Include="inc\ddraw.h" />
|
|
|
|
|
<ClInclude Include="inc\debug.h" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\dd.h" />
|
|
|
|
|
<ClInclude Include="inc\opengl_utils.h" />
|
|
|
|
|
<ClInclude Include="inc\ddpalette.h" />
|
2018-10-06 12:24:43 +02:00
|
|
|
|
<ClInclude Include="inc\openglshader.h" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\render_ogl.h" />
|
|
|
|
|
<ClInclude Include="inc\render_gdi.h" />
|
2018-11-17 05:54:22 +01:00
|
|
|
|
<ClInclude Include="inc\scale_pattern.h" />
|
2020-10-13 09:20:52 +02:00
|
|
|
|
<ClInclude Include="inc\screenshot.h" />
|
|
|
|
|
<ClInclude Include="inc\config.h" />
|
|
|
|
|
<ClInclude Include="inc\ddsurface.h" />
|
|
|
|
|
<ClInclude Include="inc\winapi_hooks.h" />
|
|
|
|
|
<ClInclude Include="inc\wndproc.h" />
|
2018-05-06 10:52:06 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ResourceCompile Include="ddraw.rc" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<RootNamespace>cnc_ddraw</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
|
|
|
|
<ProjectGuid>{96094551-5D52-4EBD-BE4C-5291A03507FC}</ProjectGuid>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</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>
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'" Label="PropertySheets">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)bin\Debug\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)bin\Debug\</IntDir>
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<OutDir>$(SolutionDir)bin\Release\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)bin\Release\</IntDir>
|
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
|
2020-10-13 10:18:55 +02:00
|
|
|
|
<OutDir>$(SolutionDir)bin\DebugLog\</OutDir>
|
|
|
|
|
<IntDir>$(SolutionDir)bin\DebugLog\</IntDir>
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
|
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
|
</PropertyGroup>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
2019-04-06 05:35:23 +02:00
|
|
|
|
<AdditionalIncludeDirectories>inc;src\detours</AdditionalIncludeDirectories>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2018-10-24 04:21:22 +02:00
|
|
|
|
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
|
|
|
|
</Link>
|
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
<Command>
|
|
|
|
|
if exist "$(LocalDebuggerCommand)" if exist "$(LocalDebuggerWorkingDirectory)" (
|
|
|
|
|
copy "$(TargetPath)" "$(LocalDebuggerWorkingDirectory)$(TargetFileName)"
|
|
|
|
|
)
|
|
|
|
|
</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;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2019-04-06 05:35:23 +02:00
|
|
|
|
<AdditionalIncludeDirectories>inc;src\detours</AdditionalIncludeDirectories>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2018-10-24 04:21:22 +02:00
|
|
|
|
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2020-10-13 10:15:42 +02:00
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>_DEBUG;_DEBUG_X;WIN32;NDEBUG;_WINDOWS;_USRDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>inc;src\detours</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
<AdditionalDependencies>winmm.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
2018-05-06 10:52:06 +02:00
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|