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/MirFox | |
parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) |
warning fix for non-standard projects
Diffstat (limited to 'plugins/MirFox')
-rw-r--r-- | plugins/MirFox/MirFoxNG_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirFox/MirFoxNG_15.vcxproj b/plugins/MirFox/MirFoxNG_15.vcxproj index 53f530db27..8774d68676 100644 --- a/plugins/MirFox/MirFoxNG_15.vcxproj +++ b/plugins/MirFox/MirFoxNG_15.vcxproj @@ -22,6 +22,7 @@ <ProjectName>MirFox</ProjectName> <ProjectGuid>{3E9DA555-4C7B-463C-AD5C-214073DE29D6}</ProjectGuid> <RootNamespace>MirFoxNG</RootNamespace> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |