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/UserInfoEx/IconPacks/default | |
| parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) | |
warning fix for non-standard projects
Diffstat (limited to 'plugins/UserInfoEx/IconPacks/default')
| -rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj | 1 | ||||
| -rw-r--r-- | plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj index cc9af1bc15..dd365c0f04 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>UInfoEx_icons_default_Z1</ProjectName> <ProjectGuid>{AA542F66-FF66-498A-ADBE-0BB9103ECD0A}</ProjectGuid> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> diff --git a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj index 55caa50a5c..cf4dea23e3 100644 --- a/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj +++ b/plugins/UserInfoEx/IconPacks/default/icons_default_15_z2.vcxproj @@ -22,6 +22,7 @@ <ProjectName>UInfoEx_icons_default_Z2</ProjectName> <ProjectGuid>{D90DD62F-6A75-4469-ABB5-A3E88BCA6A3C}</ProjectGuid> <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
