From 47adda1950c94e34e258b9c8921efa6f44a93dcb Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Wed, 7 May 2014 10:20:07 -0700 Subject: [PATCH] adding redis client --- NOCQ.Application/NOCQ.Application.csproj | 39 --------------------- NOCQ.Application/Program.cs | 12 ------- NOCQ.Application/Properties/AssemblyInfo.cs | 22 ------------ src/NOCQ/NOCQ.csproj | 3 ++ src/NOCQ/packages.config | 1 + 5 files changed, 4 insertions(+), 73 deletions(-) delete mode 100644 NOCQ.Application/NOCQ.Application.csproj delete mode 100644 NOCQ.Application/Program.cs delete mode 100644 NOCQ.Application/Properties/AssemblyInfo.cs 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 515d7a8..e4e6d33 100644 --- a/src/NOCQ/NOCQ.csproj +++ b/src/NOCQ/NOCQ.csproj @@ -48,6 +48,9 @@ ..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll + + ..\..\packages\csredis.1.4.7.1\lib\net40\csredis.dll + diff --git a/src/NOCQ/packages.config b/src/NOCQ/packages.config index 845e173..d2074e6 100644 --- a/src/NOCQ/packages.config +++ b/src/NOCQ/packages.config @@ -1,4 +1,5 @@  + \ No newline at end of file