diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-30 03:39:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-30 03:39:35 -0400 |
| commit | a8fa266b006f2e15f9b7e00038e3c91fe2cc40c3 (patch) | |
| tree | ed7f0524c76c8ae5f10f01fa05c750fa31ed6067 /MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | |
| parent | d31b0f7be4b14e4ada999c97e675b856ad68352b (diff) | |
| parent | a7a6cdd7385269c25f9786662ea100d5ea7dc9b3 (diff) | |
Merge pull request #2259 from MediaBrowser/dev
update project
Diffstat (limited to 'MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj')
| -rw-r--r-- | MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj index 90b331ae1..295d78a5f 100644 --- a/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj +++ b/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj @@ -104,8 +104,9 @@ <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath> </Reference> <Reference Include="System.Xml.Linq" /> - <Reference Include="UniversalDetector"> - <HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath> + <Reference Include="UniversalDetector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\UniversalDetector.1.0.1\lib\portable-net45+sl4+wp71+win8+wpa81\UniversalDetector.dll</HintPath> + <Private>True</Private> </Reference> </ItemGroup> <ItemGroup> |
