diff --git a/NOCQ.Application/NOCQ.Application.csproj b/NOCQ.Application/NOCQ.Application.csproj
deleted file mode 100644
index 9a009b0..0000000
--- a/NOCQ.Application/NOCQ.Application.csproj
+++ /dev/null
@@ -1,39 +0,0 @@
-
-
-
- Debug
- AnyCPU
- 10.0.0
- 2.0
- {DF8CD7EA-76FC-4B57-B24A-52C6373A8EDF}
- Exe
- NOCQ.Application
- NOCQ.Application
-
-
- true
- full
- false
- bin\Debug
- DEBUG;
- prompt
- 4
- true
-
-
- full
- true
- bin\Release
- prompt
- 4
- true
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/NOCQ.Application/Program.cs b/NOCQ.Application/Program.cs
deleted file mode 100644
index afcde55..0000000
--- a/NOCQ.Application/Program.cs
+++ /dev/null
@@ -1,12 +0,0 @@
-using System;
-
-namespace NOCQ.Application
-{
- class MainClass
- {
- public static void Main (string[] args)
- {
- Console.WriteLine ("Hello World!");
- }
- }
-}
diff --git a/NOCQ.Application/Properties/AssemblyInfo.cs b/NOCQ.Application/Properties/AssemblyInfo.cs
deleted file mode 100644
index f2ded68..0000000
--- a/NOCQ.Application/Properties/AssemblyInfo.cs
+++ /dev/null
@@ -1,22 +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 ("NOCQ.Application")]
-[assembly: AssemblyDescription ("")]
-[assembly: AssemblyConfiguration ("")]
-[assembly: AssemblyCompany ("")]
-[assembly: AssemblyProduct ("")]
-[assembly: AssemblyCopyright ("nmaclennan")]
-[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/src/NOCQ/NOCQ.csproj b/src/NOCQ/NOCQ.csproj
index 4f37790..066f973 100644
--- a/src/NOCQ/NOCQ.csproj
+++ b/src/NOCQ/NOCQ.csproj
@@ -50,6 +50,8 @@
..\..\packages\AE.Net.Mail.1.7.9.1\lib\net45\AE.Net.Mail.dll
+
+ ..\..\packages\csredis.1.4.7.1\lib\net40\csredis.dll
diff --git a/src/NOCQ/packages.config b/src/NOCQ/packages.config
index 1da85cc..3fb6750 100644
--- a/src/NOCQ/packages.config
+++ b/src/NOCQ/packages.config
@@ -1,5 +1,6 @@
+
-
\ No newline at end of file
+