From 618f9f532b7202d8221f55151dfcbf9174da794e Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 8 Dec 2018 15:48:07 +0100 Subject: [PATCH] Disable XPDeprecationWarning. --- LameXP.props | 14 ++++++++++++++ LameXP_VS2017.vcxproj | 3 +++ 2 files changed, 17 insertions(+) create mode 100644 LameXP.props diff --git a/LameXP.props b/LameXP.props new file mode 100644 index 00000000..5f534de6 --- /dev/null +++ b/LameXP.props @@ -0,0 +1,14 @@ + + + + + false + + + + + + $(XPDeprecationWarning) + + + \ No newline at end of file diff --git a/LameXP_VS2017.vcxproj b/LameXP_VS2017.vcxproj index 3020c984..174bc2b0 100644 --- a/LameXP_VS2017.vcxproj +++ b/LameXP_VS2017.vcxproj @@ -43,12 +43,15 @@ + + +