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" /> <Import Project="..\OpenTK.props" />
<PropertyGroup Label="Project"> <PropertyGroup Label="Project">
<TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks> <TargetFrameworks>net461;netcoreapp2.0</TargetFrameworks>
<OutputType>Exe</OutputType> <OutputType>WinExe</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget> <PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks> <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<Company>ppy Pty Ltd</Company> <Company>ppy Pty Ltd</Company>