Skip to content

Commit

Permalink
Fix debug build (#4762)
Browse files Browse the repository at this point in the history
Co-authored-by: Evil Puncker <[email protected]>
  • Loading branch information
ArturKnopik and EPuncker authored Oct 7, 2024
1 parent b99b9fd commit 624e888
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vc17/theforgottenserver.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<EnableUnitySupport>true</EnableUnitySupport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<EnableUnitySupport>true</EnableUnitySupport>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down

0 comments on commit 624e888

Please sign in to comment.