changeset 119:2362f40014dc

really final version
author stevenh7776
date Sun, 27 May 2012 19:54:13 +0100
parents fa4ba8943048
children 48c389520e5d
files .hgignore SSRS/SSRS.Services/SSRS.Services.csproj SilverlightAsyncRestWcf/SilverlightAsyncRestWcf.suo
diffstat 3 files changed, 8 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/.hgignore	Sun May 27 19:53:23 2012 +0100
+++ b/.hgignore	Sun May 27 19:54:13 2012 +0100
@@ -17,3 +17,5 @@
 *Debug*
 */Release/*
 *.ReSharper.user
+*/Web.Release.config
+*/Web.Debug.config
--- a/SSRS/SSRS.Services/SSRS.Services.csproj	Sun May 27 19:53:23 2012 +0100
+++ b/SSRS/SSRS.Services/SSRS.Services.csproj	Sun May 27 19:54:13 2012 +0100
@@ -33,8 +33,12 @@
     <WarningLevel>4</WarningLevel>
   </PropertyGroup>
   <ItemGroup>
-    <Reference Include="ServiceStack.Interfaces, Version=3.7.3.0, Culture=neutral, processorArchitecture=MSIL" />
-    <Reference Include="ServiceStack.ServiceInterface, Version=1.0.4498.20342, Culture=neutral, processorArchitecture=MSIL" />
+    <Reference Include="ServiceStack.Interfaces">
+      <HintPath>..\packages\ServiceStack.Common.3.7.7\lib\net35\ServiceStack.Interfaces.dll</HintPath>
+    </Reference>
+    <Reference Include="ServiceStack.ServiceInterface">
+      <HintPath>..\packages\ServiceStack.3.7.4\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
+    </Reference>
     <Reference Include="ServiceStack.Text, Version=3.7.6.0, Culture=neutral, processorArchitecture=MSIL">
       <HintPath>..\packages\ServiceStack.Text.3.7.6\lib\net35\ServiceStack.Text.dll</HintPath>
     </Reference>
Binary file SilverlightAsyncRestWcf/SilverlightAsyncRestWcf.suo has changed