jellyfin/MediaBrowser.Controller/MediaBrowser.Controller.csproj

388 lines
20 KiB
XML
Raw Normal View History

2013-02-20 20:33:05 -05:00
<?xml version="1.0" encoding="utf-8"?>
2016-10-21 22:08:34 -04:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2013-02-20 20:33:05 -05: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 15:02:04 -04:00
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
2016-11-03 17:04:55 -04:00
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
2013-02-20 20:33:05 -05: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 14:28:41 -05:00
<DebugType>none</DebugType>
2013-02-20 20:33:05 -05:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
2013-12-11 14:54:33 -05:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
2014-11-05 14:28:41 -05:00
<DebugType>none</DebugType>
2013-12-11 14:54:33 -05:00
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
2013-02-20 20:33:05 -05:00
<ErrorReport>prompt</ErrorReport>
2013-09-24 17:06:21 -04:00
<WarningLevel>4</WarningLevel>
2013-02-20 20:33:05 -05:00
</PropertyGroup>
<ItemGroup>
2016-10-25 15:02:04 -04:00
<None Include="project.json" />
<!-- A reference to the entire .NET Framework is automatically included -->
</ItemGroup>
2013-02-20 20:33:05 -05:00
<ItemGroup>
2013-02-22 02:17:50 -05:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include="Channels\ChannelItemInfo.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Channels\ChannelItemResult.cs" />
<Compile Include="Channels\ChannelItemType.cs" />
<Compile Include="Channels\ChannelMediaInfo.cs" />
2014-06-06 13:14:02 -04:00
<Compile Include="Channels\ChannelParentalRating.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Channels\ChannelSearchInfo.cs" />
<Compile Include="Channels\IChannel.cs" />
<Compile Include="Channels\IChannelManager.cs" />
2014-03-17 21:45:41 -04:00
<Compile Include="Channels\Channel.cs" />
2014-06-06 13:14:02 -04:00
<Compile Include="Channels\IHasCacheKey.cs" />
<Compile Include="Channels\IIndexableChannel.cs" />
<Compile Include="Channels\InternalAllChannelMediaQuery.cs" />
2014-05-27 13:57:29 -04:00
<Compile Include="Channels\InternalChannelFeatures.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Channels\InternalChannelItemQuery.cs" />
2014-06-06 13:14:02 -04:00
<Compile Include="Channels\IRequiresMediaInfoCallback.cs" />
<Compile Include="Channels\ISearchableChannel.cs" />
2014-06-09 15:16:14 -04:00
<Compile Include="Chapters\IChapterManager.cs" />
2014-03-06 00:17:13 -05:00
<Compile Include="Collections\CollectionCreationOptions.cs" />
2014-07-07 21:41:03 -04:00
<Compile Include="Collections\CollectionEvents.cs" />
2014-03-06 00:17:13 -05:00
<Compile Include="Collections\ICollectionManager.cs" />
2016-09-05 16:07:36 -04:00
<Compile Include="Collections\ManualCollectionsFolder.cs" />
2015-03-17 01:58:29 -04:00
<Compile Include="Connect\ConnectSupporterSummary.cs" />
2014-08-24 23:54:45 -04:00
<Compile Include="Connect\IConnectManager.cs" />
2014-09-14 19:39:06 -04:00
<Compile Include="Connect\UserLinkResult.cs" />
<Compile Include="Devices\CameraImageUploadInfo.cs" />
2014-10-11 16:38:13 -04:00
<Compile Include="Devices\IDeviceManager.cs" />
<Compile Include="Devices\IDeviceRepository.cs" />
2014-04-10 11:06:54 -04:00
<Compile Include="Dlna\ControlRequest.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Dlna\ControlResponse.cs" />
2014-04-21 12:02:30 -04:00
<Compile Include="Dlna\EventSubscriptionResponse.cs" />
2014-05-20 20:56:24 -04:00
<Compile Include="Dlna\IConnectionManager.cs" />
2014-04-21 12:02:30 -04:00
<Compile Include="Dlna\IContentDirectory.cs" />
2014-03-13 15:08:02 -04:00
<Compile Include="Dlna\IDlnaManager.cs" />
2014-04-21 12:02:30 -04:00
<Compile Include="Dlna\IEventManager.cs" />
2015-01-30 12:58:38 -05:00
<Compile Include="Dlna\IMediaReceiverRegistrar.cs" />
2014-05-20 20:56:24 -04:00
<Compile Include="Dlna\IUpnpService.cs" />
2016-11-11 12:33:10 -05:00
<Compile Include="Drawing\IImageEncoder.cs" />
2013-09-18 14:49:06 -04:00
<Compile Include="Drawing\IImageProcessor.cs" />
2015-04-08 10:38:02 -04:00
<Compile Include="Drawing\ImageCollageOptions.cs" />
2013-09-19 11:12:28 -04:00
<Compile Include="Drawing\ImageProcessingOptions.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Drawing\ImageProcessorExtensions.cs" />
2014-11-29 14:51:30 -05:00
<Compile Include="Drawing\ImageStream.cs" />
2015-01-03 14:38:22 -05:00
<Compile Include="Dto\DtoOptions.cs" />
2013-09-04 13:02:19 -04:00
<Compile Include="Dto\IDtoService.cs" />
2016-03-19 15:32:37 -04:00
<Compile Include="Entities\Audio\AudioPodcast.cs" />
<Compile Include="Entities\Audio\IHasAlbumArtist.cs" />
<Compile Include="Entities\Audio\IHasMusicGenres.cs" />
2013-08-30 19:54:49 -04:00
<Compile Include="Entities\Book.cs" />
<Compile Include="Configuration\IServerConfigurationManager.cs" />
2013-06-10 23:31:00 -04:00
<Compile Include="Entities\Audio\MusicGenre.cs" />
2014-10-15 23:26:39 -04:00
<Compile Include="Entities\DayOfWeekHelper.cs" />
2013-09-11 13:54:59 -04:00
<Compile Include="Entities\Extensions.cs" />
2013-06-22 14:15:31 -04:00
<Compile Include="Entities\Game.cs" />
2013-07-01 13:17:33 -04:00
<Compile Include="Entities\GameGenre.cs" />
2013-09-21 17:00:04 -04:00
<Compile Include="Entities\GameSystem.cs" />
<Compile Include="Entities\IHasAspectRatio.cs" />
2013-12-02 11:16:03 -05:00
<Compile Include="Entities\IHasBudget.cs" />
<Compile Include="Entities\IHasDisplayOrder.cs" />
2015-06-01 13:07:55 -04:00
<Compile Include="Entities\IHasId.cs" />
2013-12-19 16:51:32 -05:00
<Compile Include="Entities\IHasImages.cs" />
<Compile Include="Entities\KeywordExtensions.cs" />
2014-06-02 22:01:30 -04:00
<Compile Include="Entities\IHasMediaSources.cs" />
2014-01-15 00:01:58 -05:00
<Compile Include="Entities\IHasMetascore.cs" />
2015-06-01 10:49:23 -04:00
<Compile Include="Entities\IHasProgramAttributes.cs" />
<Compile Include="Entities\IHasScreenshots.cs" />
2014-02-08 15:02:35 -05:00
<Compile Include="Entities\IHasSeries.cs" />
<Compile Include="Entities\IHasSpecialFeatures.cs" />
2015-06-01 10:49:23 -04:00
<Compile Include="Entities\IHasStartDate.cs" />
2013-12-02 11:46:25 -05:00
<Compile Include="Entities\IHasTrailers.cs" />
2013-12-19 16:51:32 -05:00
<Compile Include="Entities\IHasUserData.cs" />
2015-12-27 16:49:04 -05:00
<Compile Include="Entities\IHiddenFromDisplay.cs" />
2013-06-27 15:29:58 -04:00
<Compile Include="Entities\IItemByName.cs" />
<Compile Include="Entities\IMetadataContainer.cs" />
2014-10-06 19:58:46 -04:00
<Compile Include="Entities\InternalItemsQuery.cs" />
2015-07-08 12:10:34 -04:00
<Compile Include="Entities\InternalPeopleQuery.cs" />
2014-03-15 00:14:07 -04:00
<Compile Include="Entities\ISupportsBoxSetGrouping.cs" />
<Compile Include="Entities\ISupportsPlaceHolders.cs" />
2014-02-07 15:30:41 -05:00
<Compile Include="Entities\ItemImageInfo.cs" />
2013-07-05 09:47:10 -04:00
<Compile Include="Entities\LinkedChild.cs" />
<Compile Include="Entities\MusicVideo.cs" />
2014-01-15 00:01:58 -05:00
<Compile Include="Entities\IHasAwards.cs" />
2015-06-28 12:36:25 -04:00
<Compile Include="Entities\PeopleHelper.cs" />
2014-02-13 00:11:54 -05:00
<Compile Include="Entities\Photo.cs" />
2014-08-29 00:06:30 -04:00
<Compile Include="Entities\PhotoAlbum.cs" />
2014-12-12 22:56:30 -05:00
<Compile Include="Entities\Share.cs" />
2016-03-19 00:05:33 -04:00
<Compile Include="Entities\SourceType.cs" />
2016-06-02 13:43:29 -04:00
<Compile Include="Entities\TagExtensions.cs" />
2014-06-04 22:32:40 -04:00
<Compile Include="Entities\UserView.cs" />
<Compile Include="Entities\UserViewBuilder.cs" />
2016-10-23 15:47:34 -04:00
<Compile Include="Extensions\StringExtensions.cs" />
<Compile Include="FileOrganization\IFileOrganizationService.cs" />
<Compile Include="Library\DeleteOptions.cs" />
<Compile Include="Library\ILibraryPostScanTask.cs" />
<Compile Include="Library\IMediaSourceManager.cs" />
2015-03-07 17:43:53 -05:00
<Compile Include="Library\IMediaSourceProvider.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Library\IMetadataFileSaver.cs" />
2013-06-09 12:23:06 -04:00
<Compile Include="Library\IMetadataSaver.cs" />
<Compile Include="Library\IMusicManager.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Library\IntroInfo.cs" />
<Compile Include="Library\ItemUpdateType.cs" />
2013-10-02 12:08:58 -04:00
<Compile Include="Library\IUserDataManager.cs" />
2014-06-07 15:46:24 -04:00
<Compile Include="Library\IUserViewManager.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Library\LibraryManagerExtensions.cs" />
2014-10-09 18:22:04 -04:00
<Compile Include="Library\MetadataConfigurationStore.cs" />
2015-04-09 17:11:57 -04:00
<Compile Include="Library\NameExtensions.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="Library\PlaybackStopEventArgs.cs" />
2013-10-02 15:08:58 -04:00
<Compile Include="Library\UserDataSaveEventArgs.cs" />
2015-07-20 14:32:55 -04:00
<Compile Include="LiveTv\IListingsProvider.cs" />
<Compile Include="LiveTv\ITunerHost.cs" />
2016-09-25 14:39:13 -04:00
<Compile Include="LiveTv\LiveStream.cs" />
2014-08-14 09:24:30 -04:00
<Compile Include="LiveTv\RecordingGroup.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="LiveTv\RecordingStatusChangedEventArgs.cs" />
<Compile Include="LiveTv\ILiveTvRecording.cs" />
<Compile Include="LiveTv\LiveTvAudioRecording.cs" />
2013-12-19 16:51:32 -05:00
<Compile Include="LiveTv\LiveTvChannel.cs" />
<Compile Include="LiveTv\ChannelInfo.cs" />
<Compile Include="LiveTv\ILiveTvManager.cs" />
<Compile Include="LiveTv\ILiveTvService.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="LiveTv\LiveTvConflictException.cs" />
2013-12-23 19:00:27 -05:00
<Compile Include="LiveTv\LiveTvException.cs" />
2014-01-16 12:23:30 -05:00
<Compile Include="LiveTv\LiveTvServiceStatusInfo.cs" />
2014-05-11 19:02:28 -04:00
<Compile Include="LiveTv\LiveTvTunerInfo.cs" />
2013-12-19 16:51:32 -05:00
<Compile Include="LiveTv\LiveTvProgram.cs" />
<Compile Include="LiveTv\LiveTvVideoRecording.cs" />
2013-11-25 15:39:23 -05:00
<Compile Include="LiveTv\ProgramInfo.cs" />
<Compile Include="LiveTv\RecordingInfo.cs" />
2013-12-01 01:25:19 -05:00
<Compile Include="LiveTv\SeriesTimerInfo.cs" />
2016-06-08 02:21:13 -04:00
<Compile Include="LiveTv\TimerEventInfo.cs" />
2013-11-26 16:36:11 -05:00
<Compile Include="LiveTv\TimerInfo.cs" />
<Compile Include="LiveTv\TunerChannelMapping.cs" />
2014-02-20 11:37:41 -05:00
<Compile Include="MediaEncoding\ChapterImageRefreshOptions.cs" />
2015-01-02 00:36:27 -05:00
<Compile Include="MediaEncoding\EncodingJobOptions.cs" />
2014-02-20 11:37:41 -05:00
<Compile Include="MediaEncoding\IEncodingManager.cs" />
2014-03-27 19:01:42 -04:00
<Compile Include="MediaEncoding\ImageEncodingOptions.cs" />
2014-02-20 11:37:41 -05:00
<Compile Include="MediaEncoding\IMediaEncoder.cs" />
2014-06-10 13:36:06 -04:00
<Compile Include="MediaEncoding\ISubtitleEncoder.cs" />
2015-04-05 11:01:57 -04: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 10:52:38 -05:00
<Compile Include="Net\IHasResultFactory.cs" />
<Compile Include="Net\IHttpResultFactory.cs" />
<Compile Include="Net\IHttpServer.cs" />
2014-11-25 23:12:29 -05:00
<Compile Include="Net\IServerManager.cs" />
2014-11-14 21:31:03 -05:00
<Compile Include="Net\IServiceRequest.cs" />
<Compile Include="Net\ISessionContext.cs" />
<Compile Include="Net\IWebSocket.cs" />
<Compile Include="Net\IWebSocketConnection.cs" />
2014-12-26 14:34:39 -05:00
<Compile Include="Net\IWebSocketListener.cs" />
<Compile Include="Net\LoggedAttribute.cs" />
2014-11-14 21:31:03 -05:00
<Compile Include="Net\SecurityException.cs" />
2016-10-25 15:02:04 -04:00
<Compile Include="Net\ServiceRequest.cs" />
2014-08-30 10:26:29 -04:00
<Compile Include="Net\StaticResultOptions.cs" />
<Compile Include="Net\WebSocketConnectEventArgs.cs" />
<Compile Include="Net\WebSocketMessageInfo.cs" />
2014-04-25 16:15:50 -04:00
<Compile Include="Notifications\INotificationManager.cs" />
2014-04-26 23:42:05 -04:00
<Compile Include="Notifications\INotificationService.cs" />
2013-07-06 17:23:32 -04:00
<Compile Include="Notifications\INotificationsRepository.cs" />
2014-04-26 23:42:05 -04:00
<Compile Include="Notifications\INotificationTypeFactory.cs" />
2013-07-06 17:23:32 -04:00
<Compile Include="Notifications\NotificationUpdateEventArgs.cs" />
2014-04-25 16:15:50 -04:00
<Compile Include="Notifications\UserNotification.cs" />
<Compile Include="Persistence\IFileOrganizationRepository.cs" />
2013-12-05 22:39:44 -05:00
<Compile Include="Persistence\MediaStreamQuery.cs" />
2014-08-01 22:34:45 -04:00
<Compile Include="Playlists\IPlaylistManager.cs" />
<Compile Include="Playlists\Playlist.cs" />
2015-03-17 22:39:55 -04:00
<Compile Include="Plugins\ILocalizablePlugin.cs" />
2015-03-13 15:37:19 -04:00
<Compile Include="Providers\AlbumInfo.cs" />
<Compile Include="Providers\ArtistInfo.cs" />
<Compile Include="Providers\BookInfo.cs" />
<Compile Include="Providers\BoxSetInfo.cs" />
2014-02-08 17:38:02 -05:00
<Compile Include="Providers\DirectoryService.cs" />
2015-03-13 15:37:19 -04: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 08:36:31 -05:00
<Compile Include="Providers\ICustomMetadataProvider.cs" />
2015-03-13 15:37:19 -04:00
<Compile Include="Providers\IDirectoryService.cs" />
<Compile Include="Providers\IDynamicImageProvider.cs" />
2014-02-21 13:48:15 -05:00
<Compile Include="Providers\IExternalId.cs" />
2014-09-22 17:56:54 -04:00
<Compile Include="Providers\IExtrasProvider.cs" />
2014-02-19 00:21:03 -05:00
<Compile Include="Providers\IForcedProvider.cs" />
2014-02-03 12:44:13 -05:00
<Compile Include="Providers\IHasChangeMonitor.cs" />
2014-02-06 22:10:13 -05:00
<Compile Include="Entities\IHasMetadata.cs" />
2015-03-13 15:37:19 -04:00
<Compile Include="Providers\IHasItemChangeMonitor.cs" />
<Compile Include="Providers\IHasLookupInfo.cs" />
<Compile Include="Providers\IHasOrder.cs" />
2013-10-30 17:33:27 -04:00
<Compile Include="Providers\IImageProvider.cs" />
2015-03-13 15:37:19 -04:00
<Compile Include="Providers\ILocalImageFileProvider.cs" />
2014-01-31 14:55:21 -05:00
<Compile Include="Providers\ILocalMetadataProvider.cs" />
2015-03-13 15:37:19 -04: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 14:55:21 -05:00
<Compile Include="Providers\IRemoteMetadataProvider.cs" />
2015-03-13 15:37:19 -04:00
<Compile Include="Providers\IRemoteSearchProvider.cs" />
<Compile Include="Providers\ItemInfo.cs" />
2015-03-14 16:00:32 -04:00
<Compile Include="Providers\LiveTvProgramLookupInfo.cs" />
2015-03-13 15:37:19 -04: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-11 18:38:10 -04:00
<Compile Include="Providers\VideoContentType.cs" />
2014-07-07 21:41:03 -04:00
<Compile Include="Security\AuthenticationInfo.cs" />
<Compile Include="Security\AuthenticationInfoQuery.cs" />
<Compile Include="Security\IAuthenticationRepository.cs" />
2014-05-07 14:38:50 -04:00
<Compile Include="Security\IEncryptionManager.cs" />
2014-08-10 18:13:17 -04:00
<Compile Include="Session\AuthenticationRequest.cs" />
2016-03-24 16:27:44 -04:00
<Compile Include="Sorting\SortHelper.cs" />
2014-05-06 22:28:19 -04:00
<Compile Include="Subtitles\ISubtitleManager.cs" />
<Compile Include="Subtitles\ISubtitleProvider.cs" />
2014-02-06 22:10:13 -05:00
<Compile Include="Providers\ItemLookupInfo.cs" />
<Compile Include="Providers\MetadataRefreshOptions.cs" />
<Compile Include="Session\ISessionManager.cs" />
2013-02-20 20:33:05 -05: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-22 20:24:04 -05:00
<Compile Include="Entities\IVirtualFolderCreator.cs" />
2013-02-20 20:33:05 -05: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 12:54:32 -04:00
<Compile Include="Library\PlaybackProgressEventArgs.cs" />
2013-02-20 20:33:05 -05: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 00:34:00 -05:00
<Compile Include="IServerApplicationHost.cs" />
2013-02-24 16:53:54 -05:00
<Compile Include="IServerApplicationPaths.cs" />
2013-04-27 09:05:33 -04:00
<Compile Include="Library\SearchHintInfo.cs" />
<Compile Include="Providers\IProviderManager.cs" />
2014-02-20 11:37:41 -05: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-20 20:33:05 -05: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 01:28:57 -05:00
<Compile Include="Plugins\IPluginConfigurationPage.cs" />
<Compile Include="Plugins\IServerEntryPoint.cs" />
2013-02-22 19:44:20 -05:00
<Compile Include="Providers\IImageEnhancer.cs" />
2014-02-19 00:21:03 -05:00
<Compile Include="Providers\ProviderRefreshStatus.cs" />
<Compile Include="Resolvers\IResolverIgnoreRule.cs" />
<Compile Include="Resolvers\ResolverPriority.cs" />
<Compile Include="Library\TVUtils.cs" />
2013-02-20 20:33:05 -05:00
<Compile Include="Library\ItemResolveArgs.cs" />
<Compile Include="IO\FileData.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
2013-10-02 15:08:58 -04:00
<Compile Include="Session\ISessionController.cs" />
<Compile Include="Session\ISessionControllerFactory.cs" />
2014-04-06 13:53:23 -04:00
<Compile Include="Session\SessionEventArgs.cs" />
2013-05-09 18:43:11 -04:00
<Compile Include="Session\SessionInfo.cs" />
2013-03-09 23:22:36 -05:00
<Compile Include="Sorting\IBaseItemComparer.cs" />
<Compile Include="Sorting\IUserBaseItemComparer.cs" />
2014-01-13 11:25:18 -05:00
<Compile Include="Sorting\SortExtensions.cs" />
2014-08-10 18:13:17 -04:00
<Compile Include="Subtitles\SubtitleDownloadEventArgs.cs" />
2014-05-11 18:38:10 -04:00
<Compile Include="Subtitles\SubtitleResponse.cs" />
<Compile Include="Subtitles\SubtitleSearchRequest.cs" />
2015-03-28 01:07:29 -04:00
<Compile Include="Sync\IHasDynamicAccess.cs" />
2015-04-05 11:01:57 -04:00
<Compile Include="Sync\IRemoteSyncProvider.cs" />
2015-02-05 00:29:37 -05:00
<Compile Include="Sync\IServerSyncProvider.cs" />
2015-02-28 08:42:47 -05:00
<Compile Include="Sync\ISyncDataProvider.cs" />
2014-07-15 00:12:26 -04:00
<Compile Include="Sync\ISyncManager.cs" />
2014-07-21 21:29:06 -04:00
<Compile Include="Sync\ISyncProvider.cs" />
2014-07-26 13:30:15 -04:00
<Compile Include="Sync\ISyncRepository.cs" />
2015-03-28 01:07:29 -04:00
<Compile Include="Sync\SyncedFileInfo.cs" />
2015-06-02 13:46:44 -04:00
<Compile Include="Sync\SyncedItemProgress.cs" />
<Compile Include="TV\ITVSeriesManager.cs" />
2013-02-20 20:33:05 -05:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 17:06:21 -04:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-20 20:33:05 -05:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 17:06:21 -04:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-20 20:33:05 -05:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2016-10-25 15:02:04 -04:00
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2013-02-20 20:33:05 -05:00
<PropertyGroup>
2014-11-07 11:28:15 -05:00
<PostBuildEvent />
2013-02-20 20:33:05 -05:00
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
2014-11-05 14:28:41 -05:00
<PropertyGroup>
<PostBuildEvent />
</PropertyGroup>
2013-02-20 20:33:05 -05: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-10 18:13:17 -04:00
</Project>