mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
Target WinExe to remove console window
This commit is contained in:
Submodule osu-framework updated: 08ea2cf894...9a2679b406
@ -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>
|
||||||
|
Reference in New Issue
Block a user