diff --git a/updates/IInputPlugin.cs b/updates/IInputPlugin.cs
deleted file mode 100644
index a14f977..0000000
--- a/updates/IInputPlugin.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using Newtonsoft.Json.Linq;
-
-namespace plugin
-{
- public interface IInputPlugin
- {
- string Execute();
- }
-}
\ No newline at end of file
diff --git a/updates/PluginAttribute.cs b/updates/PluginAttribute.cs
deleted file mode 100644
index 372c179..0000000
--- a/updates/PluginAttribute.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-
-namespace plugin
-{
- public class PluginAttribute : Attribute
- {
- public string PluginName { get; set; }
- }
-}
\ No newline at end of file
diff --git a/updates/PluginDefinition.cs b/updates/PluginDefinition.cs
deleted file mode 100644
index b09cdee..0000000
--- a/updates/PluginDefinition.cs
+++ /dev/null
@@ -1,16 +0,0 @@
-using System;
-
-namespace plugin
-{
- public class PluginDefinition
- {
- public Attribute Attribute { get; set; }
- public Type ImplementationType { get; set; }
-
- public PluginDefinition(Attribute Attribute, Type implementationType)
- {
- this.Attribute = Attribute;
- this.ImplementationType = implementationType;
- }
- }
-}
diff --git a/updates/packages.config b/updates/packages.config
index 70646cf..5762754 100644
--- a/updates/packages.config
+++ b/updates/packages.config
@@ -1,4 +1,4 @@
-
+
\ No newline at end of file
diff --git a/updates/updates.csproj b/updates/updates.csproj
index d0857b9..c2bedcc 100644
--- a/updates/updates.csproj
+++ b/updates/updates.csproj
@@ -31,8 +31,11 @@
4
-
- ..\packages\Newtonsoft.Json.12.0.1-beta1\lib\net45\Newtonsoft.Json.dll
+
+ ..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll
+
+
+ ..\..\plugin\plugin\bin\Release\plugin.dll
@@ -44,15 +47,9 @@
-
-
-
-
-
-
{B596CC9F-56E5-419E-A622-E01BB457431E}
@@ -64,5 +61,8 @@
True
+
+
+
\ No newline at end of file