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:
parent
b8fbbcd0ac
commit
f2fe00f914
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
OutputFile="$(ProjectDir)$(ConfigurationName)\$(ProjectName).exe"
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
GenerateDebugInformation="true"
|
GenerateDebugInformation="true"
|
||||||
TargetMachine="1"
|
TargetMachine="1"
|
||||||
/>
|
/>
|
||||||
|
@ -129,7 +129,7 @@
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
UseUnicodeResponseFiles="false"
|
UseUnicodeResponseFiles="false"
|
||||||
OutputFile="$(ProjectDir)$(ConfigurationName)\$(ProjectName).exe"
|
OutputFile="$(ProjectDir)\$(IntDir)\$(ProjectName).exe"
|
||||||
GenerateDebugInformation="false"
|
GenerateDebugInformation="false"
|
||||||
OptimizeReferences="2"
|
OptimizeReferences="2"
|
||||||
EnableCOMDATFolding="2"
|
EnableCOMDATFolding="2"
|
||||||
|
|
Loading…
Reference in a new issue