diff --git a/CrossZicMoove.Desktop/CrossZicMoove.Desktop.csproj b/CrossZicMoove.Desktop/CrossZicMoove.Desktop.csproj
deleted file mode 100644
index 7d5cd2dd..00000000
--- a/CrossZicMoove.Desktop/CrossZicMoove.Desktop.csproj
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {07B9A14B-2D22-4B97-A63C-12B77A7DBB4F}
- WinExe
- CrossZicMoove.Desktop
- CrossZicMoove.Desktop
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
-
- ..\..\..\.config\NuGet\packages\Eto.Forms.2.2.0\lib\net45\Eto.dll
-
-
- ..\..\..\.config\NuGet\packages\Eto.Platform.Gtk.2.2.0\lib\net45\Eto.Gtk2.dll
-
-
- ..\..\..\.config\NuGet\packages\Eto.Platform.Gtk3.2.2.0\lib\net45\Eto.Gtk3.dll
-
-
- ..\..\..\.config\NuGet\packages\Eto.Platform.Windows.2.2.0\lib\net45\Eto.WinForms.dll
-
-
- ..\..\..\.config\NuGet\packages\Eto.Platform.Wpf.2.2.0\lib\net45\Eto.Wpf.dll
-
-
-
-
-
-
-
-
-
- {3E5584DB-F061-4E7F-B78B-E1830D16E529}
- CrossZicMoove
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CrossZicMoove.Desktop/Program.cs b/CrossZicMoove.Desktop/Program.cs
deleted file mode 100644
index 8d5591d2..00000000
--- a/CrossZicMoove.Desktop/Program.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using Eto;
-using Eto.Forms;
-
-namespace CrossZicMoove.Desktop
-{
- public class Program
- {
- [STAThread]
- public static void Main (string[] args)
- {
- new Application (Platform.Detect).Run (new MainForm ());
- }
- }
-}
diff --git a/CrossZicMoove.Desktop/Properties/AssemblyInfo.cs b/CrossZicMoove.Desktop/Properties/AssemblyInfo.cs
deleted file mode 100644
index 777b8367..00000000
--- a/CrossZicMoove.Desktop/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("CrossZicMoove.Desktop")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/CrossZicMoove.Desktop/packages.config b/CrossZicMoove.Desktop/packages.config
deleted file mode 100644
index ba3f4d1c..00000000
--- a/CrossZicMoove.Desktop/packages.config
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CrossZicMoove/CrossZicMoove.csproj b/CrossZicMoove/CrossZicMoove.csproj
deleted file mode 100644
index 17ce3d01..00000000
--- a/CrossZicMoove/CrossZicMoove.csproj
+++ /dev/null
@@ -1,59 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {3E5584DB-F061-4E7F-B78B-E1830D16E529}
- Library
- CrossZicMoove
- CrossZicMoove
- v4.5
- CrossZicMoove
- true
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
- MainForm.xeto
-
-
-
-
-
-
-
-
- ..\packages\Eto.Forms.2.2.0\lib\net45\Eto.dll
-
-
- ..\NuGet\packages\Portable.Xaml.0.6.1\lib\portable-net45+win+wpa81+wp80+MonoAndroid10+xamarinios10+MonoTouch10\Portable.Xaml.dll
-
-
- ..\packages\Eto.Serialization.Xaml.2.2.0\lib\net45\Eto.Serialization.Xaml.dll
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/CrossZicMoove/MainForm.xeto b/CrossZicMoove/MainForm.xeto
deleted file mode 100644
index 56c0c1ed..00000000
--- a/CrossZicMoove/MainForm.xeto
+++ /dev/null
@@ -1,24 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/CrossZicMoove/MainForm.xeto.cs b/CrossZicMoove/MainForm.xeto.cs
deleted file mode 100644
index 63bea621..00000000
--- a/CrossZicMoove/MainForm.xeto.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System;
-using System.Collections.Generic;
-using Eto.Forms;
-using Eto.Drawing;
-using Eto.Serialization.Xaml;
-
-namespace CrossZicMoove
-{
- public class MainForm : Form
- {
- public MainForm ()
- {
- XamlReader.Load (this);
- }
-
- protected void HandleClickMe (object sender, EventArgs e)
- {
- MessageBox.Show ("I was clicked!");
- }
-
- protected void HandleQuit (object sender, EventArgs e)
- {
- Application.Instance.Quit ();
- }
- }
-}
-
diff --git a/CrossZicMoove/Properties/AssemblyInfo.cs b/CrossZicMoove/Properties/AssemblyInfo.cs
deleted file mode 100644
index 643e0767..00000000
--- a/CrossZicMoove/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("CrossZicMoove")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/CrossZicMoove/packages.config b/CrossZicMoove/packages.config
deleted file mode 100644
index b4576745..00000000
--- a/CrossZicMoove/packages.config
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Gtk2/Program.cs b/yaxwtui.Gtk2/Program.cs
deleted file mode 100644
index fdcf65f3..00000000
--- a/yaxwtui.Gtk2/Program.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-using Xwt;
-
-namespace yaxwtui.Gtk2
-{
- public class Program
- {
- [STAThread]
- public static void Main (string[] args)
- {
- Application.Initialize (ToolkitType.Gtk);
-
- MainWindow w = new MainWindow ();
- w.Show ();
-
- Application.Run ();
-
- w.Dispose ();
- Application.Dispose ();
- }
- }
-}
-
diff --git a/yaxwtui.Gtk2/Properties/AssemblyInfo.cs b/yaxwtui.Gtk2/Properties/AssemblyInfo.cs
deleted file mode 100644
index df5163a0..00000000
--- a/yaxwtui.Gtk2/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("yaxwtui.Gtk2")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/yaxwtui.Gtk2/packages.config b/yaxwtui.Gtk2/packages.config
deleted file mode 100644
index eb1e9592..00000000
--- a/yaxwtui.Gtk2/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Gtk2/yaxwtui.Gtk2.csproj b/yaxwtui.Gtk2/yaxwtui.Gtk2.csproj
deleted file mode 100644
index 36d60c74..00000000
--- a/yaxwtui.Gtk2/yaxwtui.Gtk2.csproj
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {F245F76E-F532-4A1B-BA2E-43493F441711}
- WinExe
- yaxwtui.Gtk2
- yaxwtui.Gtk2
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
- ..\packages\Xwt.0.2.78\lib\net40\Xwt.dll
-
-
- ..\packages\Xwt.Gtk.0.2.78\lib\net40\Xwt.Gtk.dll
-
-
-
-
-
-
-
-
-
-
- {6077BDD8-7EDB-4039-AF41-3CD8BA094FB2}
- yaxwtui
-
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Gtk3/Makefile b/yaxwtui.Gtk3/Makefile
deleted file mode 100644
index 7c6ebb14..00000000
--- a/yaxwtui.Gtk3/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-
-include ../msbuild.mk
-
-all: build
-
-run: $(BINTARGETPATH)
- $(MONO) $(BINTARGETPATH)
-
-$(BINTARGETPATH): build
-
-build:
- $(MSBUILD) $(PRJNAME).csproj /t:Build
-
-restore:
- $(MSBUILD) $(PRJNAME).csproj /t:Restore
-
-clean:
- $(MSBUILD) $(PRJNAME).csproj /t:Clean
-
-.PHONY: run build restore
-
diff --git a/yaxwtui.Gtk3/Program.cs b/yaxwtui.Gtk3/Program.cs
deleted file mode 100644
index cd9ff393..00000000
--- a/yaxwtui.Gtk3/Program.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-using Xwt;
-
-namespace yaxwtui.Gtk3
-{
- public class Program
- {
- [STAThread]
- public static void Main (string[] args)
- {
- Application.Initialize (ToolkitType.Gtk3);
-
- MainWindow w = new MainWindow ();
- w.Show ();
-
- Application.Run ();
-
- w.Dispose ();
- Application.Dispose ();
- }
- }
-}
-
diff --git a/yaxwtui.Gtk3/Properties/AssemblyInfo.cs b/yaxwtui.Gtk3/Properties/AssemblyInfo.cs
deleted file mode 100644
index 16c5f76d..00000000
--- a/yaxwtui.Gtk3/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("yaxwtui.Gtk3")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/yaxwtui.Gtk3/packages.config b/yaxwtui.Gtk3/packages.config
deleted file mode 100644
index 2c561149..00000000
--- a/yaxwtui.Gtk3/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Gtk3/yaxwtui.Gtk3.csproj b/yaxwtui.Gtk3/yaxwtui.Gtk3.csproj
deleted file mode 100644
index c5ecc637..00000000
--- a/yaxwtui.Gtk3/yaxwtui.Gtk3.csproj
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {48B63113-0CC3-4324-8DE7-E10C4EBD2C11}
- WinExe
- yaxwtui.Gtk3
- yaxwtui.Gtk3
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
- ..\packages\Xwt.0.2.78\lib\net40\Xwt.dll
-
-
- ..\packages\Xwt.Gtk3.0.2.78\lib\net40\Xwt.Gtk3.dll
-
-
-
-
-
-
-
-
-
-
- {6077BDD8-7EDB-4039-AF41-3CD8BA094FB2}
- yaxwtui
-
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Wpf/Program.cs b/yaxwtui.Wpf/Program.cs
deleted file mode 100644
index f595a08f..00000000
--- a/yaxwtui.Wpf/Program.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System;
-using Xwt;
-
-namespace yaxwtui.Wpf
-{
- public class Program
- {
- [STAThread]
- public static void Main (string[] args)
- {
- Application.Initialize (ToolkitType.Wpf);
-
- MainWindow w = new MainWindow ();
- w.Show ();
-
- Application.Run ();
-
- w.Dispose ();
- Application.Dispose ();
- }
- }
-}
-
diff --git a/yaxwtui.Wpf/Properties/AssemblyInfo.cs b/yaxwtui.Wpf/Properties/AssemblyInfo.cs
deleted file mode 100644
index 0368c62a..00000000
--- a/yaxwtui.Wpf/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("yaxwtui.Wpf")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/yaxwtui.Wpf/packages.config b/yaxwtui.Wpf/packages.config
deleted file mode 100644
index 7533b3f7..00000000
--- a/yaxwtui.Wpf/packages.config
+++ /dev/null
@@ -1,5 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui.Wpf/yaxwtui.Wpf.csproj b/yaxwtui.Wpf/yaxwtui.Wpf.csproj
deleted file mode 100644
index 0b6f87b2..00000000
--- a/yaxwtui.Wpf/yaxwtui.Wpf.csproj
+++ /dev/null
@@ -1,53 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {430CD4B7-36BA-4271-9361-D85AE43D5781}
- WinExe
- yaxwtui.Wpf
- yaxwtui.Wpf
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
- ..\packages\Xwt.0.2.78\lib\net40\Xwt.dll
-
-
- ..\packages\Xwt.WPF.0.2.78\lib\net40\Xwt.WPF.dll
-
-
-
-
-
-
-
-
-
- {6077BDD8-7EDB-4039-AF41-3CD8BA094FB2}
- yaxwtui
-
-
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui/MainWindow.cs b/yaxwtui/MainWindow.cs
deleted file mode 100644
index 77b22740..00000000
--- a/yaxwtui/MainWindow.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-using Xwt;
-
-namespace yaxwtui
-{
- public class MainWindow : Window
- {
- public MainWindow ()
- {
- Title = "yaxwtui";
- Width = 400;
- Height = 400;
-
- Menu menu = new Menu ();
-
- var file = new MenuItem ("_File");
- file.SubMenu = new Menu ();
- file.SubMenu.Items.Add (new MenuItem ("_Open"));
- file.SubMenu.Items.Add (new MenuItem ("_New"));
- MenuItem mi = new MenuItem ("_Close");
- mi.Clicked += (sender, e) => Close ();
- file.SubMenu.Items.Add (mi);
- menu.Items.Add (file);
- MainMenu = menu;
-
- var sampleLabel = new Label ("yaxwtui");
- Content = sampleLabel;
- }
-
- protected override bool OnCloseRequested ()
- {
- var allow_close = MessageDialog.Confirm ("yaxwtui will be closed", Command.Ok);
- if (allow_close)
- Application.Exit ();
- return allow_close;
- }
- }
-}
-
-
diff --git a/yaxwtui/Properties/AssemblyInfo.cs b/yaxwtui/Properties/AssemblyInfo.cs
deleted file mode 100644
index 30894064..00000000
--- a/yaxwtui/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,27 +0,0 @@
-using System.Reflection;
-using System.Runtime.CompilerServices;
-
-// Information about this assembly is defined by the following attributes.
-// Change them to the values specific to your project.
-
-[assembly: AssemblyTitle ("yaxwtui")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("Paul Schneider")]
-[assembly: AssemblyTrademark ("")]
-[assembly: AssemblyCulture ("")]
-
-// The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}".
-// The form "{Major}.{Minor}.*" will automatically update the build and revision,
-// and "{Major}.{Minor}.{Build}.*" will update just the revision.
-
-[assembly: AssemblyVersion ("1.0.*")]
-
-// The following attributes are used to specify the signing key for the assembly,
-// if desired. See the Mono documentation for more information about signing.
-
-//[assembly: AssemblyDelaySign(false)]
-//[assembly: AssemblyKeyFile("")]
-
diff --git a/yaxwtui/packages.config b/yaxwtui/packages.config
deleted file mode 100644
index 686627a4..00000000
--- a/yaxwtui/packages.config
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/yaxwtui/yaxwtui.csproj b/yaxwtui/yaxwtui.csproj
deleted file mode 100644
index 543631f9..00000000
--- a/yaxwtui/yaxwtui.csproj
+++ /dev/null
@@ -1,48 +0,0 @@
-
-
-
- Debug
- AnyCPU
- {6077BDD8-7EDB-4039-AF41-3CD8BA094FB2}
- Library
- yaxwtui
- yaxwtui
- v4.5
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- false
-
-
- full
- true
- bin\Release
- prompt
- 4
- false
-
-
-
-
- ..\packages\Xwt.0.2.78\lib\net40\Xwt.dll
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-