1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 08:32:57 +08:00

Target WinExe to remove console window

This commit is contained in:
smoogipoo 2018-03-26 15:12:13 +09:00
parent 3f9b14704e
commit 76588a1029
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 08ea2cf8943a22c168856f70ecdf172b43194af0
Subproject commit 9a2679b406daa4a605b5d8e1c4a9cde1cd9aa891

View File

@ -3,7 +3,7 @@
<Import Project="..\OpenTK.props" />
<PropertyGroup Label="Project">
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<OutputType>Exe</OutputType>
<OutputType>WinExe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Company>ppy Pty Ltd</Company>