Changed service stack reference

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti 2012-09-06 07:59:20 -04:00
parent 15e9c7aca8
commit a588e0461b

View File

@ -51,8 +51,8 @@
<Reference Include="protobuf-net"> <Reference Include="protobuf-net">
<HintPath>..\protobuf-net\Full\portable\protobuf-net.dll</HintPath> <HintPath>..\protobuf-net\Full\portable\protobuf-net.dll</HintPath>
</Reference> </Reference>
<Reference Include="ServiceStack.Text"> <Reference Include="ServiceStack.Text.WP">
<HintPath>..\packages\ServiceStack.Text.3.9.5\lib\sl5\ServiceStack.Text.dll</HintPath> <HintPath>..\packages\ServiceStack.Text.3.9.5\lib\sl4-windowsphone71\ServiceStack.Text.WP.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />