ft2-clone

Fasttracker 2 clone
Log | Files | Refs | README | LICENSE

commit a85357809756fc2ad7d685ee00e511a9b9f37095
parent c2bf3e2d622a9bf9586cd98422a884877e933bc1
Author: Olav Sørensen <olav.sorensen@live.no>
Date:   Tue,  9 Apr 2024 19:29:45 +0200

MSVC: Change 32-bit platform toolset again

Diffstat:
Mvs2019_project/ft2-clone/ft2-clone.vcxproj | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vs2019_project/ft2-clone/ft2-clone.vcxproj b/vs2019_project/ft2-clone/ft2-clone.vcxproj @@ -26,7 +26,7 @@ </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> </PropertyGroup> @@ -37,7 +37,7 @@ </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v141</PlatformToolset> <CharacterSet>Unicode</CharacterSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">