diff --git a/IPage.cs b/IPage.cs
deleted file mode 100644
index 160ad51..0000000
--- a/IPage.cs
+++ /dev/null
@@ -1,23 +0,0 @@
-using System.Windows.Controls;
-
-namespace PTConverter.Plugin
-{
- ///
- /// Represent a Module-Page
- ///
- public interface IPage
- {
- ///
- /// Instance of an Control(XAML-Page)
- ///
- UserControl GetPage();
- ///
- /// The Main Category
- ///
- string GetCategory();
- ///
- /// The Undercategory of an Main Category Page
- ///
- string GetUnderCategory();
- }
-}
diff --git a/IPlugin.cs b/IPlugin.cs
deleted file mode 100644
index f3455c9..0000000
--- a/IPlugin.cs
+++ /dev/null
@@ -1,39 +0,0 @@
-using System.Collections.Generic;
-
-namespace PTConverter.Plugin
-{
- ///
- /// Describes an Plugin
- ///
- public interface IPlugin
- {
- ///
- /// Author of the plugin
- ///
- string Author { get; }
- ///
- /// Company of the Plugin
- ///
- string Company { get; }
- ///
- /// Name of the Plugin
- ///
- string PluginName { get; }
- ///
- /// Description of the Plugin
- ///
- string Description { get; }
- ///
- /// The Version of the Plugin
- ///
- string Version { get; }
- ///
- /// The Icon(Link) of the Plugin
- ///
- string IconLink { get; }
- ///
- /// Registers all pages
- ///
- IEnumerable RegisterPages {get;}
- }
-}
diff --git a/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs b/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
deleted file mode 100644
index 3871b18..0000000
--- a/obj/Debug/.NETFramework,Version=v4.7.2.AssemblyAttributes.cs
+++ /dev/null
@@ -1,4 +0,0 @@
-//
-using System;
-using System.Reflection;
-[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.7.2", FrameworkDisplayName = ".NET Framework 4.7.2")]
diff --git a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
deleted file mode 100644
index f46f994..0000000
Binary files a/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and /dev/null differ
diff --git a/obj/Debug/PTConverter.Plugin.csproj.AssemblyReference.cache b/obj/Debug/PTConverter.Plugin.csproj.AssemblyReference.cache
deleted file mode 100644
index 3313d9a..0000000
Binary files a/obj/Debug/PTConverter.Plugin.csproj.AssemblyReference.cache and /dev/null differ