2017-09-18 16:46:14 +05:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2014-09-23 03:35:43 +06:00
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
2017-09-18 16:46:14 +05:00
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2024-02-10 01:21:35 +05:00
|
|
|
<ProjectConfiguration Include="Shipping|Win32">
|
|
|
|
<Configuration>Shipping</Configuration>
|
2014-09-23 03:35:43 +06:00
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2017-09-18 16:46:14 +05:00
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
</ProjectConfiguration>
|
2014-09-23 03:35:43 +06:00
|
|
|
</ItemGroup>
|
|
|
|
<PropertyGroup Label="Globals">
|
2017-09-18 16:46:14 +05:00
|
|
|
<VCProjectVersion>15.0</VCProjectVersion>
|
|
|
|
<ProjectGuid>{537CF8A1-86B9-49C7-8408-C70657543AF7}</ProjectGuid>
|
|
|
|
<RootNamespace>DDraw</RootNamespace>
|
|
|
|
<WindowsTargetPlatformVersion>7.0</WindowsTargetPlatformVersion>
|
2014-09-23 03:35:43 +06:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
2017-09-18 16:46:14 +05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
</PropertyGroup>
|
2024-02-10 01:21:35 +05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="Configuration">
|
2014-09-23 03:35:43 +06:00
|
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2017-09-18 16:46:14 +05:00
|
|
|
<PlatformToolset>v141_xp</PlatformToolset>
|
2014-09-23 03:35:43 +06:00
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2017-04-09 21:21:07 +05:00
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2014-09-23 03:35:43 +06:00
|
|
|
</PropertyGroup>
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
</ImportGroup>
|
2017-09-18 16:46:14 +05:00
|
|
|
<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" />
|
|
|
|
<Import Project="versionmeta.props" />
|
|
|
|
</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" />
|
|
|
|
<Import Project="versionmeta.props" />
|
|
|
|
</ImportGroup>
|
2024-02-10 01:21:35 +05:00
|
|
|
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'" Label="PropertySheets">
|
2014-09-23 03:35:43 +06:00
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
2017-03-11 18:37:36 +05:00
|
|
|
<Import Project="versionmeta.props" />
|
2014-09-23 03:35:43 +06:00
|
|
|
</ImportGroup>
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
2017-09-28 02:12:05 +05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
</PropertyGroup>
|
2024-02-10 01:21:35 +05:00
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">
|
2017-09-28 02:12:05 +05:00
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
<TargetName>ddraw</TargetName>
|
|
|
|
</PropertyGroup>
|
2017-09-18 16:46:14 +05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
2019-03-02 20:17:29 +05:00
|
|
|
<AdditionalIncludeDirectories>..\SilentPatch;..\DDraw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2017-09-18 16:46:14 +05:00
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2017-12-22 04:16:18 +05:00
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2017-09-18 16:46:14 +05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-10-04 02:32:14 +05:00
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 17:16:34 +05:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2017-09-18 16:46:14 +05:00
|
|
|
</Link>
|
2024-10-07 21:07:18 +05:00
|
|
|
<PostBuildEvent />
|
2017-09-18 16:46:14 +05:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
2014-09-23 03:35:43 +06:00
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
2017-09-18 16:46:14 +05:00
|
|
|
<SDLCheck>true</SDLCheck>
|
2014-09-23 03:35:43 +06:00
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2019-03-02 20:17:29 +05:00
|
|
|
<AdditionalIncludeDirectories>..\SilentPatch;..\DDraw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2017-09-18 16:46:14 +05:00
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
2014-09-23 03:35:43 +06:00
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
2015-06-21 03:44:55 +05:00
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
2017-09-18 16:46:14 +05:00
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2017-12-22 04:16:18 +05:00
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2017-09-18 16:46:14 +05:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-10-04 02:32:14 +05:00
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 17:16:34 +05:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2017-09-18 16:46:14 +05:00
|
|
|
</Link>
|
2024-10-07 21:07:18 +05:00
|
|
|
<PostBuildEvent />
|
2017-09-18 16:46:14 +05:00
|
|
|
</ItemDefinitionGroup>
|
2024-02-10 01:21:35 +05:00
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Shipping|Win32'">
|
2017-09-18 16:46:14 +05:00
|
|
|
<ClCompile>
|
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
<SDLCheck>true</SDLCheck>
|
|
|
|
<InlineFunctionExpansion>AnySuitable</InlineFunctionExpansion>
|
|
|
|
<FavorSizeOrSpeed>Speed</FavorSizeOrSpeed>
|
|
|
|
<OmitFramePointers>true</OmitFramePointers>
|
2019-03-02 20:17:29 +05:00
|
|
|
<AdditionalIncludeDirectories>..\SilentPatch;..\DDraw;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
2017-09-18 16:46:14 +05:00
|
|
|
<PreprocessorDefinitions>_HAS_EXCEPTIONS=0;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
<StringPooling>true</StringPooling>
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
<EnableEnhancedInstructionSet>NoExtensions</EnableEnhancedInstructionSet>
|
|
|
|
<EnforceTypeConversionRules>true</EnforceTypeConversionRules>
|
2017-09-08 01:43:10 +05:00
|
|
|
<RuntimeTypeInfo>false</RuntimeTypeInfo>
|
2017-09-18 16:46:14 +05:00
|
|
|
<LanguageStandard>stdcpp17</LanguageStandard>
|
2017-12-22 04:16:18 +05:00
|
|
|
<AdditionalOptions>/Zc:threadSafeInit- /Zc:strictStrings %(AdditionalOptions)</AdditionalOptions>
|
2014-09-23 03:35:43 +06:00
|
|
|
</ClCompile>
|
|
|
|
<Link>
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
2017-09-18 16:46:14 +05:00
|
|
|
<ModuleDefinitionFile>ddraw.def</ModuleDefinitionFile>
|
2014-09-23 03:35:43 +06:00
|
|
|
<SubSystem>Windows</SubSystem>
|
2017-10-04 02:32:14 +05:00
|
|
|
<DelayLoadDLLs>shell32.dll;shlwapi.dll;%(DelayLoadDLLs)</DelayLoadDLLs>
|
2018-01-21 17:16:34 +05:00
|
|
|
<LargeAddressAware>true</LargeAddressAware>
|
2024-02-03 03:00:58 +05:00
|
|
|
<AdditionalOptions>/pdbaltpath:%_PDB% %(AdditionalOptions)</AdditionalOptions>
|
2014-09-23 03:35:43 +06:00
|
|
|
</Link>
|
2024-10-07 21:07:18 +05:00
|
|
|
<PostBuildEvent />
|
2018-01-16 03:02:30 +05:00
|
|
|
<ResourceCompile>
|
|
|
|
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
</ResourceCompile>
|
2014-09-23 03:35:43 +06:00
|
|
|
</ItemDefinitionGroup>
|
|
|
|
<ItemGroup>
|
2017-09-28 02:12:05 +05:00
|
|
|
<ClCompile Include="..\SilentPatch\Common_ddraw.cpp" />
|
2021-07-27 02:52:20 +05:00
|
|
|
<ClCompile Include="..\SilentPatch\Desktop.cpp" />
|
2019-06-29 02:14:32 +05:00
|
|
|
<ClCompile Include="..\SilentPatch\Utils\Patterns.cpp" />
|
2014-09-23 03:35:43 +06:00
|
|
|
<ClCompile Include="dllmain.cpp" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
2017-09-18 16:46:14 +05:00
|
|
|
<ResourceCompile Include="..\SilentPatch\SilentPatch.rc" />
|
2014-09-23 03:35:43 +06:00
|
|
|
</ItemGroup>
|
2017-03-11 18:37:36 +05:00
|
|
|
<ItemGroup>
|
2017-09-28 02:12:05 +05:00
|
|
|
<ClInclude Include="..\SilentPatch\Common_ddraw.h" />
|
2021-07-27 02:52:20 +05:00
|
|
|
<ClInclude Include="..\SilentPatch\Desktop.h" />
|
2019-06-29 02:14:32 +05:00
|
|
|
<ClInclude Include="..\SilentPatch\Utils\MemoryMgr.h" />
|
|
|
|
<ClInclude Include="..\SilentPatch\Utils\Patterns.h" />
|
2017-03-11 18:37:36 +05:00
|
|
|
</ItemGroup>
|
2014-09-23 03:35:43 +06:00
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
</ImportGroup>
|
|
|
|
</Project>
|