From 49032fa7e1cc1b6dc12b898daac24b75bae7572c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 25 Jun 2019 13:37:16 +0200 Subject: [PATCH] bpo-37396, PCbuild: Include "_d" in "Killing any running ..." message (GH-14370) Add $(PyDebugExt) in "Killing any running python$(PyDebugExt).exe instances...". --- PCbuild/pyproject.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props index 10b12980348..08565465694 100644 --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -127,7 +127,7 @@ foreach (System.Diagnostics.Process p in System.Diagnostics.Process.GetProcesses - +