Add the correct OutputFile values for debug builds. Fixes r62129's commit.
This commit is contained in:
parent
d6dffbcc28
commit
8d69c1f95f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue