Added OutputFile path.

git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@974 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
rich_sposato 2009-01-31 07:24:58 +00:00
parent b8fbbcd0ac
commit f2fe00f914

View file

@ -59,7 +59,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="$(ProjectDir)$(ConfigurationName)\$(ProjectName).exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="true"
TargetMachine="1"
/>
@ -129,7 +129,7 @@
<Tool
Name="VCLinkerTool"
UseUnicodeResponseFiles="false"
OutputFile="$(ProjectDir)$(ConfigurationName)\$(ProjectName).exe"
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
GenerateDebugInformation="false"
OptimizeReferences="2"
EnableCOMDATFolding="2"