1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-14 22:03:27 +01:00
This commit is contained in:
FunkyFr3sh 2024-03-29 22:20:25 +01:00
parent 979b35bcb7
commit 94d5072988

View File

@ -193,14 +193,14 @@
<TargetName>ddraw</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLog|Win32'">
<OutDir>$(SolutionDir)bin\DebugLog\</OutDir>
<IntDir>$(SolutionDir)bin\DebugLog\</IntDir>
<OutDir>$(SolutionDir)bin\DebugLogXP\</OutDir>
<IntDir>$(SolutionDir)bin\DebugLogXP\</IntDir>
<LinkIncremental>false</LinkIncremental>
<TargetName>ddraw</TargetName>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='DebugLogMini|Win32'">
<OutDir>$(SolutionDir)bin\DebugLogMini\</OutDir>
<IntDir>$(SolutionDir)bin\DebugLogMini\</IntDir>
<OutDir>$(SolutionDir)bin\DebugLogMiniXP\</OutDir>
<IntDir>$(SolutionDir)bin\DebugLogMiniXP\</IntDir>
<LinkIncremental>false</LinkIncremental>
<TargetName>ddraw</TargetName>
</PropertyGroup>