From 9717a418b92ada22c9e68863d06f044bd3e88613 Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Thu, 27 Aug 2020 01:57:18 -0700 Subject: [PATCH] msbuild: properly enable /Brepro --- Source/VSProps/Base.props | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index 0112d5ec02..f1cc6a44bb 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -120,6 +120,7 @@ 4946 Reinterpret cast between related types --> /w44263 /w44265 /w44946 %(AdditionalOptions) + /Brepro %(AdditionalOptions) @@ -144,6 +145,7 @@ true true + /Brepro %(AdditionalOptions) @@ -156,11 +158,12 @@ enableCompatPatches - /NODEFAULTLIB:libcmt /Brepro %(AdditionalOptions) + /NODEFAULTLIB:libcmt %(AdditionalOptions) true true + /Brepro %(AdditionalOptions)