summaryrefslogtreecommitdiff
path: root/protocols/Sametime/src/glib
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-04-14 17:23:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-04-14 17:23:35 +0300
commitb8d524fd843b23bc83f76e97b396aa129fbb8c0e (patch)
tree032432e0ca4fe52fda6b3545e9bb49afc3972a04 /protocols/Sametime/src/glib
parentebfc39114272499dae2e2851579e586a74003dcf (diff)
fix for a platform
Diffstat (limited to 'protocols/Sametime/src/glib')
-rw-r--r--protocols/Sametime/src/glib/glib_16.vcxproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Sametime/src/glib/glib_16.vcxproj b/protocols/Sametime/src/glib/glib_16.vcxproj
index f6244004c5..77fcab1cf3 100644
--- a/protocols/Sametime/src/glib/glib_16.vcxproj
+++ b/protocols/Sametime/src/glib/glib_16.vcxproj
@@ -30,23 +30,23 @@
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v141_xp</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141_xp</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
- <PlatformToolset>v141_xp</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>StaticLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
- <PlatformToolset>v141_xp</PlatformToolset>
+ <PlatformToolset>v142</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">