diff --git a/src/wpfExample/App.xaml b/src/wpfExample/App.xaml
deleted file mode 100644
index fa43eef..0000000
--- a/src/wpfExample/App.xaml
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
diff --git a/src/wpfExample/App.xaml.cs b/src/wpfExample/App.xaml.cs
deleted file mode 100644
index 2eaa5c7..0000000
--- a/src/wpfExample/App.xaml.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Configuration;
-using System.Data;
-using System.Linq;
-using System.Threading.Tasks;
-using System.Windows;
-
-namespace wpfExample {
- ///
- /// Interaction logic for App.xaml
- ///
- public partial class App : Application {
- }
-}
diff --git a/src/wpfExample/AssemblyInfo.cs b/src/wpfExample/AssemblyInfo.cs
deleted file mode 100644
index 8b5504e..0000000
--- a/src/wpfExample/AssemblyInfo.cs
+++ /dev/null
@@ -1,10 +0,0 @@
-using System.Windows;
-
-[assembly: ThemeInfo(
- ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
- //(used if a resource is not found in the page,
- // or application resource dictionaries)
- ResourceDictionaryLocation.SourceAssembly //where the generic resource dictionary is located
- //(used if a resource is not found in the page,
- // app, or any theme specific resource dictionaries)
-)]
diff --git a/src/wpfExample/MainWindow.xaml b/src/wpfExample/MainWindow.xaml
deleted file mode 100644
index 53222f5..0000000
--- a/src/wpfExample/MainWindow.xaml
+++ /dev/null
@@ -1,22 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/wpfExample/MainWindow.xaml.cs b/src/wpfExample/MainWindow.xaml.cs
deleted file mode 100644
index 6b66aea..0000000
--- a/src/wpfExample/MainWindow.xaml.cs
+++ /dev/null
@@ -1,25 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-using System.Threading.Tasks;
-using System.Windows;
-using System.Windows.Controls;
-using System.Windows.Data;
-using System.Windows.Documents;
-using System.Windows.Input;
-using System.Windows.Media;
-using System.Windows.Media.Imaging;
-using System.Windows.Navigation;
-using System.Windows.Shapes;
-
-namespace wpfExample {
- ///
- /// Interaction logic for MainWindow.xaml
- ///
- public partial class MainWindow : Window {
- public MainWindow() {
- InitializeComponent();
- }
- }
-}
diff --git a/src/wpfExample/wpfExample.csproj b/src/wpfExample/wpfExample.csproj
deleted file mode 100644
index 6c68d0e..0000000
--- a/src/wpfExample/wpfExample.csproj
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
- WinExe
- netcoreapp3.1
- true
-
-
-
\ No newline at end of file