jellyfin/MediaBrowser.Controller/MediaBrowser.Controller.csproj

372 lines
19 KiB
XML
Raw Normal View History

2013-02-21 02:33:05 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-10-22 04:08:34 +02:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2013-02-21 02:33:05 +01:00
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MediaBrowser.Controller</RootNamespace>
<AssemblyName>MediaBrowser.Controller</AssemblyName>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2016-10-25 21:02:04 +02:00
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2016-11-03 22:04:55 +01:00
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
2013-02-21 02:33:05 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2014-11-05 20:28:41 +01:00
<DebugType>none</DebugType>
2013-02-21 02:33:05 +01:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
2013-02-22 08:17:50 +01:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="Channels\ChannelItemInfo.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Channels\ChannelItemResult.cs" />
<Compile Include="Channels\ChannelItemType.cs" />
<Compile Include="Channels\ChannelMediaInfo.cs" />
2014-06-06 19:14:02 +02:00
<Compile Include="Channels\ChannelParentalRating.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Channels\ChannelSearchInfo.cs" />
<Compile Include="Channels\IChannel.cs" />
<Compile Include="Channels\IChannelManager.cs" />
2014-03-18 02:45:41 +01:00
<Compile Include="Channels\Channel.cs" />
2014-06-06 19:14:02 +02:00
<Compile Include="Channels\IHasCacheKey.cs" />
<Compile Include="Channels\IIndexableChannel.cs" />
<Compile Include="Channels\InternalAllChannelMediaQuery.cs" />
2014-05-27 19:57:29 +02:00
<Compile Include="Channels\InternalChannelFeatures.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Channels\InternalChannelItemQuery.cs" />
2014-06-06 19:14:02 +02:00
<Compile Include="Channels\IRequiresMediaInfoCallback.cs" />
<Compile Include="Channels\ISearchableChannel.cs" />
2014-06-09 21:16:14 +02:00
<Compile Include="Chapters\IChapterManager.cs" />
2014-03-06 06:17:13 +01:00
<Compile Include="Collections\CollectionCreationOptions.cs" />
2014-07-08 03:41:03 +02:00
<Compile Include="Collections\CollectionEvents.cs" />
2014-03-06 06:17:13 +01:00
<Compile Include="Collections\ICollectionManager.cs" />
2016-09-05 22:07:36 +02:00
<Compile Include="Collections\ManualCollectionsFolder.cs" />
2015-03-17 06:58:29 +01:00
<Compile Include="Connect\ConnectSupporterSummary.cs" />
2014-08-25 05:54:45 +02:00
<Compile Include="Connect\IConnectManager.cs" />
2014-09-15 01:39:06 +02:00
<Compile Include="Connect\UserLinkResult.cs" />
<Compile Include="Devices\CameraImageUploadInfo.cs" />
2014-10-11 22:38:13 +02:00
<Compile Include="Devices\IDeviceManager.cs" />
<Compile Include="Devices\IDeviceRepository.cs" />
2014-04-10 17:06:54 +02:00
<Compile Include="Dlna\ControlRequest.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Dlna\ControlResponse.cs" />
2014-04-21 18:02:30 +02:00
<Compile Include="Dlna\EventSubscriptionResponse.cs" />
2014-05-21 02:56:24 +02:00
<Compile Include="Dlna\IConnectionManager.cs" />
2014-04-21 18:02:30 +02:00
<Compile Include="Dlna\IContentDirectory.cs" />
2014-03-13 20:08:02 +01:00
<Compile Include="Dlna\IDlnaManager.cs" />
2014-04-21 18:02:30 +02:00
<Compile Include="Dlna\IEventManager.cs" />
2015-01-30 18:58:38 +01:00
<Compile Include="Dlna\IMediaReceiverRegistrar.cs" />
2014-05-21 02:56:24 +02:00
<Compile Include="Dlna\IUpnpService.cs" />
2016-11-11 18:33:10 +01:00
<Compile Include="Drawing\IImageEncoder.cs" />
2013-09-18 20:49:06 +02:00
<Compile Include="Drawing\IImageProcessor.cs" />
2015-04-08 16:38:02 +02:00
<Compile Include="Drawing\ImageCollageOptions.cs" />
2017-05-15 04:27:58 +02:00
<Compile Include="Drawing\ImageHelper.cs" />
2013-09-19 17:12:28 +02:00
<Compile Include="Drawing\ImageProcessingOptions.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Drawing\ImageProcessorExtensions.cs" />
2014-11-29 20:51:30 +01:00
<Compile Include="Drawing\ImageStream.cs" />
2015-01-03 20:38:22 +01:00
<Compile Include="Dto\DtoOptions.cs" />
2013-09-04 19:02:19 +02:00
<Compile Include="Dto\IDtoService.cs" />
2016-12-12 06:49:19 +01:00
<Compile Include="Entities\AudioBook.cs" />
2016-03-19 20:32:37 +01:00
<Compile Include="Entities\Audio\AudioPodcast.cs" />
<Compile Include="Entities\Audio\IHasAlbumArtist.cs" />
<Compile Include="Entities\Audio\IHasMusicGenres.cs" />
2013-08-31 01:54:49 +02:00
<Compile Include="Entities\Book.cs" />
<Compile Include="Configuration\IServerConfigurationManager.cs" />
2013-06-11 05:31:00 +02:00
<Compile Include="Entities\Audio\MusicGenre.cs" />
2014-10-16 05:26:39 +02:00
<Compile Include="Entities\DayOfWeekHelper.cs" />
2013-09-11 19:54:59 +02:00
<Compile Include="Entities\Extensions.cs" />
2013-06-22 20:15:31 +02:00
<Compile Include="Entities\Game.cs" />
2013-07-01 19:17:33 +02:00
<Compile Include="Entities\GameGenre.cs" />
2013-09-21 23:00:04 +02:00
<Compile Include="Entities\GameSystem.cs" />
<Compile Include="Entities\IHasAspectRatio.cs" />
<Compile Include="Entities\IHasDisplayOrder.cs" />
2014-06-03 04:01:30 +02:00
<Compile Include="Entities\IHasMediaSources.cs" />
2015-06-01 16:49:23 +02:00
<Compile Include="Entities\IHasProgramAttributes.cs" />
<Compile Include="Entities\IHasScreenshots.cs" />
2014-02-08 21:02:35 +01:00
<Compile Include="Entities\IHasSeries.cs" />
<Compile Include="Entities\IHasSpecialFeatures.cs" />
2015-06-01 16:49:23 +02:00
<Compile Include="Entities\IHasStartDate.cs" />
2013-12-02 17:46:25 +01:00
<Compile Include="Entities\IHasTrailers.cs" />
2013-12-19 22:51:32 +01:00
<Compile Include="Entities\IHasUserData.cs" />
2015-12-27 22:49:04 +01:00
<Compile Include="Entities\IHiddenFromDisplay.cs" />
2013-06-27 21:29:58 +02:00
<Compile Include="Entities\IItemByName.cs" />
<Compile Include="Entities\IMetadataContainer.cs" />
2014-10-07 01:58:46 +02:00
<Compile Include="Entities\InternalItemsQuery.cs" />
2015-07-08 18:10:34 +02:00
<Compile Include="Entities\InternalPeopleQuery.cs" />
2014-03-15 05:14:07 +01:00
<Compile Include="Entities\ISupportsBoxSetGrouping.cs" />
<Compile Include="Entities\ISupportsPlaceHolders.cs" />
2014-02-07 21:30:41 +01:00
<Compile Include="Entities\ItemImageInfo.cs" />
2013-07-05 15:47:10 +02:00
<Compile Include="Entities\LinkedChild.cs" />
<Compile Include="Entities\MusicVideo.cs" />
2015-06-28 18:36:25 +02:00
<Compile Include="Entities\PeopleHelper.cs" />
2014-02-13 06:11:54 +01:00
<Compile Include="Entities\Photo.cs" />
2014-08-29 06:06:30 +02:00
<Compile Include="Entities\PhotoAlbum.cs" />
2014-12-13 04:56:30 +01:00
<Compile Include="Entities\Share.cs" />
2016-03-19 05:05:33 +01:00
<Compile Include="Entities\SourceType.cs" />
2016-06-02 19:43:29 +02:00
<Compile Include="Entities\TagExtensions.cs" />
2014-06-05 04:32:40 +02:00
<Compile Include="Entities\UserView.cs" />
<Compile Include="Entities\UserViewBuilder.cs" />
2016-10-23 21:47:34 +02:00
<Compile Include="Extensions\StringExtensions.cs" />
2017-06-01 06:51:43 +02:00
<Compile Include="IO\StreamHelper.cs" />
<Compile Include="Library\DeleteOptions.cs" />
<Compile Include="Library\ILibraryPostScanTask.cs" />
<Compile Include="Library\IMediaSourceManager.cs" />
2015-03-07 23:43:53 +01:00
<Compile Include="Library\IMediaSourceProvider.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Library\IMetadataFileSaver.cs" />
2013-06-09 18:23:06 +02:00
<Compile Include="Library\IMetadataSaver.cs" />
<Compile Include="Library\IMusicManager.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Library\IntroInfo.cs" />
<Compile Include="Library\ItemUpdateType.cs" />
2013-10-02 18:08:58 +02:00
<Compile Include="Library\IUserDataManager.cs" />
2014-06-07 21:46:24 +02:00
<Compile Include="Library\IUserViewManager.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Library\LibraryManagerExtensions.cs" />
2014-10-10 00:22:04 +02:00
<Compile Include="Library\MetadataConfigurationStore.cs" />
2015-04-09 23:11:57 +02:00
<Compile Include="Library\NameExtensions.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="Library\PlaybackStopEventArgs.cs" />
2013-10-02 21:08:58 +02:00
<Compile Include="Library\UserDataSaveEventArgs.cs" />
2015-07-20 20:32:55 +02:00
<Compile Include="LiveTv\IListingsProvider.cs" />
<Compile Include="LiveTv\ITunerHost.cs" />
2016-09-25 20:39:13 +02:00
<Compile Include="LiveTv\LiveStream.cs" />
2014-08-14 15:24:30 +02:00
<Compile Include="LiveTv\RecordingGroup.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="LiveTv\RecordingStatusChangedEventArgs.cs" />
<Compile Include="LiveTv\ILiveTvRecording.cs" />
<Compile Include="LiveTv\LiveTvAudioRecording.cs" />
2013-12-19 22:51:32 +01:00
<Compile Include="LiveTv\LiveTvChannel.cs" />
<Compile Include="LiveTv\ChannelInfo.cs" />
<Compile Include="LiveTv\ILiveTvManager.cs" />
<Compile Include="LiveTv\ILiveTvService.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="LiveTv\LiveTvConflictException.cs" />
2013-12-24 01:00:27 +01:00
<Compile Include="LiveTv\LiveTvException.cs" />
2014-01-16 18:23:30 +01:00
<Compile Include="LiveTv\LiveTvServiceStatusInfo.cs" />
2014-05-12 01:02:28 +02:00
<Compile Include="LiveTv\LiveTvTunerInfo.cs" />
2013-12-19 22:51:32 +01:00
<Compile Include="LiveTv\LiveTvProgram.cs" />
<Compile Include="LiveTv\LiveTvVideoRecording.cs" />
2013-11-25 21:39:23 +01:00
<Compile Include="LiveTv\ProgramInfo.cs" />
<Compile Include="LiveTv\RecordingInfo.cs" />
2013-12-01 07:25:19 +01:00
<Compile Include="LiveTv\SeriesTimerInfo.cs" />
2016-06-08 08:21:13 +02:00
<Compile Include="LiveTv\TimerEventInfo.cs" />
2013-11-26 22:36:11 +01:00
<Compile Include="LiveTv\TimerInfo.cs" />
<Compile Include="LiveTv\TunerChannelMapping.cs" />
<Compile Include="MediaEncoding\EncodingHelper.cs" />
<Compile Include="MediaEncoding\EncodingJobInfo.cs" />
2015-01-02 06:36:27 +01:00
<Compile Include="MediaEncoding\EncodingJobOptions.cs" />
2014-02-20 17:37:41 +01:00
<Compile Include="MediaEncoding\IEncodingManager.cs" />
2014-03-28 00:01:42 +01:00
<Compile Include="MediaEncoding\ImageEncodingOptions.cs" />
2014-02-20 17:37:41 +01:00
<Compile Include="MediaEncoding\IMediaEncoder.cs" />
2014-06-10 19:36:06 +02:00
<Compile Include="MediaEncoding\ISubtitleEncoder.cs" />
2017-03-24 16:03:49 +01:00
<Compile Include="MediaEncoding\JobLogger.cs" />
2015-04-05 17:01:57 +02:00
<Compile Include="MediaEncoding\MediaInfoRequest.cs" />
<Compile Include="MediaEncoding\MediaStreamSelector.cs" />
<Compile Include="Net\AuthenticatedAttribute.cs" />
<Compile Include="Net\AuthorizationInfo.cs" />
<Compile Include="Net\IAuthorizationContext.cs" />
<Compile Include="Net\IAuthService.cs" />
2013-12-07 16:52:38 +01:00
<Compile Include="Net\IHasResultFactory.cs" />
<Compile Include="Net\IHttpResultFactory.cs" />
<Compile Include="Net\IHttpServer.cs" />
2014-11-26 05:12:29 +01:00
<Compile Include="Net\IServerManager.cs" />
2014-11-15 03:31:03 +01:00
<Compile Include="Net\IServiceRequest.cs" />
<Compile Include="Net\ISessionContext.cs" />
<Compile Include="Net\IWebSocket.cs" />
<Compile Include="Net\IWebSocketConnection.cs" />
2014-12-26 20:34:39 +01:00
<Compile Include="Net\IWebSocketListener.cs" />
<Compile Include="Net\LoggedAttribute.cs" />
2014-11-15 03:31:03 +01:00
<Compile Include="Net\SecurityException.cs" />
2016-10-25 21:02:04 +02:00
<Compile Include="Net\ServiceRequest.cs" />
2014-08-30 16:26:29 +02:00
<Compile Include="Net\StaticResultOptions.cs" />
<Compile Include="Net\WebSocketConnectEventArgs.cs" />
<Compile Include="Net\WebSocketMessageInfo.cs" />
2014-04-25 22:15:50 +02:00
<Compile Include="Notifications\INotificationManager.cs" />
2014-04-27 05:42:05 +02:00
<Compile Include="Notifications\INotificationService.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="Notifications\INotificationsRepository.cs" />
2014-04-27 05:42:05 +02:00
<Compile Include="Notifications\INotificationTypeFactory.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="Notifications\NotificationUpdateEventArgs.cs" />
2014-04-25 22:15:50 +02:00
<Compile Include="Notifications\UserNotification.cs" />
2013-12-06 04:39:44 +01:00
<Compile Include="Persistence\MediaStreamQuery.cs" />
2014-08-02 04:34:45 +02:00
<Compile Include="Playlists\IPlaylistManager.cs" />
<Compile Include="Playlists\Playlist.cs" />
2015-03-18 03:39:55 +01:00
<Compile Include="Plugins\ILocalizablePlugin.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\AlbumInfo.cs" />
<Compile Include="Providers\ArtistInfo.cs" />
<Compile Include="Providers\BookInfo.cs" />
<Compile Include="Providers\BoxSetInfo.cs" />
2014-02-08 23:38:02 +01:00
<Compile Include="Providers\DirectoryService.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\DynamicImageInfo.cs" />
<Compile Include="Providers\DynamicImageResponse.cs" />
<Compile Include="Providers\EpisodeInfo.cs" />
<Compile Include="Providers\ExtraInfo.cs" />
<Compile Include="Providers\ExtraSource.cs" />
<Compile Include="Providers\GameInfo.cs" />
<Compile Include="Providers\GameSystemInfo.cs" />
2014-02-02 14:36:31 +01:00
<Compile Include="Providers\ICustomMetadataProvider.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\IDirectoryService.cs" />
<Compile Include="Providers\IDynamicImageProvider.cs" />
2014-02-21 19:48:15 +01:00
<Compile Include="Providers\IExternalId.cs" />
2014-09-22 23:56:54 +02:00
<Compile Include="Providers\IExtrasProvider.cs" />
2014-02-19 06:21:03 +01:00
<Compile Include="Providers\IForcedProvider.cs" />
2014-02-03 18:44:13 +01:00
<Compile Include="Providers\IHasChangeMonitor.cs" />
2014-02-07 04:10:13 +01:00
<Compile Include="Entities\IHasMetadata.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\IHasItemChangeMonitor.cs" />
<Compile Include="Providers\IHasLookupInfo.cs" />
<Compile Include="Providers\IHasOrder.cs" />
2013-10-30 22:33:27 +01:00
<Compile Include="Providers\IImageProvider.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\ILocalImageFileProvider.cs" />
2014-01-31 20:55:21 +01:00
<Compile Include="Providers\ILocalMetadataProvider.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\ImageRefreshMode.cs" />
<Compile Include="Providers\ImageRefreshOptions.cs" />
<Compile Include="Providers\IPreRefreshProvider.cs" />
<Compile Include="Providers\IRemoteImageProvider.cs" />
<Compile Include="Providers\ILocalImageProvider.cs" />
<Compile Include="Providers\IMetadataProvider.cs" />
<Compile Include="Providers\IMetadataService.cs" />
2014-01-31 20:55:21 +01:00
<Compile Include="Providers\IRemoteMetadataProvider.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\IRemoteSearchProvider.cs" />
<Compile Include="Providers\ItemInfo.cs" />
2015-03-14 21:00:32 +01:00
<Compile Include="Providers\LiveTvProgramLookupInfo.cs" />
2015-03-13 20:37:19 +01:00
<Compile Include="Providers\LocalImageInfo.cs" />
<Compile Include="Providers\MetadataRefreshMode.cs" />
<Compile Include="Providers\MetadataResult.cs" />
<Compile Include="Providers\MovieInfo.cs" />
<Compile Include="Providers\MusicVideoInfo.cs" />
<Compile Include="Providers\PersonLookupInfo.cs" />
<Compile Include="Providers\RemoteSearchQuery.cs" />
<Compile Include="Providers\SeasonInfo.cs" />
<Compile Include="Providers\SeriesInfo.cs" />
<Compile Include="Providers\SeriesOrderTypes.cs" />
<Compile Include="Providers\SongInfo.cs" />
<Compile Include="Providers\TrailerInfo.cs" />
2014-05-12 00:38:10 +02:00
<Compile Include="Providers\VideoContentType.cs" />
2014-07-08 03:41:03 +02:00
<Compile Include="Security\AuthenticationInfo.cs" />
<Compile Include="Security\AuthenticationInfoQuery.cs" />
<Compile Include="Security\IAuthenticationRepository.cs" />
2014-05-07 20:38:50 +02:00
<Compile Include="Security\IEncryptionManager.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="Session\AuthenticationRequest.cs" />
2016-03-24 21:27:44 +01:00
<Compile Include="Sorting\SortHelper.cs" />
2014-05-07 04:28:19 +02:00
<Compile Include="Subtitles\ISubtitleManager.cs" />
<Compile Include="Subtitles\ISubtitleProvider.cs" />
2014-02-07 04:10:13 +01:00
<Compile Include="Providers\ItemLookupInfo.cs" />
<Compile Include="Providers\MetadataRefreshOptions.cs" />
<Compile Include="Session\ISessionManager.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Entities\AggregateFolder.cs" />
<Compile Include="Entities\Audio\Audio.cs" />
<Compile Include="Entities\Audio\MusicAlbum.cs" />
<Compile Include="Entities\Audio\MusicArtist.cs" />
<Compile Include="Entities\BaseItem.cs" />
<Compile Include="Entities\BasePluginFolder.cs" />
<Compile Include="Entities\Folder.cs" />
<Compile Include="Entities\Genre.cs" />
<Compile Include="Entities\ICollectionFolder.cs" />
2013-02-23 02:24:04 +01:00
<Compile Include="Entities\IVirtualFolderCreator.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Entities\Movies\BoxSet.cs" />
<Compile Include="Entities\Movies\Movie.cs" />
<Compile Include="Entities\Person.cs" />
<Compile Include="Library\ISearchEngine.cs" />
<Compile Include="Library\ItemChangeEventArgs.cs" />
2013-03-20 17:54:32 +01:00
<Compile Include="Library\PlaybackProgressEventArgs.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Entities\Studio.cs" />
<Compile Include="Entities\Trailer.cs" />
<Compile Include="Entities\TV\Episode.cs" />
<Compile Include="Entities\TV\Season.cs" />
<Compile Include="Entities\TV\Series.cs" />
<Compile Include="Entities\User.cs" />
<Compile Include="Entities\UserItemData.cs" />
<Compile Include="Entities\UserRootFolder.cs" />
<Compile Include="Entities\Video.cs" />
<Compile Include="Entities\CollectionFolder.cs" />
<Compile Include="Entities\Year.cs" />
<Compile Include="Library\ILibraryMonitor.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="IServerApplicationHost.cs" />
2013-02-24 22:53:54 +01:00
<Compile Include="IServerApplicationPaths.cs" />
2013-04-27 15:05:33 +02:00
<Compile Include="Library\SearchHintInfo.cs" />
<Compile Include="Providers\IProviderManager.cs" />
2014-02-20 17:37:41 +01:00
<Compile Include="MediaEncoding\MediaEncoderHelpers.cs" />
<Compile Include="Providers\MetadataProviderPriority.cs" />
<Compile Include="Resolvers\BaseItemResolver.cs" />
<Compile Include="Resolvers\IItemResolver.cs" />
<Compile Include="Library\ILibraryManager.cs" />
<Compile Include="Library\IUserManager.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Library\Profiler.cs" />
<Compile Include="Persistence\IDisplayPreferencesRepository.cs" />
<Compile Include="Persistence\IItemRepository.cs" />
<Compile Include="Persistence\IRepository.cs" />
<Compile Include="Persistence\IUserDataRepository.cs" />
<Compile Include="Persistence\IUserRepository.cs" />
<Compile Include="Library\IIntroProvider.cs" />
2013-02-22 07:28:57 +01:00
<Compile Include="Plugins\IPluginConfigurationPage.cs" />
<Compile Include="Plugins\IServerEntryPoint.cs" />
2013-02-23 01:44:20 +01:00
<Compile Include="Providers\IImageEnhancer.cs" />
<Compile Include="Resolvers\IResolverIgnoreRule.cs" />
<Compile Include="Resolvers\ResolverPriority.cs" />
<Compile Include="Library\TVUtils.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Library\ItemResolveArgs.cs" />
<Compile Include="IO\FileData.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2013-10-02 21:08:58 +02:00
<Compile Include="Session\ISessionController.cs" />
<Compile Include="Session\ISessionControllerFactory.cs" />
2014-04-06 19:53:23 +02:00
<Compile Include="Session\SessionEventArgs.cs" />
2013-05-10 00:43:11 +02:00
<Compile Include="Session\SessionInfo.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\IBaseItemComparer.cs" />
<Compile Include="Sorting\IUserBaseItemComparer.cs" />
2014-01-13 17:25:18 +01:00
<Compile Include="Sorting\SortExtensions.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="Subtitles\SubtitleDownloadEventArgs.cs" />
2014-05-12 00:38:10 +02:00
<Compile Include="Subtitles\SubtitleResponse.cs" />
<Compile Include="Subtitles\SubtitleSearchRequest.cs" />
2015-03-28 06:07:29 +01:00
<Compile Include="Sync\IHasDynamicAccess.cs" />
2015-04-05 17:01:57 +02:00
<Compile Include="Sync\IRemoteSyncProvider.cs" />
2015-02-05 06:29:37 +01:00
<Compile Include="Sync\IServerSyncProvider.cs" />
2015-02-28 14:42:47 +01:00
<Compile Include="Sync\ISyncDataProvider.cs" />
2014-07-15 06:12:26 +02:00
<Compile Include="Sync\ISyncManager.cs" />
2014-07-22 03:29:06 +02:00
<Compile Include="Sync\ISyncProvider.cs" />
2014-07-26 19:30:15 +02:00
<Compile Include="Sync\ISyncRepository.cs" />
2015-03-28 06:07:29 +01:00
<Compile Include="Sync\SyncedFileInfo.cs" />
2015-06-02 19:46:44 +02:00
<Compile Include="Sync\SyncedItemProgress.cs" />
<Compile Include="TV\ITVSeriesManager.cs" />
2013-02-21 02:33:05 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 23:06:21 +02:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-21 02:33:05 +01:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 23:06:21 +02:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-21 02:33:05 +01:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2016-10-25 21:02:04 +02:00
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2013-02-21 02:33:05 +01:00
<PropertyGroup>
2014-11-07 17:28:15 +01:00
<PostBuildEvent />
2013-02-21 02:33:05 +01:00
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
2014-11-05 20:28:41 +01:00
<PropertyGroup>
<PostBuildEvent />
</PropertyGroup>
2013-02-21 02:33:05 +01:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
2014-08-11 00:13:17 +02:00
</Project>