diff options
author | George Hazan <ghazan@miranda.im> | 2017-08-28 12:45:02 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-08-28 12:45:02 +0300 |
commit | 6b18d317336440792a86775269659fb9959718ce (patch) | |
tree | 9ca13cca49ed96a236edafa9f037d57657398f88 /plugins/UserInfoEx | |
parent | 3cee34ba8faf9722ed21b492791858e1091cb54e (diff) |
fix for icons projects
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_12_z2.vcxproj | 8 | ||||
-rw-r--r-- | plugins/UserInfoEx/IconPacks/ice/icons_ice_12_z2.vcxproj | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_12_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_12_z2.vcxproj index 175468e43c..d3ede35607 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_12_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_12_z2.vcxproj @@ -26,22 +26,22 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
diff --git a/plugins/UserInfoEx/IconPacks/ice/icons_ice_12_z2.vcxproj b/plugins/UserInfoEx/IconPacks/ice/icons_ice_12_z2.vcxproj index d8085089b1..e9ae4fc26c 100644 --- a/plugins/UserInfoEx/IconPacks/ice/icons_ice_12_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/ice/icons_ice_12_z2.vcxproj @@ -26,22 +26,22 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v140_xp</PlatformToolset>
+ <PlatformToolset>v120_xp</PlatformToolset>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
<ImportGroup Label="ExtensionSettings">
|