1
0
mirror of synced 2025-02-07 06:41:24 +01:00

Remove the console display when running the game application

This commit is contained in:
0auBSQ 2023-11-22 01:00:42 +09:00
parent 911a99126c
commit 5582b4deec

View File

@ -25,7 +25,7 @@
</ItemGroup> </ItemGroup>
<PropertyGroup> <PropertyGroup>
<Version>0.6.0</Version> <Version>0.6.0</Version>
<OutputType>Exe</OutputType> <OutputType>WinExe</OutputType>
<TargetFramework>net7.0</TargetFramework> <TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings> <ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable> <Nullable>enable</Nullable>