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 /build/cmplugin/cmstub.vcxproj | |
parent | 1b32d18bbe8bd96e0d98e6b0c4df61dcfa94710e (diff) |
warning fix for non-standard projects
Diffstat (limited to 'build/cmplugin/cmstub.vcxproj')
-rw-r--r-- | build/cmplugin/cmstub.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/cmplugin/cmstub.vcxproj b/build/cmplugin/cmstub.vcxproj index b385dbdd30..02076a41d9 100644 --- a/build/cmplugin/cmstub.vcxproj +++ b/build/cmplugin/cmstub.vcxproj @@ -22,6 +22,7 @@ <VCProjectVersion>15.0</VCProjectVersion> <ProjectGuid>{3E03C383-1234-4055-B1C8-D43EB6BFAE58}</ProjectGuid> <RootNamespace>Project1</RootNamespace> + <XPDeprecationWarning>false</XPDeprecationWarning> <WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion> <ProjectName>cmstub</ProjectName> </PropertyGroup> |