Skip to content

Commit

Permalink
little debug build config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Umbe-Exe committed Oct 30, 2022
1 parent 0442f0e commit 203c189
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions botArena.vcxproj
Expand Up @@ -31,7 +31,8 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>
</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand All @@ -45,7 +46,8 @@
<UseDebugLibraries>true</UseDebugLibraries>
<PlatformToolset>v143</PlatformToolset>
<CharacterSet>Unicode</CharacterSet>
<WholeProgramOptimization>true</WholeProgramOptimization>
<WholeProgramOptimization>
</WholeProgramOptimization>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
<ConfigurationType>Application</ConfigurationType>
Expand Down

0 comments on commit 203c189

Please sign in to comment.