Add the correct OutputFile values for debug builds.  Fixes r62129's commit.
diff --git a/PCbuild/kill_python.vcproj b/PCbuild/kill_python.vcproj
index 9f21ad5..9f11075 100644
--- a/PCbuild/kill_python.vcproj
+++ b/PCbuild/kill_python.vcproj
@@ -54,6 +54,7 @@
 			/>

 			<Tool

 				Name="VCLinkerTool"

+				OutputFile="$(OutDir)\$(ProjectName)_d.exe"

 				SubSystem="1"

 			/>

 			<Tool

@@ -116,6 +117,7 @@
 			/>

 			<Tool

 				Name="VCLinkerTool"

+				OutputFile="$(OutDir)\$(ProjectName)_d.exe"

 				SubSystem="1"

 			/>

 			<Tool