From 704d540527ea04faa15ee23bf8fdfbfb9340ab35 Mon Sep 17 00:00:00 2001 From: Alexei Podtelezhnikov Date: Thu, 9 Jan 2025 15:18:55 +0000 Subject: [PATCH] * MSBuild.rsp: Force console color for mintty. --- MSBuild.rsp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/MSBuild.rsp b/MSBuild.rsp index 3eba50762..8401e6030 100644 --- a/MSBuild.rsp +++ b/MSBuild.rsp @@ -1,2 +1,4 @@ +# MSBuild.rsp with default command-line switches +/clp:ForceConsoleColor +/p:Configuration=Release #/p:WindowsTargetPlatformVersion=10.0.16299.0 -/p:Configuration="Release"