From 8c955ce9d6b1e081e283d38279cf6bfa72b7ba08 Mon Sep 17 00:00:00 2001 From: Andrey Nekrasov Date: Mon, 12 Jul 2021 13:35:57 +0300 Subject: [PATCH] [Build] Disable compilation warnings for external projects (#12309) --- Cpp.Build.props | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/Cpp.Build.props b/Cpp.Build.props index c6d115cd13..b696fe7475 100644 --- a/Cpp.Build.props +++ b/Cpp.Build.props @@ -1,5 +1,6 @@ - + @@ -12,7 +13,7 @@ x64 - + @@ -22,10 +23,15 @@ + + $(MSBuildThisFileFullPath)\..\deps\;$(ExternalIncludePath) + pch.h Level3 + true + TurnOffAllWarnings false true stdcpplatest @@ -34,10 +40,10 @@ Windows - + true - + @@ -50,7 +56,7 @@ true - + @@ -60,12 +66,12 @@ MultiThreaded true true - + true true true - + @@ -83,13 +89,13 @@ - true - true - - - false - true - false - + true + true + + + false + true + false + \ No newline at end of file