Skip to content

Commit

Permalink
fix dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
FunkyFr3sh committed Mar 29, 2024
1 parent 979b35b commit 94d5072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cnc-ddraw.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 94d5072

Please sign in to comment.