Release: SubSystem 改为 Console 以使得运行时也显示控制台

This commit is contained in:
Calcitem 2020-02-04 23:45:34 +08:00
parent b6fc768317
commit c678376785
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@
<LinkIncremental>false</LinkIncremental>
<OutputFile>$(OutDir)\MillGame.exe</OutputFile>
<RandomizedBaseAddress>true</RandomizedBaseAddress>
<SubSystem>Windows</SubSystem>
<SubSystem>Console</SubSystem>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Link>
<Midl>