Make osu.Game + rulesets compile with netstandard

This commit is contained in:
smoogipoo
2017-11-19 13:46:51 +09:00
parent f461f03b08
commit d2ab0621f3
37 changed files with 169 additions and 1674 deletions

View File

@ -2,10 +2,8 @@
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Microsoft.Win32;
using osu.Desktop.Overlays;