Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@977 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:27:55 +00:00
parent 444a7484fa
commit 2e2f87c3b1

View file

@ -57,7 +57,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
@ -123,7 +123,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
@ -188,7 +188,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)\$(ConfigurationName)\$(ProjectName).exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>