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

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>