diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 18:34:16 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-03 18:34:16 -0400 |
| commit | f52373609eac871c2883e1052020ff5327b19707 (patch) | |
| tree | dc29fc2888aeb2fe55a92b8859765caeff3f2cfb /Emby.Server.Implementations/Emby.Server.Implementations.csproj | |
| parent | 1d62a88fd8147e9c1bf01cac2852b929b1737c17 (diff) | |
move classes to portable project
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj index e3d404644..152a165e2 100644 --- a/Emby.Server.Implementations/Emby.Server.Implementations.csproj +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -69,6 +69,7 @@ <Compile Include="FileOrganization\TvFolderOrganizer.cs" /> <Compile Include="Images\BaseDynamicImageProvider.cs" /> <Compile Include="Intros\DefaultIntroProvider.cs" /> + <Compile Include="IO\ThrottledStream.cs" /> <Compile Include="Library\CoreResolutionIgnoreRule.cs" /> <Compile Include="Library\LibraryManager.cs" /> <Compile Include="Library\LocalTrailerPostScanTask.cs" /> @@ -161,14 +162,28 @@ <Compile Include="Sorting\SortNameComparer.cs" /> <Compile Include="Sorting\StartDateComparer.cs" /> <Compile Include="Sorting\StudioComparer.cs" /> + <Compile Include="Sync\AppSyncProvider.cs" /> + <Compile Include="Sync\CloudSyncProfile.cs" /> + <Compile Include="Sync\IHasSyncQuality.cs" /> + <Compile Include="Sync\MediaSync.cs" /> + <Compile Include="Sync\MultiProviderSync.cs" /> + <Compile Include="Sync\ServerSyncScheduledTask.cs" /> + <Compile Include="Sync\SyncConfig.cs" /> + <Compile Include="Sync\SyncConvertScheduledTask.cs" /> + <Compile Include="Sync\SyncedMediaSourceProvider.cs" /> + <Compile Include="Sync\SyncHelper.cs" /> + <Compile Include="Sync\SyncJobOptions.cs" /> + <Compile Include="Sync\SyncJobProcessor.cs" /> + <Compile Include="Sync\SyncManager.cs" /> + <Compile Include="Sync\SyncNotificationEntryPoint.cs" /> + <Compile Include="Sync\SyncRegistrationInfo.cs" /> + <Compile Include="Sync\TargetDataProvider.cs" /> <Compile Include="TV\TVSeriesManager.cs" /> <Compile Include="Updates\InstallationManager.cs" /> <Compile Include="UserViews\CollectionFolderImageProvider.cs" /> <Compile Include="UserViews\DynamicImageProvider.cs" /> </ItemGroup> - <ItemGroup> - <Folder Include="IO\" /> - </ItemGroup> + <ItemGroup /> <ItemGroup> <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj"> <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project> |
