update core project
This commit is contained in:
parent
68b3ca6383
commit
369d5e8f09
|
@ -17,7 +17,7 @@ using MediaBrowser.Model.IO;
|
||||||
using MediaBrowser.Model.Logging;
|
using MediaBrowser.Model.Logging;
|
||||||
using MediaBrowser.Model.Serialization;
|
using MediaBrowser.Model.Serialization;
|
||||||
|
|
||||||
namespace MediaBrowser.Server.Startup.Common.Configuration
|
namespace Emby.Server.Core.Configuration
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Class ServerConfigurationManager
|
/// Class ServerConfigurationManager
|
|
@ -2,7 +2,7 @@
|
||||||
using Emby.Common.Implementations;
|
using Emby.Common.Implementations;
|
||||||
using MediaBrowser.Controller;
|
using MediaBrowser.Controller;
|
||||||
|
|
||||||
namespace MediaBrowser.Server.Startup.Common
|
namespace Emby.Server.Core
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Extends BaseApplicationPaths to add paths that are only applicable on the server
|
/// Extends BaseApplicationPaths to add paths that are only applicable on the server
|
|
@ -19,6 +19,9 @@
|
||||||
},
|
},
|
||||||
"MediaBrowser.Controller": {
|
"MediaBrowser.Controller": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Emby.Common.Implementations": {
|
||||||
|
"target": "project"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -34,6 +37,9 @@
|
||||||
},
|
},
|
||||||
"MediaBrowser.Controller": {
|
"MediaBrowser.Controller": {
|
||||||
"target": "project"
|
"target": "project"
|
||||||
|
},
|
||||||
|
"Emby.Common.Implementations": {
|
||||||
|
"target": "project"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -96,7 +96,6 @@
|
||||||
<Compile Include="Activity\ActivityRepository.cs" />
|
<Compile Include="Activity\ActivityRepository.cs" />
|
||||||
<Compile Include="ApplicationHost.cs" />
|
<Compile Include="ApplicationHost.cs" />
|
||||||
<Compile Include="ApplicationPathHelper.cs" />
|
<Compile Include="ApplicationPathHelper.cs" />
|
||||||
<Compile Include="Configuration\ServerConfigurationManager.cs" />
|
|
||||||
<Compile Include="Devices\DeviceRepository.cs" />
|
<Compile Include="Devices\DeviceRepository.cs" />
|
||||||
<Compile Include="EntryPoints\ExternalPortForwarding.cs" />
|
<Compile Include="EntryPoints\ExternalPortForwarding.cs" />
|
||||||
<Compile Include="FFMpeg\FFMpegLoader.cs" />
|
<Compile Include="FFMpeg\FFMpegLoader.cs" />
|
||||||
|
@ -165,7 +164,6 @@
|
||||||
<Compile Include="Cryptography\X509Extension.cs" />
|
<Compile Include="Cryptography\X509Extension.cs" />
|
||||||
<Compile Include="Cryptography\X509Extensions.cs" />
|
<Compile Include="Cryptography\X509Extensions.cs" />
|
||||||
<Compile Include="Cryptography\X520Attributes.cs" />
|
<Compile Include="Cryptography\X520Attributes.cs" />
|
||||||
<Compile Include="ServerApplicationPaths.cs" />
|
|
||||||
<Compile Include="Social\SharingRepository.cs" />
|
<Compile Include="Social\SharingRepository.cs" />
|
||||||
<Compile Include="Sync\SyncRepository.cs" />
|
<Compile Include="Sync\SyncRepository.cs" />
|
||||||
<Compile Include="SystemEvents.cs" />
|
<Compile Include="SystemEvents.cs" />
|
||||||
|
|
Loading…
Reference in New Issue
Block a user