2013-02-21 01:33:05 +00:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<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 > {7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > MediaBrowser.Model</RootNamespace>
<AssemblyName > MediaBrowser.Model</AssemblyName>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
2013-12-11 19:54:33 +00:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2015-09-13 21:32:02 +00:00
<ReleaseVersion >
</ReleaseVersion>
2013-02-21 01:33:05 +00: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>
2013-07-27 13:45:46 +00:00
<PlatformTarget > AnyCPU</PlatformTarget>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2013-12-11 19:54:33 +00:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' " >
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release Mono\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup >
<RunPostBuildEvent > Always</RunPostBuildEvent>
</PropertyGroup>
2014-06-14 18:24:20 +00:00
<PropertyGroup >
<AssemblyOriginatorKeyFile > MediaBrowser.Model.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
2013-02-21 01:33:05 +00:00
<ItemGroup >
2013-02-22 07:17:50 +00:00
<Compile Include= "..\SharedVersion.cs" >
<Link > Properties\SharedVersion.cs</Link>
</Compile>
2014-08-10 22:13:17 +00:00
<Compile Include= "Activity\ActivityLogEntry.cs" />
2014-10-28 23:17:55 +00:00
<Compile Include= "ApiClient\ApiHelpers.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "ApiClient\ConnectionMode.cs" />
2014-10-03 03:48:59 +00:00
<Compile Include= "ApiClient\ConnectionResult.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "ApiClient\ConnectionState.cs" />
2015-06-10 13:37:07 +00:00
<Compile Include= "ApiClient\ConnectSignupResponse.cs" />
2013-07-09 02:38:18 +00:00
<Compile Include= "ApiClient\HttpResponseEventArgs.cs" />
2013-06-03 00:21:35 +00:00
<Compile Include= "ApiClient\IApiClient.cs" />
2013-08-12 19:13:36 +00:00
<Compile Include= "ApiClient\ApiClientExtensions.cs" />
2014-10-13 20:14:53 +00:00
<Compile Include= "ApiClient\IClientWebSocket.cs" />
2014-10-03 03:48:59 +00:00
<Compile Include= "ApiClient\IConnectionManager.cs" />
2014-10-11 20:38:13 +00:00
<Compile Include= "ApiClient\IDevice.cs" />
2013-10-09 00:14:42 +00:00
<Compile Include= "ApiClient\IServerEvents.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "ApiClient\GeneralCommandEventArgs.cs" />
2015-02-16 00:33:06 +00:00
<Compile Include= "ApiClient\NetworkStatus.cs" />
2014-10-28 23:17:55 +00:00
<Compile Include= "ApiClient\RemoteLogoutReason.cs" />
2014-10-17 04:52:41 +00:00
<Compile Include= "ApiClient\ServerCredentials.cs" />
2014-07-27 22:01:29 +00:00
<Compile Include= "ApiClient\ServerDiscoveryInfo.cs" />
2014-10-03 03:48:59 +00:00
<Compile Include= "ApiClient\ServerInfo.cs" />
2015-01-30 05:18:32 +00:00
<Compile Include= "ApiClient\ServerUserInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "ApiClient\SessionUpdatesEventArgs.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "ApiClient\WakeOnLanInfo.cs" />
2014-07-04 02:22:57 +00:00
<Compile Include= "Branding\BrandingOptions.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Channels\AllChannelMediaQuery.cs" />
2014-05-23 23:58:28 +00:00
<Compile Include= "Channels\ChannelFeatures.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Channels\ChannelFolderType.cs" />
2014-05-19 19:51:56 +00:00
<Compile Include= "Channels\ChannelInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Channels\ChannelItemQuery.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Channels\ChannelItemSortField.cs" />
2014-05-19 19:51:56 +00:00
<Compile Include= "Channels\ChannelMediaContentType.cs" />
<Compile Include= "Channels\ChannelMediaType.cs" />
2014-03-18 01:45:41 +00:00
<Compile Include= "Channels\ChannelQuery.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Chapters\ChapterProviderInfo.cs" />
2014-05-11 22:38:10 +00:00
<Compile Include= "Chapters\RemoteChapterInfo.cs" />
<Compile Include= "Chapters\RemoteChapterResult.cs" />
2014-08-02 02:34:45 +00:00
<Compile Include= "Collections\CollectionCreationResult.cs" />
2014-10-15 00:05:09 +00:00
<Compile Include= "Configuration\AccessSchedule.cs" />
2015-06-14 17:55:42 +00:00
<Compile Include= "Configuration\AutoOnOff.cs" />
2014-06-29 17:35:05 +00:00
<Compile Include= "Configuration\ChannelOptions.cs" />
<Compile Include= "Configuration\ChapterOptions.cs" />
2014-09-22 21:56:54 +00:00
<Compile Include= "Configuration\CinemaModeConfiguration.cs" />
2014-12-21 19:40:37 +00:00
<Compile Include= "Configuration\EncodingOptions.cs" />
2015-01-18 05:45:10 +00:00
<Compile Include= "Configuration\FanartOptions.cs" />
2014-10-09 22:22:04 +00:00
<Compile Include= "Configuration\MetadataConfiguration.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Configuration\PeopleMetadataOptions.cs" />
2015-01-18 05:45:10 +00:00
<Compile Include= "Configuration\TheMovieDbOptions.cs" />
<Compile Include= "Configuration\TvdbOptions.cs" />
2014-06-30 03:04:50 +00:00
<Compile Include= "Configuration\XbmcMetadataOptions.cs" />
2014-06-29 17:35:05 +00:00
<Compile Include= "Configuration\SubtitlePlaybackMode.cs" />
2014-10-18 19:02:54 +00:00
<Compile Include= "Connect\ConnectAuthenticationExchangeResult.cs" />
2014-10-15 00:05:09 +00:00
<Compile Include= "Connect\ConnectAuthenticationResult.cs" />
2014-10-13 20:14:53 +00:00
<Compile Include= "Connect\ConnectAuthorization.cs" />
2014-10-31 04:57:24 +00:00
<Compile Include= "Connect\ConnectAuthorizationRequest.cs" />
2014-12-16 05:01:57 +00:00
<Compile Include= "ApiClient\ConnectionOptions.cs" />
2014-10-31 04:57:24 +00:00
<Compile Include= "Connect\ConnectPassword.cs" />
2014-10-15 00:05:09 +00:00
<Compile Include= "Connect\ConnectUser.cs" />
<Compile Include= "Connect\ConnectUserQuery.cs" />
2014-10-16 03:26:39 +00:00
<Compile Include= "Connect\ConnectUserServer.cs" />
2014-10-15 00:05:09 +00:00
<Compile Include= "Connect\PinCreationResult.cs" />
<Compile Include= "Connect\PinExchangeResult.cs" />
<Compile Include= "Connect\PinStatusResult.cs" />
2014-09-14 18:47:48 +00:00
<Compile Include= "Connect\UserLinkType.cs" />
2014-10-13 20:14:53 +00:00
<Compile Include= "Devices\DeviceOptions.cs" />
2014-12-13 03:56:30 +00:00
<Compile Include= "Devices\DeviceQuery.cs" />
2014-10-11 20:38:13 +00:00
<Compile Include= "Devices\LocalFileInfo.cs" />
<Compile Include= "Devices\DeviceInfo.cs" />
<Compile Include= "Devices\DevicesOptions.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Dlna\EncodingContext.cs" />
2015-03-12 06:06:57 +00:00
<Compile Include= "Dlna\ILocalPlayer.cs" />
2015-03-26 20:31:57 +00:00
<Compile Include= "Dlna\StreamInfoSorter.cs" />
2015-03-12 06:06:57 +00:00
<Compile Include= "Dlna\NullLocalPlayer.cs" />
2015-03-02 18:48:21 +00:00
<Compile Include= "Dlna\PlaybackErrorCode.cs" />
<Compile Include= "Dlna\PlaybackException.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Dlna\ResolutionConfiguration.cs" />
2014-10-06 23:58:46 +00:00
<Compile Include= "Dlna\ResolutionNormalizer.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Dlna\ResolutionOptions.cs" />
<Compile Include= "Dlna\SubtitleDeliveryMethod.cs" />
<Compile Include= "Dlna\SubtitleStreamInfo.cs" />
2014-08-28 01:27:46 +00:00
<Compile Include= "Drawing\ImageOrientation.cs" />
2014-10-24 04:54:35 +00:00
<Compile Include= "Dto\IHasServerId.cs" />
2015-04-12 18:58:21 +00:00
<Compile Include= "Dto\IHasSyncInfo.cs" />
2015-04-19 00:05:36 +00:00
<Compile Include= "Dto\ItemLayout.cs" />
2014-12-21 05:57:06 +00:00
<Compile Include= "Dto\MetadataEditorInfo.cs" />
2015-03-13 15:54:20 +00:00
<Compile Include= "Dto\NameIdPair.cs" />
2014-12-21 18:58:17 +00:00
<Compile Include= "Dto\NameValuePair.cs" />
2015-09-23 04:12:46 +00:00
<Compile Include= "FileOrganization\SmartMatchInfo.cs" />
2015-03-29 16:45:16 +00:00
<Compile Include= "MediaInfo\LiveStreamRequest.cs" />
<Compile Include= "MediaInfo\LiveStreamResponse.cs" />
2015-03-26 16:58:02 +00:00
<Compile Include= "MediaInfo\PlaybackInfoRequest.cs" />
<Compile Include= "MediaInfo\PlaybackInfoResponse.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Dto\MediaSourceType.cs" />
2014-10-16 03:26:39 +00:00
<Compile Include= "Configuration\DynamicDayOfWeek.cs" />
2014-09-22 21:56:54 +00:00
<Compile Include= "Entities\ExtraType.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Entities\TrailerType.cs" />
<Compile Include= "Extensions\BoolHelper.cs" />
<Compile Include= "Extensions\FloatHelper.cs" />
2014-07-31 02:09:23 +00:00
<Compile Include= "FileOrganization\AutoOrganizeOptions.cs" />
<Compile Include= "FileOrganization\TvFileOrganizationOptions.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Configuration\BaseApplicationConfiguration.cs" />
2014-03-10 17:38:53 +00:00
<Compile Include= "Configuration\DlnaOptions.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Configuration\ImageOption.cs" />
<Compile Include= "Configuration\ImageSavingConvention.cs" />
2014-07-31 02:09:23 +00:00
<Compile Include= "LiveTv\LiveTvOptions.cs" />
2014-02-02 13:36:31 +00:00
<Compile Include= "Configuration\MetadataPlugin.cs" />
<Compile Include= "Configuration\MetadataOptions.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Configuration\MetadataPluginSummary.cs" />
<Compile Include= "Configuration\MetadataPluginType.cs" />
2014-07-17 03:17:14 +00:00
<Compile Include= "Dlna\SubtitleProfile.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "MediaInfo\MediaProtocol.cs" />
2015-07-20 03:43:13 +00:00
<Compile Include= "MediaInfo\SubtitleTrackEvent.cs" />
<Compile Include= "MediaInfo\SubtitleTrackInfo.cs" />
2016-01-09 21:27:30 +00:00
<Compile Include= "Net\EndPointInfo.cs" />
2014-12-26 17:45:06 +00:00
<Compile Include= "Net\HttpResponse.cs" />
<Compile Include= "Net\MimeTypes.cs" />
2014-07-02 18:34:08 +00:00
<Compile Include= "Notifications\NotificationOption.cs" />
<Compile Include= "Notifications\NotificationOptions.cs" />
<Compile Include= "Notifications\NotificationType.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Configuration\PathSubstitution.cs" />
2014-07-02 18:34:08 +00:00
<Compile Include= "Notifications\SendToUserType.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Configuration\ServerConfiguration.cs" />
2014-08-21 15:55:35 +00:00
<Compile Include= "Playlists\PlaylistCreationRequest.cs" />
<Compile Include= "Playlists\PlaylistItemQuery.cs" />
2014-08-10 22:13:17 +00:00
<Compile Include= "Providers\SubtitleOptions.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Configuration\UnratedItem.cs" />
<Compile Include= "Dlna\AudioOptions.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\CodecProfile.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\CodecType.cs" />
2014-04-24 05:08:10 +00:00
<Compile Include= "Dlna\ConditionProcessor.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\ContainerProfile.cs" />
2014-04-23 02:47:46 +00:00
<Compile Include= "Dlna\ContentFeatureBuilder.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\DeviceIdentification.cs" />
<Compile Include= "Dlna\DeviceProfile.cs" />
2014-03-26 15:06:48 +00:00
<Compile Include= "Dlna\DeviceProfileInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\DeviceProfileType.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\DirectPlayProfile.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\DlnaFlags.cs" />
2014-04-18 05:03:01 +00:00
<Compile Include= "Dlna\DlnaMaps.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\DlnaProfileType.cs" />
<Compile Include= "Dlna\HeaderMatchType.cs" />
<Compile Include= "Dlna\HttpHeaderInfo.cs" />
2014-04-18 05:03:01 +00:00
<Compile Include= "Dlna\MediaFormatProfile.cs" />
<Compile Include= "Dlna\MediaFormatProfileResolver.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\ProfileCondition.cs" />
<Compile Include= "Dlna\ProfileConditionType.cs" />
<Compile Include= "Dlna\ProfileConditionValue.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\ResponseProfile.cs" />
2014-04-20 05:21:08 +00:00
<Compile Include= "Dlna\SearchCriteria.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\SearchType.cs" />
2014-04-20 05:21:08 +00:00
<Compile Include= "Dlna\SortCriteria.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\StreamBuilder.cs" />
<Compile Include= "Dlna\StreamInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\TranscodeSeekInfo.cs" />
2014-04-01 22:23:07 +00:00
<Compile Include= "Dlna\TranscodingProfile.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dlna\VideoOptions.cs" />
<Compile Include= "Dlna\XmlAttribute.cs" />
2014-11-29 19:51:30 +00:00
<Compile Include= "Drawing\ImageFormat.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Drawing\ImageSize.cs" />
2013-02-21 17:56:21 +00:00
<Compile Include= "Dto\BaseItemPerson.cs" />
<Compile Include= "Dto\ChapterInfoDto.cs" />
2013-09-21 21:00:04 +00:00
<Compile Include= "Dto\GameSystemSummary.cs" />
2013-03-08 16:40:01 +00:00
<Compile Include= "Dto\IItemDto.cs" />
2014-06-02 19:32:41 +00:00
<Compile Include= "Dto\ImageByNameInfo.cs" />
2013-05-05 04:49:49 +00:00
<Compile Include= "Dto\ImageInfo.cs" />
2013-04-17 05:36:56 +00:00
<Compile Include= "Dto\ItemByNameCounts.cs" />
2013-05-14 05:36:36 +00:00
<Compile Include= "Dto\ItemCounts.cs" />
2013-10-06 03:03:08 +00:00
<Compile Include= "Dto\ItemIndex.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dto\RatingType.cs" />
2014-03-12 02:11:01 +00:00
<Compile Include= "Dto\RecommendationDto.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Dto\MediaSourceInfo.cs" />
<Compile Include= "Dto\RecommendationType.cs" />
<Compile Include= "Dto\SubtitleDownloadOptions.cs" />
<Compile Include= "Entities\IsoType.cs" />
2015-04-05 15:01:57 +00:00
<Compile Include= "MediaInfo\MediaInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Entities\MediaStreamType.cs" />
2013-11-07 17:27:05 +00:00
<Compile Include= "Entities\PackageReviewInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Entities\ProviderIdsExtensions.cs" />
<Compile Include= "Entities\ScrollDirection.cs" />
<Compile Include= "Entities\SortOrder.cs" />
<Compile Include= "Entities\VideoSize.cs" />
2014-05-08 20:09:53 +00:00
<Compile Include= "Events\GenericEventArgs.cs" />
2014-06-01 04:11:04 +00:00
<Compile Include= "Extensions\DoubleHelper.cs" />
2014-06-29 19:59:52 +00:00
<Compile Include= "Extensions\IHasPropertyChangedEvent.cs" />
2014-06-01 04:11:04 +00:00
<Compile Include= "Extensions\IntHelper.cs" />
2014-06-05 02:32:40 +00:00
<Compile Include= "Extensions\ListHelper.cs" />
2014-06-01 04:11:04 +00:00
<Compile Include= "Extensions\StringHelper.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "FileOrganization\EpisodeFileOrganizationRequest.cs" />
2014-01-20 16:09:53 +00:00
<Compile Include= "FileOrganization\FileOrganizationResult.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "FileOrganization\FileOrganizationResultQuery.cs" />
<Compile Include= "FileOrganization\FileOrganizerType.cs" />
<Compile Include= "FileOrganization\FileSortingStatus.cs" />
<Compile Include= "Globalization\LocalizatonOption.cs" />
<Compile Include= "IO\FileSystemEntryType.cs" />
2014-02-21 05:35:56 +00:00
<Compile Include= "Library\PlayAccess.cs" />
2014-06-07 19:46:24 +00:00
<Compile Include= "Library\UserViewQuery.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "LiveTv\BaseTimerInfoDto.cs" />
2013-11-24 20:51:45 +00:00
<Compile Include= "LiveTv\ChannelInfoDto.cs" />
2014-05-31 15:13:07 +00:00
<Compile Include= "LiveTv\LiveTvChannelQuery.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "LiveTv\DayPattern.cs" />
<Compile Include= "LiveTv\GuideInfo.cs" />
<Compile Include= "LiveTv\LiveTvInfo.cs" />
<Compile Include= "LiveTv\LiveTvServiceStatus.cs" />
<Compile Include= "LiveTv\LiveTvTunerInfoDto.cs" />
<Compile Include= "LiveTv\LiveTvTunerStatus.cs" />
<Compile Include= "LiveTv\ProgramAudio.cs" />
2013-11-25 16:15:31 +00:00
<Compile Include= "LiveTv\ProgramQuery.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "LiveTv\RecommendedProgramQuery.cs" />
<Compile Include= "LiveTv\RecordingGroupQuery.cs" />
2013-11-15 21:31:44 +00:00
<Compile Include= "LiveTv\RecordingQuery.cs" />
2013-11-26 02:53:48 +00:00
<Compile Include= "LiveTv\RecordingStatus.cs" />
2013-12-15 01:17:57 +00:00
<Compile Include= "LiveTv\SeriesTimerInfoDto.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "LiveTv\SeriesTimerQuery.cs" />
2013-11-27 19:04:19 +00:00
<Compile Include= "LiveTv\TimerInfoDto.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "LiveTv\TimerQuery.cs" />
2014-01-20 16:09:53 +00:00
<Compile Include= "Logging\NullLogger.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "MediaInfo\AudioCodec.cs" />
<Compile Include= "MediaInfo\Container.cs" />
<Compile Include= "MediaInfo\SubtitleFormat.cs" />
<Compile Include= "MediaInfo\TransportStreamTimestamp.cs" />
<Compile Include= "MediaInfo\VideoCodec.cs" />
2014-01-18 21:52:01 +00:00
<Compile Include= "News\NewsItem.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "News\NewsQuery.cs" />
<Compile Include= "Notifications\NotificationRequest.cs" />
<Compile Include= "Notifications\NotificationServiceInfo.cs" />
<Compile Include= "Notifications\NotificationTypeInfo.cs" />
2014-08-02 02:34:45 +00:00
<Compile Include= "Playlists\PlaylistCreationResult.cs" />
2014-02-21 18:48:15 +00:00
<Compile Include= "Providers\ExternalIdInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Providers\ExternalUrl.cs" />
2013-11-05 15:38:59 +00:00
<Compile Include= "Providers\ImageProviderInfo.cs" />
2013-10-30 21:33:27 +00:00
<Compile Include= "Providers\RemoteImageInfo.cs" />
2013-05-04 18:18:40 +00:00
<Compile Include= "Dto\StudioDto.cs" />
2013-07-12 19:56:40 +00:00
<Compile Include= "Entities\CollectionType.cs" />
2013-04-25 00:58:56 +00:00
<Compile Include= "Entities\ItemReview.cs" />
2013-06-27 16:36:41 +00:00
<Compile Include= "Entities\MediaUrl.cs" />
2013-06-09 14:15:59 +00:00
<Compile Include= "Entities\MetadataFields.cs" />
2013-10-02 17:23:10 +00:00
<Compile Include= "Entities\UserDataSaveReason.cs" />
2013-06-25 18:10:39 +00:00
<Compile Include= "Entities\Video3DFormat.cs" />
2013-10-02 15:32:11 +00:00
<Compile Include= "Games\GameSystem.cs" />
2013-08-10 01:16:31 +00:00
<Compile Include= "IO\IIsoManager.cs" />
<Compile Include= "IO\IIsoMount.cs" />
<Compile Include= "IO\IIsoMounter.cs" />
2014-06-01 04:11:04 +00:00
<Compile Include= "LiveTv\ChannelType.cs" />
2013-09-26 15:48:14 +00:00
<Compile Include= "LiveTv\LiveTvServiceInfo.cs" />
2013-03-26 04:33:47 +00:00
<Compile Include= "Net\WebSocketMessage.cs" />
2013-03-26 03:01:47 +00:00
<Compile Include= "Net\WebSocketMessageType.cs" />
<Compile Include= "Net\WebSocketState.cs" />
2013-07-06 21:23:32 +00:00
<Compile Include= "Notifications\Notification.cs" />
<Compile Include= "Notifications\NotificationLevel.cs" />
<Compile Include= "Notifications\NotificationQuery.cs" />
<Compile Include= "Notifications\NotificationResult.cs" />
<Compile Include= "Notifications\NotificationsSummary.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Providers\RemoteImageQuery.cs" />
2013-10-31 21:03:24 +00:00
<Compile Include= "Providers\RemoteImageResult.cs" />
2014-02-20 04:53:15 +00:00
<Compile Include= "Providers\RemoteSearchResult.cs" />
2014-05-07 02:28:19 +00:00
<Compile Include= "Providers\RemoteSubtitleInfo.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Providers\SubtitleProviderInfo.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Querying\AllThemeMediaResult.cs" />
2013-04-24 14:30:12 +00:00
<Compile Include= "Querying\ArtistsQuery.cs" />
2013-11-22 15:33:14 +00:00
<Compile Include= "Querying\EpisodeQuery.cs" />
2013-10-21 03:01:22 +00:00
<Compile Include= "Querying\ItemCountsQuery.cs" />
2013-03-10 05:36:39 +00:00
<Compile Include= "Querying\ItemsByNameQuery.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Entities\BaseItemInfo.cs" />
2014-08-14 13:24:30 +00:00
<Compile Include= "Querying\LatestItemsQuery.cs" />
2015-03-11 01:43:07 +00:00
<Compile Include= "Querying\MovieRecommendationQuery.cs" />
2013-06-17 01:48:55 +00:00
<Compile Include= "Querying\NextUpQuery.cs" />
2014-11-09 18:24:57 +00:00
<Compile Include= "Querying\QueryFilters.cs" />
2013-11-25 20:39:23 +00:00
<Compile Include= "Querying\QueryResult.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Querying\SeasonQuery.cs" />
2013-09-19 20:03:14 +00:00
<Compile Include= "Querying\SessionQuery.cs" />
2013-06-04 02:02:49 +00:00
<Compile Include= "Querying\SimilarItemsQuery.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Querying\UpcomingEpisodesQuery.cs" />
2013-07-09 16:11:16 +00:00
<Compile Include= "Querying\UserQuery.cs" />
2015-03-11 03:25:05 +00:00
<Compile Include= "Registration\RegistrationInfo.cs" />
2014-01-07 20:12:39 +00:00
<Compile Include= "Search\SearchQuery.cs" />
2013-05-09 22:43:11 +00:00
<Compile Include= "Session\BrowseRequest.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Session\ClientCapabilities.cs" />
2014-03-31 21:04:22 +00:00
<Compile Include= "Session\GeneralCommand.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Session\GeneralCommandType.cs" />
2013-08-28 04:16:21 +00:00
<Compile Include= "Session\MessageCommand.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Session\PlaybackProgressInfo.cs" />
<Compile Include= "Session\PlaybackStartInfo.cs" />
<Compile Include= "Session\PlaybackStopInfo.cs" />
<Compile Include= "Session\PlayCommand.cs" />
<Compile Include= "Session\PlayerStateInfo.cs" />
<Compile Include= "Session\PlayMethod.cs" />
2013-05-09 22:43:11 +00:00
<Compile Include= "Session\PlayRequest.cs" />
2013-07-09 16:11:16 +00:00
<Compile Include= "Session\PlaystateCommand.cs" />
2013-02-26 17:21:18 +00:00
<Compile Include= "Logging\ILogManager.cs" />
2013-02-21 06:38:23 +00:00
<Compile Include= "MediaInfo\BlurayDiscInfo.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Entities\ChapterInfo.cs" />
<Compile Include= "Entities\LocationType.cs" />
<Compile Include= "Entities\MBRegistrationRecord.cs" />
<Compile Include= "Entities\MediaType.cs" />
<Compile Include= "Entities\PersonType.cs" />
<Compile Include= "Entities\PluginSecurityInfo.cs" />
<Compile Include= "Globalization\CountryInfo.cs" />
<Compile Include= "Globalization\CultureDto.cs" />
<Compile Include= "IO\FileSystemEntryInfo.cs" />
2013-02-21 17:56:21 +00:00
<Compile Include= "Dto\ImageOptions.cs" />
2013-03-10 05:36:39 +00:00
<Compile Include= "Querying\ItemFilter.cs" />
<Compile Include= "Querying\ItemQuery.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Entities\LibraryUpdateInfo.cs" />
<Compile Include= "Entities\ParentalRating.cs" />
<Compile Include= "Entities\VirtualFolderInfo.cs" />
2013-02-21 05:00:56 +00:00
<Compile Include= "IO\IZipClient.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Logging\ILogger.cs" />
<Compile Include= "Logging\LogSeverity.cs" />
2013-02-21 06:38:23 +00:00
<Compile Include= "MediaInfo\IBlurayExaminer.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Net\HttpException.cs" />
2013-02-23 17:54:51 +00:00
<Compile Include= "Net\NetworkShare.cs" />
<Compile Include= "Net\NetworkShareType.cs" />
2013-04-24 14:30:12 +00:00
<Compile Include= "Querying\PersonsQuery.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Querying\ThemeMediaResult.cs" />
2013-04-27 13:05:33 +00:00
<Compile Include= "Search\SearchHint.cs" />
2013-04-26 19:20:53 +00:00
<Compile Include= "Search\SearchHintResult.cs" />
2013-02-24 21:53:54 +00:00
<Compile Include= "Serialization\IJsonSerializer.cs" />
<Compile Include= "Serialization\IXmlSerializer.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Session\PlaystateRequest.cs" />
2013-05-09 22:43:11 +00:00
<Compile Include= "Session\SessionInfoDto.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Session\SessionUserInfo.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "Session\TranscodingInfo.cs" />
2013-10-03 18:02:23 +00:00
<Compile Include= "Session\UserDataChangeInfo.cs" />
2014-10-11 20:38:13 +00:00
<Compile Include= "Devices\ContentUploadHistory.cs" />
2015-06-30 23:59:45 +00:00
<Compile Include= "Social\SocialShareInfo.cs" />
2015-02-05 03:01:37 +00:00
<Compile Include= "Sync\CompleteSyncJobInfo.cs" />
2014-12-27 06:24:46 +00:00
<Compile Include= "Sync\DeviceFileInfo.cs" />
2014-12-26 17:45:06 +00:00
<Compile Include= "Sync\ItemFIleInfo.cs" />
<Compile Include= "Sync\ItemFileType.cs" />
2014-12-28 17:59:40 +00:00
<Compile Include= "Sync\LocalItem.cs" />
2015-03-03 18:48:47 +00:00
<Compile Include= "Sync\LocalItemInfo.cs" />
<Compile Include= "Sync\LocalItemQuery.cs" />
2014-12-16 05:01:57 +00:00
<Compile Include= "Sync\SyncCategory.cs" />
2014-12-29 05:56:55 +00:00
<Compile Include= "Sync\SyncDataRequest.cs" />
<Compile Include= "Sync\SyncDataResponse.cs" />
2014-12-17 05:30:31 +00:00
<Compile Include= "Sync\SyncDialogOptions.cs" />
2014-12-26 17:45:06 +00:00
<Compile Include= "Sync\SyncedItem.cs" />
2014-07-15 04:12:26 +00:00
<Compile Include= "Sync\SyncJob.cs" />
2014-07-26 17:30:15 +00:00
<Compile Include= "Sync\SyncJobCreationResult.cs" />
<Compile Include= "Sync\SyncJobItem.cs" />
2014-12-13 03:56:30 +00:00
<Compile Include= "Sync\SyncJobItemQuery.cs" />
<Compile Include= "Sync\SyncJobItemStatus.cs" />
2014-07-15 04:12:26 +00:00
<Compile Include= "Sync\SyncJobQuery.cs" />
<Compile Include= "Sync\SyncJobRequest.cs" />
<Compile Include= "Sync\SyncJobStatus.cs" />
2014-12-15 05:16:23 +00:00
<Compile Include= "Sync\SyncOptions.cs" />
2015-01-17 04:29:53 +00:00
<Compile Include= "Sync\SyncParameter.cs" />
2015-03-15 04:17:35 +00:00
<Compile Include= "Sync\SyncProfileOption.cs" />
2015-03-07 22:43:53 +00:00
<Compile Include= "Sync\SyncQualityOption.cs" />
2014-07-22 01:29:06 +00:00
<Compile Include= "Sync\SyncTarget.cs" />
2014-07-04 02:22:57 +00:00
<Compile Include= "System\LogFile.cs" />
2014-10-08 23:31:44 +00:00
<Compile Include= "System\PublicSystemInfo.cs" />
2013-02-22 04:23:06 +00:00
<Compile Include= "Updates\CheckForUpdateResult.cs" />
2013-04-03 18:18:36 +00:00
<Compile Include= "Updates\PackageTargetSystem.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Updates\InstallationInfo.cs" />
<Compile Include= "Updates\PackageType.cs" />
<Compile Include= "Updates\PackageVersionClass.cs" />
2014-05-08 20:26:20 +00:00
<Compile Include= "Entities\EmptyRequestResult.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Configuration\UserConfiguration.cs" />
<Compile Include= "Drawing\DrawingUtils.cs" />
2013-02-21 17:56:21 +00:00
<Compile Include= "Dto\UserItemDataDto.cs" />
2013-03-10 05:36:39 +00:00
<Compile Include= "Querying\ItemFields.cs" />
<Compile Include= "Querying\ItemSortBy.cs" />
2013-02-21 17:56:21 +00:00
<Compile Include= "Dto\BaseItemDto.cs" />
<Compile Include= "Dto\UserDto.cs" />
2013-03-10 05:36:39 +00:00
<Compile Include= "Querying\ItemsResult.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include= "Entities\DisplayPreferences.cs" />
<Compile Include= "Entities\ImageType.cs" />
<Compile Include= "Entities\IHasProviderIds.cs" />
<Compile Include= "Entities\MetadataProviders.cs" />
<Compile Include= "Entities\SeriesStatus.cs" />
<Compile Include= "Entities\MediaStream.cs" />
<Compile Include= "Entities\VideoType.cs" />
<Compile Include= "Plugins\BasePluginConfiguration.cs" />
<Compile Include= "Plugins\PluginInfo.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "System\SystemInfo.cs" />
<Compile Include= "Tasks\SystemEvent.cs" />
<Compile Include= "Tasks\TaskCompletionStatus.cs" />
<Compile Include= "Tasks\TaskResult.cs" />
<Compile Include= "Tasks\TaskInfo.cs" />
<Compile Include= "Tasks\TaskState.cs" />
<Compile Include= "Tasks\TaskTriggerInfo.cs" />
<Compile Include= "Updates\PackageInfo.cs" />
<Compile Include= "Updates\PackageVersionInfo.cs" />
2013-07-08 16:13:21 +00:00
<Compile Include= "Users\AuthenticationResult.cs" />
2014-11-09 03:18:14 +00:00
<Compile Include= "Users\ForgotPasswordAction.cs" />
<Compile Include= "Users\ForgotPasswordResult.cs" />
<Compile Include= "Users\PinRedeemResult.cs" />
2014-12-26 17:45:06 +00:00
<Compile Include= "Users\UserAction.cs" />
<Compile Include= "Users\UserActionType.cs" />
2014-11-30 19:01:33 +00:00
<Compile Include= "Users\UserPolicy.cs" />
2016-02-22 16:22:02 +00:00
<None Include= "FodyWeavers.xml" />
2014-06-14 18:24:20 +00:00
<None Include= "MediaBrowser.Model.snk" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup >
2013-07-27 13:45:46 +00:00
<Reference Include= "Microsoft.CSharp" />
2016-02-22 00:20:08 +00:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Runtime.Serialization" />
2015-09-13 21:32:02 +00:00
<Reference Include= "System.Xml" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
2013-07-27 13:45:46 +00:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2013-02-21 01:33:05 +00:00
<PropertyGroup >
2014-11-07 16:28:15 +00:00
<PostBuildEvent />
2013-02-21 01:33:05 +00:00
</PropertyGroup>
2014-11-05 19:28:41 +00:00
<PropertyGroup >
<PostBuildEvent />
</PropertyGroup>
2016-02-25 04:15:52 +00:00
<Import Project= "..\packages\Fody.1.29.2\build\dotnet\Fody.targets" Condition= "Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
</PropertyGroup>
<Error Condition= "!Exists('..\packages\Fody.1.29.2\build\dotnet\Fody.targets')" Text= "$([System.String]::Format('$(ErrorText)', '..\packages\Fody.1.29.2\build\dotnet\Fody.targets'))" />
</Target>
2013-02-21 01:33:05 +00: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 22:13:17 +00:00
</Project>