Add msbuild/dotnet build + launch targets

This commit is contained in:
smoogipoo
2018-03-26 10:52:54 +09:00
parent 4dc317d4df
commit 96901b6498
10 changed files with 135 additions and 106 deletions

View File

@ -2,7 +2,7 @@
<Import Project="..\osu.Game.props" />
<Import Project="..\OpenTK.props" />
<PropertyGroup Label="Project">
<TargetFrameworks>net461;netstandard2.0</TargetFrameworks>
<TargetFrameworks>net461;netstandard2.0;netcoreapp2.0</TargetFrameworks>
<OutputType>Library</OutputType>
<PlatformTarget>AnyCPU</PlatformTarget>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>