diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-11 00:23:15 -0500 |
| commit | 5bb864a0c4e0d38db10a4c844a9ace1a46ac7b4b (patch) | |
| tree | bfd0234c751225f4778531723c23a2d2001170a1 /MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj | |
| parent | d55535fe43b99fe25fce0c2a035be849b920fbe9 (diff) | |
move class to new core 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 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj index 272ad3b099..8976582b1f 100644 --- a/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj +++ b/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj @@ -37,6 +37,9 @@ <Reference Include="Emby.Common.Implementations"> <HintPath>..\ThirdParty\emby\Emby.Common.Implementations.dll</HintPath> </Reference> + <Reference Include="Emby.Server.Core"> + <HintPath>..\ThirdParty\emby\Emby.Server.Core.dll</HintPath> + </Reference> <Reference Include="INIFileParser, Version=2.3.0.0, Culture=neutral, PublicKeyToken=79af7b307b65cf3c, processorArchitecture=MSIL"> <HintPath>..\packages\ini-parser.2.3.0\lib\net20\INIFileParser.dll</HintPath> <Private>True</Private> @@ -166,7 +169,6 @@ <Compile Include="Cryptography\X520Attributes.cs" /> <Compile Include="ServerApplicationPaths.cs" /> <Compile Include="Social\SharingRepository.cs" /> - <Compile Include="StartupOptions.cs" /> <Compile Include="Sync\SyncRepository.cs" /> <Compile Include="SystemEvents.cs" /> <Compile Include="TextLocalizer.cs" /> |
