Mercurial > silverbladetech
diff SSRS/SSRS.Services/SSRS.Services.csproj @ 119:2362f40014dc
really final version
author | stevenh7776 |
---|---|
date | Sun, 27 May 2012 19:54:13 +0100 |
parents | e51a6af1c98d |
children |
line wrap: on
line diff
--- 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>