Set GTK+ GUI as a separate project.

This commit is contained in:
2019-07-14 00:32:23 +01:00
parent 337c4967c9
commit 5cd72cc738
9 changed files with 216 additions and 105 deletions

View File

@@ -128,7 +128,6 @@ namespace DiscImageChef
commands.Add(new EntropyCommand());
commands.Add(new ExtractFilesCommand());
commands.Add(new FormatsCommand());
commands.Add(new GuiCommand());
commands.Add(new ImageInfoCommand());
if(currentPlatform == PlatformID.FreeBSD || currentPlatform == PlatformID.Linux ||