From ec94dd9d6df947e81d0649cc19c21832b07f3fcf Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 8 Dec 2018 15:16:08 +0100 Subject: [PATCH] Disable XPDeprecationWarning. --- MUtilities.props | 14 ++++++++++++++ MUtilities_VS2017.vcxproj | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 MUtilities.props diff --git a/MUtilities.props b/MUtilities.props new file mode 100644 index 0000000..5f534de --- /dev/null +++ b/MUtilities.props @@ -0,0 +1,14 @@ + + + + + false + + + + + + $(XPDeprecationWarning) + + + \ No newline at end of file diff --git a/MUtilities_VS2017.vcxproj b/MUtilities_VS2017.vcxproj index b12d076..b8f9fd7 100644 --- a/MUtilities_VS2017.vcxproj +++ b/MUtilities_VS2017.vcxproj @@ -128,12 +128,15 @@ + + +