From 5724de13b0590a3b80b85cb0820a1734445e891e Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Mon, 18 Apr 2022 14:34:54 -0700 Subject: [PATCH] msbuild: brepro -> deterministic --- Source/VSProps/Base.props | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Source/VSProps/Base.props b/Source/VSProps/Base.props index b7da386cae..0e2ed4daf3 100644 --- a/Source/VSProps/Base.props +++ b/Source/VSProps/Base.props @@ -5,7 +5,7 @@ $(BuildRootDir)$(Platform)\$(Configuration)\$(ProjectName)\ $(IntDir)bin\ $(ProjectName)$(TargetSuffix) - + false @@ -126,7 +126,6 @@ 4946 Reinterpret cast between related types --> /w44263 /w44265 /w44946 %(AdditionalOptions) - /Brepro %(AdditionalOptions) @@ -184,7 +183,7 @@ true true - /Brepro %(AdditionalOptions) + /experimental:deterministic %(AdditionalOptions)