aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-08 20:36:02 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-03-08 20:36:02 -0400
commite70e06f0ac57efc66db5701f4f2a01d157eb8c8a (patch)
tree7b265dfb50af11df997fc7b366924f0a39c9739b /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
parentecc6df0b710d0a522b769b4744ec45ea9ed1d35b (diff)
fix web socket message parsing
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
-rw-r--r--MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj3
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
index 81b47daff..923e57b9b 100644
--- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
+++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj
@@ -98,6 +98,9 @@
<Reference Include="ServiceStack.Text">
<HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
</Reference>
+ <Reference Include="UniversalDetector">
+ <HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath>
+ </Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs">