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/UserInfoEx/IconPacks/default | |
| parent | ebfc39114272499dae2e2851579e586a74003dcf (diff) | |
fix for a platform
Diffstat (limited to 'plugins/UserInfoEx/IconPacks/default')
| -rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_16.vcxproj | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_16.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_16.vcxproj index dd365c0f04..3a05159e33 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_16.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_16.vcxproj @@ -27,22 +27,22 @@ <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)'=='Release|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> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|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"> |
