diff options
author | George Hazan <ghazan@miranda.im> | 2019-04-14 17:23:35 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-04-14 17:23:35 +0300 |
commit | b8d524fd843b23bc83f76e97b396aa129fbb8c0e (patch) | |
tree | 032432e0ca4fe52fda6b3545e9bb49afc3972a04 /plugins/TabSRMM | |
parent | ebfc39114272499dae2e2851579e586a74003dcf (diff) |
fix for a platform
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_16.vcxproj | 8 | ||||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_16.vcxproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_16.vcxproj b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_16.vcxproj index ad4a6a4593..2991f17616 100644 --- a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_16.vcxproj +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_16.vcxproj @@ -27,22 +27,22 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_16.vcxproj b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_16.vcxproj index ddeeaa6d99..d5a7cb9d74 100644 --- a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_16.vcxproj +++ b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_16.vcxproj @@ -27,22 +27,22 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> <ConfigurationType>DynamicLibrary</ConfigurationType> <CharacterSet>Unicode</CharacterSet> - <PlatformToolset>v141_xp</PlatformToolset> + <PlatformToolset>v142</PlatformToolset> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> <ImportGroup Label="ExtensionSettings"> |