diff options
author | segfault <toni@impl.cc> | 2020-11-29 14:51:44 +0100 |
---|---|---|
committer | segfault <toni@impl.cc> | 2020-11-29 14:51:44 +0100 |
commit | 022df49cce626e4cc6f676296c09c06b3c04a5bb (patch) | |
tree | e2718fb747774f486818ea6422b2dd11df6e942e | |
parent | e75e5ddfea7fbb581d0be0fd680d06a567078b39 (diff) |
CheatEngineServer VS-2019 retarget
-rw-r--r-- | CheatEngineServer/CheatEngineServer.vcxproj | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/CheatEngineServer/CheatEngineServer.vcxproj b/CheatEngineServer/CheatEngineServer.vcxproj index 623d97d..6c35d2b 100644 --- a/CheatEngineServer/CheatEngineServer.vcxproj +++ b/CheatEngineServer/CheatEngineServer.vcxproj @@ -23,33 +23,33 @@ <ProjectGuid>{B6441DA8-67E2-47E9-9A10-CD5C90173EAC}</ProjectGuid> <Keyword>Win32Proj</Keyword> <RootNamespace>CheatEngineServer</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion> + <WindowsTargetPlatformVersion>10.0</WindowsTargetPlatformVersion> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <SpectreMitigation>false</SpectreMitigation> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>Application</ConfigurationType> <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> <WholeProgramOptimization>true</WholeProgramOptimization> <CharacterSet>Unicode</CharacterSet> <SpectreMitigation>false</SpectreMitigation> |