diff options
Diffstat (limited to 'plugins/MirOTR/ekhtml')
-rw-r--r-- | plugins/MirOTR/ekhtml/ekhtml_16.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj b/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj index 59c2096790..45b85cac17 100644 --- a/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj +++ b/plugins/MirOTR/ekhtml/ekhtml_16.vcxproj @@ -28,23 +28,23 @@ <ConfigurationType>StaticLibrary</ConfigurationType> <CharacterSet>NotSet</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <CharacterSet>NotSet</CharacterSet> <WholeProgramOptimization>true</WholeProgramOptimization> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <CharacterSet>NotSet</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>StaticLibrary</ConfigurationType> <CharacterSet>NotSet</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |