From 9594ce871de32a7eef58d1a21295024e87cbebf1 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Sat, 17 Aug 2024 12:10:05 +0200 Subject: [PATCH] UnitTests: Remove MSBuild input/output tracking Input/output tracking is intended to speed up incremental builds by skipping a target when it doesn't need to be built. However, this seems to be unreliable for UnitTests' AfterBuild target. Let's remove it. It's still the case that UnitTests' AfterBuild target will be skipped if UnitTests doesn't need to be rebuilt. (Note that UnitTests always needs to be rebuilt if SCMRevGen changed.) I haven't seen these problems with DolphinQt's rather similar input/output tracking. This may be because DolphinQt's one also has the exe file as an input/output. --- Source/UnitTests/UnitTests.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/UnitTests/UnitTests.vcxproj b/Source/UnitTests/UnitTests.vcxproj index 48b85bfdf3..45702ed7fd 100644 --- a/Source/UnitTests/UnitTests.vcxproj +++ b/Source/UnitTests/UnitTests.vcxproj @@ -109,7 +109,7 @@ - +