diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 20:36:02 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-03-08 20:36:02 -0400 |
| commit | e70e06f0ac57efc66db5701f4f2a01d157eb8c8a (patch) | |
| tree | 7b265dfb50af11df997fc7b366924f0a39c9739b /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | ecc6df0b710d0a522b769b4744ec45ea9ed1d35b (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.csproj | 3 |
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"> |
