Add the correct OutputFile values for debug builds. Fixes r62129's commit.

This commit is contained in:
Trent Nelson 2008-04-03 18:48:53 +00:00
parent d6dffbcc28
commit 8d69c1f95f

View file

@ -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