diff options
author | DjLegolas <DjLegolas@protonmail.com> | 2020-04-12 10:32:31 +0300 |
---|---|---|
committer | Patrick Griffis <pgriffis@igalia.com> | 2021-05-23 19:43:24 -0500 |
commit | 939ec7a16e205e974cfe1a97c2ff4974e763c7fa (patch) | |
tree | 6ad6f7e426eb69590f50f04fdf7fa02d5ad34a90 /src/libenchant_win8/libenchant_win8.vcxproj | |
parent | 29e78d385115b9072fa2c4027e3e03e0e1021607 (diff) |
Updated Toolset to v142
Diffstat (limited to 'src/libenchant_win8/libenchant_win8.vcxproj')
-rw-r--r-- | src/libenchant_win8/libenchant_win8.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libenchant_win8/libenchant_win8.vcxproj b/src/libenchant_win8/libenchant_win8.vcxproj index 3496f978..a6cbdad6 100644 --- a/src/libenchant_win8/libenchant_win8.vcxproj +++ b/src/libenchant_win8/libenchant_win8.vcxproj @@ -19,7 +19,7 @@ <PropertyGroup Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v140</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <Import Project="..\..\win32\hexchat.props" /> |