adding redis client

This commit is contained in:
Tommy Parnell
2014-05-07 10:20:07 -07:00
parent 0d7616ec83
commit 47adda1950
5 changed files with 4 additions and 73 deletions

View File

@@ -48,6 +48,9 @@
<Reference Include="System.Composition.TypedParts">
<HintPath>..\..\packages\Microsoft.Composition.1.0.27\lib\portable-net45+win8+wp8+wpa81\System.Composition.TypedParts.dll</HintPath>
</Reference>
<Reference Include="csredis">
<HintPath>..\..\packages\csredis.1.4.7.1\lib\net40\csredis.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />