Added a precompiled protobuf serializer assembly

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-09 01:30:07 -04:00
parent 50f88997ba
commit e6d689bdd3
10 changed files with 73 additions and 15 deletions

View File

@@ -42,6 +42,9 @@
<Reference Include="protobuf-net">
<HintPath>..\protobuf-net\Full\net30\protobuf-net.dll</HintPath>
</Reference>
<Reference Include="ProtobufModelSerializer">
<HintPath>..\MediaBrowser.Model\bin\ProtobufModelSerializer.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Text, Version=3.9.5.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>