Move libraries to .NET Standard, allowing Xamarin.macOS GUI to compile.

This commit is contained in:
2018-08-27 22:03:20 +01:00
parent d2da31eeab
commit cb138490bc
24 changed files with 153 additions and 49 deletions

View File

@@ -38,7 +38,7 @@ namespace DiscImageChef.Gui.XamMac
{
static void Main(string[] args)
{
new Application(Eto.Platforms.XamMac2).Run(new MainForm());
new Application(Eto.Platforms.XamMac2).Run(new frmMain(false, false));
}
}
}