diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-29 18:34:54 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-10-29 18:34:54 -0400 |
| commit | 7d58ee93449de2f91b899b0b0fe19aa03af38f6b (patch) | |
| tree | b31c5307eef2a242e4210d9e5ea88f9bba0590ac /MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | |
| parent | dca78b13411db96366dddfa0d68bb6d36d28ad14 (diff) | |
rework dlna project
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj')
| -rw-r--r-- | MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index 34c549ccd9..4c627ceffa 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -35,6 +35,9 @@ <Reference Include="Emby.Common.Implementations"> <HintPath>..\ThirdParty\emby\Emby.Common.Implementations.dll</HintPath> </Reference> + <Reference Include="Emby.Dlna"> + <HintPath>..\ThirdParty\emby\Emby.Dlna.dll</HintPath> + </Reference> <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath> @@ -43,6 +46,9 @@ <SpecificVersion>False</SpecificVersion> <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath> </Reference> + <Reference Include="RSSDP"> + <HintPath>..\ThirdParty\emby\RSSDP.dll</HintPath> + </Reference> <Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL"> <SpecificVersion>False</SpecificVersion> <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath> |
