From 8579da13867c636bf7f17b9a5da1d3ddd377bcf5 Mon Sep 17 00:00:00 2001 From: Jason Naylor Date: Wed, 18 Feb 2026 08:53:01 -0800 Subject: [PATCH] Fix Visual Studio rebuilding issue (LT-22423) * Make Visual Studio use MSBuild logic to determine if project artifacts are up to date * Also clean up some cruft in Directory.Build.props --- Directory.Build.props | 44 +++---------------------------------------- 1 file changed, 3 insertions(+), 41 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index bf3a9fc32f..7495546d05 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,7 @@ - + + true - - - false true @@ -177,13 +146,6 @@ --> $(WarningsNotAsErrors);CS0168;CS0169;CS0219;CS0414;CS0649;168;169;219;414;649 - - -