diff options
Diffstat (limited to 'plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj')
-rw-r--r-- | plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj b/plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj index 594d9ff26b..a8f2915fa4 100644 --- a/plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj +++ b/plugins/MirOTR/Libgcrypt/Libgcrypt_16.vcxproj @@ -27,24 +27,24 @@ <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> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <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> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |