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/SecureIM | |
| parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) | |
warning fix for non-standard projects
Diffstat (limited to 'plugins/SecureIM')
| -rw-r--r-- | plugins/SecureIM/secureim_15.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/SecureIM/secureim_15.vcxproj b/plugins/SecureIM/secureim_15.vcxproj index 1a3c3fc5bf..35845835ac 100644 --- a/plugins/SecureIM/secureim_15.vcxproj +++ b/plugins/SecureIM/secureim_15.vcxproj @@ -21,6 +21,7 @@ <PropertyGroup Label="Globals"> <ProjectName>SecureIM</ProjectName> <ProjectGuid>{4ADADECA-99D7-410D-8127-CB27210DCC6A}</ProjectGuid> + <XPDeprecationWarning>false</XPDeprecationWarning> </PropertyGroup> <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
