use different folder for DebugLog build
This commit is contained in:
parent
25e561d953
commit
da69bc6620
1 changed files with 2 additions and 2 deletions
|
@ -140,8 +140,8 @@
|
|||
<TargetName>ddraw</TargetName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
|
||||
<OutDir>$(SolutionDir)bin\Release\</OutDir>
|
||||
<IntDir>$(SolutionDir)bin\Release\</IntDir>
|
||||
<OutDir>$(SolutionDir)bin\DebugLog\</OutDir>
|
||||
<IntDir>$(SolutionDir)bin\DebugLog\</IntDir>
|
||||
<LinkIncremental>false</LinkIncremental>
|
||||
<TargetName>ddraw</TargetName>
|
||||
</PropertyGroup>
|
||||
|
|
Loading…
Reference in a new issue