diff options
author | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-03-11 14:15:09 +0300 |
commit | 37ed22ab43e74245169c9f49562c22ae978b2876 (patch) | |
tree | 68cfdb21676ac30411775a033e433268aa09b2fe /plugins/TabSRMM/TabSRMM_icons | |
parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) |
warning fix for non-standard projects
Diffstat (limited to 'plugins/TabSRMM/TabSRMM_icons')
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj | 1 | ||||
-rw-r--r-- | plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj index a37005f1d6..ad4a6a4593 100644 --- a/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj +++ b/plugins/TabSRMM/TabSRMM_icons/NOVA/ICONS_NOVA_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>TabSRMM_icons</ProjectName> <ProjectGuid>{F553F140-B7D3-4984-90B1-00D4831B8A6E}</ProjectGuid> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> diff --git a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj index 67b2bbbe57..ddeeaa6d99 100644 --- a/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj +++ b/plugins/TabSRMM/TabSRMM_icons/XP/iconsxp_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>TabSRMM_icons_XP</ProjectName> <ProjectGuid>{987C5A57-A46B-4779-BB85-077E21F7BF7F}</ProjectGuid> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |