mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
use different folder for DebugLog build
This commit is contained in:
parent
25e561d953
commit
da69bc6620
@ -140,8 +140,8 @@
|
|||||||
<TargetName>ddraw</TargetName>
|
<TargetName>ddraw</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
|
||||||
<OutDir>$(SolutionDir)bin\Release\</OutDir>
|
<OutDir>$(SolutionDir)bin\DebugLog\</OutDir>
|
||||||
<IntDir>$(SolutionDir)bin\Release\</IntDir>
|
<IntDir>$(SolutionDir)bin\DebugLog\</IntDir>
|
||||||
<LinkIncremental>false</LinkIncremental>
|
<LinkIncremental>false</LinkIncremental>
|
||||||
<TargetName>ddraw</TargetName>
|
<TargetName>ddraw</TargetName>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user