diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-02 11:31:13 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-02 11:31:13 +0000 |
commit | 0f87608c15d3e942359efa7b386dcc10513e3b17 (patch) | |
tree | 92b5f3433b2cd4ac9988ead8010a65cdfe449c45 /plugins/UserInfoEx | |
parent | fe730e9baf5f712f5caa29f969046c737b2b9fc4 (diff) |
minor fix2
git-svn-id: http://svn.miranda-ng.org/main/trunk@14814 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/UserInfoEx')
-rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj index 1dee35e0ee..17e8712fe3 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_14_z2.vcxproj @@ -21,12 +21,13 @@ <PropertyGroup Label="Globals">
<ProjectName>UInfoEx_icons_default_Z2</ProjectName>
<ProjectGuid>{D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C}</ProjectGuid>
+ <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
- <PlatformToolset>v120_xp</PlatformToolset>
+ <PlatformToolset>v140_xp</PlatformToolset>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
|