2013-02-20 18:33:05 -07: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 12:54:33 -07:00
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
2015-09-13 14:32:02 -07:00
<ReleaseVersion >
</ReleaseVersion>
2013-02-20 18:33:05 -07: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 06:45:46 -07:00
<PlatformTarget > AnyCPU</PlatformTarget>
2013-02-20 18:33:05 -07: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 12:54:33 -07: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-20 18:33:05 -07:00
</PropertyGroup>
<PropertyGroup >
<RunPostBuildEvent > Always</RunPostBuildEvent>
</PropertyGroup>
2014-06-14 11:24:20 -07:00
<PropertyGroup >
<AssemblyOriginatorKeyFile > MediaBrowser.Model.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
2013-02-20 18:33:05 -07:00
<ItemGroup >
2013-02-22 00:17:50 -07:00
<Compile Include= "..\SharedVersion.cs" >
<Link > Properties\SharedVersion.cs</Link>
</Compile>
2014-08-10 15:13:17 -07:00
<Compile Include= "Activity\ActivityLogEntry.cs" />
2014-10-28 16:17:55 -07:00
<Compile Include= "ApiClient\ApiHelpers.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "ApiClient\ConnectionMode.cs" />
2014-10-02 20:48:59 -07:00
<Compile Include= "ApiClient\ConnectionResult.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "ApiClient\ConnectionState.cs" />
2015-06-10 06:37:07 -07:00
<Compile Include= "ApiClient\ConnectSignupResponse.cs" />
2013-07-08 19:38:18 -07:00
<Compile Include= "ApiClient\HttpResponseEventArgs.cs" />
2013-06-02 17:21:35 -07:00
<Compile Include= "ApiClient\IApiClient.cs" />
2013-08-12 12:13:36 -07:00
<Compile Include= "ApiClient\ApiClientExtensions.cs" />
2014-10-13 13:14:53 -07:00
<Compile Include= "ApiClient\IClientWebSocket.cs" />
2014-10-02 20:48:59 -07:00
<Compile Include= "ApiClient\IConnectionManager.cs" />
2014-10-11 13:38:13 -07:00
<Compile Include= "ApiClient\IDevice.cs" />
2013-10-08 17:14:42 -07:00
<Compile Include= "ApiClient\IServerEvents.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "ApiClient\GeneralCommandEventArgs.cs" />
2015-02-15 17:33:06 -07:00
<Compile Include= "ApiClient\NetworkStatus.cs" />
2014-10-28 16:17:55 -07:00
<Compile Include= "ApiClient\RemoteLogoutReason.cs" />
2014-10-16 21:52:41 -07:00
<Compile Include= "ApiClient\ServerCredentials.cs" />
2014-07-27 15:01:29 -07:00
<Compile Include= "ApiClient\ServerDiscoveryInfo.cs" />
2014-10-02 20:48:59 -07:00
<Compile Include= "ApiClient\ServerInfo.cs" />
2015-01-29 22:18:32 -07:00
<Compile Include= "ApiClient\ServerUserInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "ApiClient\SessionUpdatesEventArgs.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "ApiClient\WakeOnLanInfo.cs" />
2014-07-03 19:22:57 -07:00
<Compile Include= "Branding\BrandingOptions.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Channels\AllChannelMediaQuery.cs" />
2014-05-23 16:58:28 -07:00
<Compile Include= "Channels\ChannelFeatures.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Channels\ChannelFolderType.cs" />
2014-05-19 12:51:56 -07:00
<Compile Include= "Channels\ChannelInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Channels\ChannelItemQuery.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Channels\ChannelItemSortField.cs" />
2014-05-19 12:51:56 -07:00
<Compile Include= "Channels\ChannelMediaContentType.cs" />
<Compile Include= "Channels\ChannelMediaType.cs" />
2014-03-17 18:45:41 -07:00
<Compile Include= "Channels\ChannelQuery.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Chapters\ChapterProviderInfo.cs" />
2014-05-11 15:38:10 -07:00
<Compile Include= "Chapters\RemoteChapterInfo.cs" />
<Compile Include= "Chapters\RemoteChapterResult.cs" />
2014-08-01 19:34:45 -07:00
<Compile Include= "Collections\CollectionCreationResult.cs" />
2014-10-14 17:05:09 -07:00
<Compile Include= "Configuration\AccessSchedule.cs" />
2015-06-14 10:55:42 -07:00
<Compile Include= "Configuration\AutoOnOff.cs" />
2014-06-29 10:35:05 -07:00
<Compile Include= "Configuration\ChannelOptions.cs" />
<Compile Include= "Configuration\ChapterOptions.cs" />
2014-09-22 14:56:54 -07:00
<Compile Include= "Configuration\CinemaModeConfiguration.cs" />
2014-12-21 12:40:37 -07:00
<Compile Include= "Configuration\EncodingOptions.cs" />
2015-01-17 22:45:10 -07:00
<Compile Include= "Configuration\FanartOptions.cs" />
2014-10-09 15:22:04 -07:00
<Compile Include= "Configuration\MetadataConfiguration.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Configuration\PeopleMetadataOptions.cs" />
2015-01-17 22:45:10 -07:00
<Compile Include= "Configuration\TheMovieDbOptions.cs" />
<Compile Include= "Configuration\TvdbOptions.cs" />
2014-06-29 20:04:50 -07:00
<Compile Include= "Configuration\XbmcMetadataOptions.cs" />
2014-06-29 10:35:05 -07:00
<Compile Include= "Configuration\SubtitlePlaybackMode.cs" />
2014-10-18 12:02:54 -07:00
<Compile Include= "Connect\ConnectAuthenticationExchangeResult.cs" />
2014-10-14 17:05:09 -07:00
<Compile Include= "Connect\ConnectAuthenticationResult.cs" />
2014-10-13 13:14:53 -07:00
<Compile Include= "Connect\ConnectAuthorization.cs" />
2014-10-30 21:57:24 -07:00
<Compile Include= "Connect\ConnectAuthorizationRequest.cs" />
2014-12-15 22:01:57 -07:00
<Compile Include= "ApiClient\ConnectionOptions.cs" />
2014-10-30 21:57:24 -07:00
<Compile Include= "Connect\ConnectPassword.cs" />
2014-10-14 17:05:09 -07:00
<Compile Include= "Connect\ConnectUser.cs" />
<Compile Include= "Connect\ConnectUserQuery.cs" />
2014-10-15 20:26:39 -07:00
<Compile Include= "Connect\ConnectUserServer.cs" />
2014-10-14 17:05:09 -07:00
<Compile Include= "Connect\PinCreationResult.cs" />
<Compile Include= "Connect\PinExchangeResult.cs" />
<Compile Include= "Connect\PinStatusResult.cs" />
2014-09-14 11:47:48 -07:00
<Compile Include= "Connect\UserLinkType.cs" />
2014-10-13 13:14:53 -07:00
<Compile Include= "Devices\DeviceOptions.cs" />
2014-12-12 20:56:30 -07:00
<Compile Include= "Devices\DeviceQuery.cs" />
2014-10-11 13:38:13 -07:00
<Compile Include= "Devices\LocalFileInfo.cs" />
<Compile Include= "Devices\DeviceInfo.cs" />
<Compile Include= "Devices\DevicesOptions.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Dlna\EncodingContext.cs" />
2015-03-11 23:06:57 -07:00
<Compile Include= "Dlna\ILocalPlayer.cs" />
2015-03-26 13:31:57 -07:00
<Compile Include= "Dlna\StreamInfoSorter.cs" />
2015-03-11 23:06:57 -07:00
<Compile Include= "Dlna\NullLocalPlayer.cs" />
2015-03-02 11:48:21 -07:00
<Compile Include= "Dlna\PlaybackErrorCode.cs" />
<Compile Include= "Dlna\PlaybackException.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Dlna\ResolutionConfiguration.cs" />
2014-10-06 16:58:46 -07:00
<Compile Include= "Dlna\ResolutionNormalizer.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Dlna\ResolutionOptions.cs" />
<Compile Include= "Dlna\SubtitleDeliveryMethod.cs" />
<Compile Include= "Dlna\SubtitleStreamInfo.cs" />
2014-08-27 18:27:46 -07:00
<Compile Include= "Drawing\ImageOrientation.cs" />
2014-10-23 21:54:35 -07:00
<Compile Include= "Dto\IHasServerId.cs" />
2015-04-12 11:58:21 -07:00
<Compile Include= "Dto\IHasSyncInfo.cs" />
2015-04-18 17:05:36 -07:00
<Compile Include= "Dto\ItemLayout.cs" />
2014-12-20 22:57:06 -07:00
<Compile Include= "Dto\MetadataEditorInfo.cs" />
2015-03-13 08:54:20 -07:00
<Compile Include= "Dto\NameIdPair.cs" />
2014-12-21 11:58:17 -07:00
<Compile Include= "Dto\NameValuePair.cs" />
2015-09-22 21:12:46 -07:00
<Compile Include= "FileOrganization\SmartMatchInfo.cs" />
2015-03-29 09:45:16 -07:00
<Compile Include= "MediaInfo\LiveStreamRequest.cs" />
<Compile Include= "MediaInfo\LiveStreamResponse.cs" />
2015-03-26 09:58:02 -07:00
<Compile Include= "MediaInfo\PlaybackInfoRequest.cs" />
<Compile Include= "MediaInfo\PlaybackInfoResponse.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Dto\MediaSourceType.cs" />
2014-10-15 20:26:39 -07:00
<Compile Include= "Configuration\DynamicDayOfWeek.cs" />
2014-09-22 14:56:54 -07:00
<Compile Include= "Entities\ExtraType.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Entities\TrailerType.cs" />
<Compile Include= "Extensions\BoolHelper.cs" />
<Compile Include= "Extensions\FloatHelper.cs" />
2014-07-30 19:09:23 -07:00
<Compile Include= "FileOrganization\AutoOrganizeOptions.cs" />
<Compile Include= "FileOrganization\TvFileOrganizationOptions.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Configuration\BaseApplicationConfiguration.cs" />
2014-03-10 10:38:53 -07:00
<Compile Include= "Configuration\DlnaOptions.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Configuration\ImageOption.cs" />
<Compile Include= "Configuration\ImageSavingConvention.cs" />
2014-07-30 19:09:23 -07:00
<Compile Include= "LiveTv\LiveTvOptions.cs" />
2014-02-02 06:36:31 -07:00
<Compile Include= "Configuration\MetadataPlugin.cs" />
<Compile Include= "Configuration\MetadataOptions.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Configuration\MetadataPluginSummary.cs" />
<Compile Include= "Configuration\MetadataPluginType.cs" />
2014-07-16 20:17:14 -07:00
<Compile Include= "Dlna\SubtitleProfile.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "MediaInfo\MediaProtocol.cs" />
2015-07-19 20:43:13 -07:00
<Compile Include= "MediaInfo\SubtitleTrackEvent.cs" />
<Compile Include= "MediaInfo\SubtitleTrackInfo.cs" />
2016-01-09 14:27:30 -07:00
<Compile Include= "Net\EndPointInfo.cs" />
2014-12-26 10:45:06 -07:00
<Compile Include= "Net\HttpResponse.cs" />
<Compile Include= "Net\MimeTypes.cs" />
2014-07-02 11:34:08 -07:00
<Compile Include= "Notifications\NotificationOption.cs" />
<Compile Include= "Notifications\NotificationOptions.cs" />
<Compile Include= "Notifications\NotificationType.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Configuration\PathSubstitution.cs" />
2014-07-02 11:34:08 -07:00
<Compile Include= "Notifications\SendToUserType.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Configuration\ServerConfiguration.cs" />
2014-08-21 08:55:35 -07:00
<Compile Include= "Playlists\PlaylistCreationRequest.cs" />
<Compile Include= "Playlists\PlaylistItemQuery.cs" />
2014-08-10 15:13:17 -07:00
<Compile Include= "Providers\SubtitleOptions.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Configuration\UnratedItem.cs" />
<Compile Include= "Dlna\AudioOptions.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\CodecProfile.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\CodecType.cs" />
2014-04-23 22:08:10 -07:00
<Compile Include= "Dlna\ConditionProcessor.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\ContainerProfile.cs" />
2014-04-22 19:47:46 -07:00
<Compile Include= "Dlna\ContentFeatureBuilder.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\DeviceIdentification.cs" />
<Compile Include= "Dlna\DeviceProfile.cs" />
2014-03-26 08:06:48 -07:00
<Compile Include= "Dlna\DeviceProfileInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\DeviceProfileType.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\DirectPlayProfile.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\DlnaFlags.cs" />
2014-04-17 22:03:01 -07:00
<Compile Include= "Dlna\DlnaMaps.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\DlnaProfileType.cs" />
<Compile Include= "Dlna\HeaderMatchType.cs" />
<Compile Include= "Dlna\HttpHeaderInfo.cs" />
2014-04-17 22:03:01 -07:00
<Compile Include= "Dlna\MediaFormatProfile.cs" />
<Compile Include= "Dlna\MediaFormatProfileResolver.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\ProfileCondition.cs" />
<Compile Include= "Dlna\ProfileConditionType.cs" />
<Compile Include= "Dlna\ProfileConditionValue.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\ResponseProfile.cs" />
2014-04-19 22:21:08 -07:00
<Compile Include= "Dlna\SearchCriteria.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\SearchType.cs" />
2014-04-19 22:21:08 -07:00
<Compile Include= "Dlna\SortCriteria.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\StreamBuilder.cs" />
<Compile Include= "Dlna\StreamInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\TranscodeSeekInfo.cs" />
2014-04-01 15:23:07 -07:00
<Compile Include= "Dlna\TranscodingProfile.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dlna\VideoOptions.cs" />
<Compile Include= "Dlna\XmlAttribute.cs" />
2014-11-29 12:51:30 -07:00
<Compile Include= "Drawing\ImageFormat.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Drawing\ImageSize.cs" />
2013-02-21 10:56:21 -07:00
<Compile Include= "Dto\BaseItemPerson.cs" />
<Compile Include= "Dto\ChapterInfoDto.cs" />
2013-09-21 14:00:04 -07:00
<Compile Include= "Dto\GameSystemSummary.cs" />
2013-03-08 09:40:01 -07:00
<Compile Include= "Dto\IItemDto.cs" />
2014-06-02 12:32:41 -07:00
<Compile Include= "Dto\ImageByNameInfo.cs" />
2013-05-04 21:49:49 -07:00
<Compile Include= "Dto\ImageInfo.cs" />
2013-04-16 22:36:56 -07:00
<Compile Include= "Dto\ItemByNameCounts.cs" />
2013-05-13 22:36:36 -07:00
<Compile Include= "Dto\ItemCounts.cs" />
2013-10-05 20:03:08 -07:00
<Compile Include= "Dto\ItemIndex.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dto\RatingType.cs" />
2014-03-11 19:11:01 -07:00
<Compile Include= "Dto\RecommendationDto.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Dto\MediaSourceInfo.cs" />
<Compile Include= "Dto\RecommendationType.cs" />
<Compile Include= "Dto\SubtitleDownloadOptions.cs" />
<Compile Include= "Entities\IsoType.cs" />
2015-04-05 08:01:57 -07:00
<Compile Include= "MediaInfo\MediaInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Entities\MediaStreamType.cs" />
2013-11-07 10:27:05 -07:00
<Compile Include= "Entities\PackageReviewInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Entities\ProviderIdsExtensions.cs" />
<Compile Include= "Entities\ScrollDirection.cs" />
<Compile Include= "Entities\SortOrder.cs" />
<Compile Include= "Entities\VideoSize.cs" />
2014-05-08 13:09:53 -07:00
<Compile Include= "Events\GenericEventArgs.cs" />
2014-05-31 21:11:04 -07:00
<Compile Include= "Extensions\DoubleHelper.cs" />
2014-06-29 12:59:52 -07:00
<Compile Include= "Extensions\IHasPropertyChangedEvent.cs" />
2014-05-31 21:11:04 -07:00
<Compile Include= "Extensions\IntHelper.cs" />
2014-06-04 19:32:40 -07:00
<Compile Include= "Extensions\ListHelper.cs" />
2014-05-31 21:11:04 -07:00
<Compile Include= "Extensions\StringHelper.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "FileOrganization\EpisodeFileOrganizationRequest.cs" />
2014-01-20 09:09:53 -07:00
<Compile Include= "FileOrganization\FileOrganizationResult.cs" />
2014-05-08 13:26:20 -07: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-20 22:35:56 -07:00
<Compile Include= "Library\PlayAccess.cs" />
2014-06-07 12:46:24 -07:00
<Compile Include= "Library\UserViewQuery.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "LiveTv\BaseTimerInfoDto.cs" />
2013-11-24 13:51:45 -07:00
<Compile Include= "LiveTv\ChannelInfoDto.cs" />
2014-05-31 08:13:07 -07:00
<Compile Include= "LiveTv\LiveTvChannelQuery.cs" />
2014-05-08 13:26:20 -07: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 09:15:31 -07:00
<Compile Include= "LiveTv\ProgramQuery.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "LiveTv\RecommendedProgramQuery.cs" />
<Compile Include= "LiveTv\RecordingGroupQuery.cs" />
2013-11-15 14:31:44 -07:00
<Compile Include= "LiveTv\RecordingQuery.cs" />
2013-11-25 19:53:48 -07:00
<Compile Include= "LiveTv\RecordingStatus.cs" />
2013-12-14 18:17:57 -07:00
<Compile Include= "LiveTv\SeriesTimerInfoDto.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "LiveTv\SeriesTimerQuery.cs" />
2013-11-27 12:04:19 -07:00
<Compile Include= "LiveTv\TimerInfoDto.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "LiveTv\TimerQuery.cs" />
2014-01-20 09:09:53 -07:00
<Compile Include= "Logging\NullLogger.cs" />
2014-05-08 13:26:20 -07: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 14:52:01 -07:00
<Compile Include= "News\NewsItem.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "News\NewsQuery.cs" />
<Compile Include= "Notifications\NotificationRequest.cs" />
<Compile Include= "Notifications\NotificationServiceInfo.cs" />
<Compile Include= "Notifications\NotificationTypeInfo.cs" />
2014-08-01 19:34:45 -07:00
<Compile Include= "Playlists\PlaylistCreationResult.cs" />
2014-02-21 11:48:15 -07:00
<Compile Include= "Providers\ExternalIdInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Providers\ExternalUrl.cs" />
2013-11-05 08:38:59 -07:00
<Compile Include= "Providers\ImageProviderInfo.cs" />
2013-10-30 14:33:27 -07:00
<Compile Include= "Providers\RemoteImageInfo.cs" />
2013-05-04 11:18:40 -07:00
<Compile Include= "Dto\StudioDto.cs" />
2013-07-12 12:56:40 -07:00
<Compile Include= "Entities\CollectionType.cs" />
2013-04-24 17:58:56 -07:00
<Compile Include= "Entities\ItemReview.cs" />
2013-06-27 09:36:41 -07:00
<Compile Include= "Entities\MediaUrl.cs" />
2013-06-09 07:15:59 -07:00
<Compile Include= "Entities\MetadataFields.cs" />
2013-10-02 10:23:10 -07:00
<Compile Include= "Entities\UserDataSaveReason.cs" />
2013-06-25 11:10:39 -07:00
<Compile Include= "Entities\Video3DFormat.cs" />
2013-10-02 08:32:11 -07:00
<Compile Include= "Games\GameSystem.cs" />
2013-08-09 18:16:31 -07:00
<Compile Include= "IO\IIsoManager.cs" />
<Compile Include= "IO\IIsoMount.cs" />
<Compile Include= "IO\IIsoMounter.cs" />
2014-05-31 21:11:04 -07:00
<Compile Include= "LiveTv\ChannelType.cs" />
2013-09-26 08:48:14 -07:00
<Compile Include= "LiveTv\LiveTvServiceInfo.cs" />
2013-03-25 21:33:47 -07:00
<Compile Include= "Net\WebSocketMessage.cs" />
2013-03-25 20:01:47 -07:00
<Compile Include= "Net\WebSocketMessageType.cs" />
<Compile Include= "Net\WebSocketState.cs" />
2013-07-06 14:23:32 -07: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 13:26:20 -07:00
<Compile Include= "Providers\RemoteImageQuery.cs" />
2013-10-31 14:03:24 -07:00
<Compile Include= "Providers\RemoteImageResult.cs" />
2014-02-19 21:53:15 -07:00
<Compile Include= "Providers\RemoteSearchResult.cs" />
2014-05-06 19:28:19 -07:00
<Compile Include= "Providers\RemoteSubtitleInfo.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Providers\SubtitleProviderInfo.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Querying\AllThemeMediaResult.cs" />
2013-04-24 07:30:12 -07:00
<Compile Include= "Querying\ArtistsQuery.cs" />
2013-11-22 08:33:14 -07:00
<Compile Include= "Querying\EpisodeQuery.cs" />
2013-10-20 20:01:22 -07:00
<Compile Include= "Querying\ItemCountsQuery.cs" />
2013-03-09 22:36:39 -07:00
<Compile Include= "Querying\ItemsByNameQuery.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Entities\BaseItemInfo.cs" />
2014-08-14 06:24:30 -07:00
<Compile Include= "Querying\LatestItemsQuery.cs" />
2015-03-10 18:43:07 -07:00
<Compile Include= "Querying\MovieRecommendationQuery.cs" />
2013-06-16 18:48:55 -07:00
<Compile Include= "Querying\NextUpQuery.cs" />
2014-11-09 11:24:57 -07:00
<Compile Include= "Querying\QueryFilters.cs" />
2013-11-25 13:39:23 -07:00
<Compile Include= "Querying\QueryResult.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Querying\SeasonQuery.cs" />
2013-09-19 13:03:14 -07:00
<Compile Include= "Querying\SessionQuery.cs" />
2013-06-03 19:02:49 -07:00
<Compile Include= "Querying\SimilarItemsQuery.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Querying\UpcomingEpisodesQuery.cs" />
2013-07-09 09:11:16 -07:00
<Compile Include= "Querying\UserQuery.cs" />
2015-03-10 20:25:05 -07:00
<Compile Include= "Registration\RegistrationInfo.cs" />
2014-01-07 13:12:39 -07:00
<Compile Include= "Search\SearchQuery.cs" />
2013-05-09 15:43:11 -07:00
<Compile Include= "Session\BrowseRequest.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Session\ClientCapabilities.cs" />
2014-03-31 14:04:22 -07:00
<Compile Include= "Session\GeneralCommand.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Session\GeneralCommandType.cs" />
2013-08-27 21:16:21 -07:00
<Compile Include= "Session\MessageCommand.cs" />
2014-05-08 13:26:20 -07: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 15:43:11 -07:00
<Compile Include= "Session\PlayRequest.cs" />
2013-07-09 09:11:16 -07:00
<Compile Include= "Session\PlaystateCommand.cs" />
2013-02-26 10:21:18 -07:00
<Compile Include= "Logging\ILogManager.cs" />
2013-02-20 23:38:23 -07:00
<Compile Include= "MediaInfo\BlurayDiscInfo.cs" />
2013-02-20 18:33:05 -07: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 10:56:21 -07:00
<Compile Include= "Dto\ImageOptions.cs" />
2013-03-09 22:36:39 -07:00
<Compile Include= "Querying\ItemFilter.cs" />
<Compile Include= "Querying\ItemQuery.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Entities\LibraryUpdateInfo.cs" />
<Compile Include= "Entities\ParentalRating.cs" />
<Compile Include= "Entities\VirtualFolderInfo.cs" />
2013-02-20 22:00:56 -07:00
<Compile Include= "IO\IZipClient.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Logging\ILogger.cs" />
<Compile Include= "Logging\LogSeverity.cs" />
2013-02-20 23:38:23 -07:00
<Compile Include= "MediaInfo\IBlurayExaminer.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Net\HttpException.cs" />
2013-02-23 10:54:51 -07:00
<Compile Include= "Net\NetworkShare.cs" />
<Compile Include= "Net\NetworkShareType.cs" />
2013-04-24 07:30:12 -07:00
<Compile Include= "Querying\PersonsQuery.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Querying\ThemeMediaResult.cs" />
2013-04-27 06:05:33 -07:00
<Compile Include= "Search\SearchHint.cs" />
2013-04-26 12:20:53 -07:00
<Compile Include= "Search\SearchHintResult.cs" />
2013-02-24 14:53:54 -07:00
<Compile Include= "Serialization\IJsonSerializer.cs" />
<Compile Include= "Serialization\IXmlSerializer.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Session\PlaystateRequest.cs" />
2013-05-09 15:43:11 -07:00
<Compile Include= "Session\SessionInfoDto.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Session\SessionUserInfo.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "Session\TranscodingInfo.cs" />
2013-10-03 11:02:23 -07:00
<Compile Include= "Session\UserDataChangeInfo.cs" />
2014-10-11 13:38:13 -07:00
<Compile Include= "Devices\ContentUploadHistory.cs" />
2015-06-30 16:59:45 -07:00
<Compile Include= "Social\SocialShareInfo.cs" />
2015-02-04 20:01:37 -07:00
<Compile Include= "Sync\CompleteSyncJobInfo.cs" />
2014-12-26 23:24:46 -07:00
<Compile Include= "Sync\DeviceFileInfo.cs" />
2014-12-26 10:45:06 -07:00
<Compile Include= "Sync\ItemFIleInfo.cs" />
<Compile Include= "Sync\ItemFileType.cs" />
2014-12-28 10:59:40 -07:00
<Compile Include= "Sync\LocalItem.cs" />
2015-03-03 11:48:47 -07:00
<Compile Include= "Sync\LocalItemInfo.cs" />
<Compile Include= "Sync\LocalItemQuery.cs" />
2014-12-15 22:01:57 -07:00
<Compile Include= "Sync\SyncCategory.cs" />
2014-12-28 22:56:55 -07:00
<Compile Include= "Sync\SyncDataRequest.cs" />
<Compile Include= "Sync\SyncDataResponse.cs" />
2014-12-16 22:30:31 -07:00
<Compile Include= "Sync\SyncDialogOptions.cs" />
2014-12-26 10:45:06 -07:00
<Compile Include= "Sync\SyncedItem.cs" />
2014-07-14 21:12:26 -07:00
<Compile Include= "Sync\SyncJob.cs" />
2014-07-26 10:30:15 -07:00
<Compile Include= "Sync\SyncJobCreationResult.cs" />
<Compile Include= "Sync\SyncJobItem.cs" />
2014-12-12 20:56:30 -07:00
<Compile Include= "Sync\SyncJobItemQuery.cs" />
<Compile Include= "Sync\SyncJobItemStatus.cs" />
2014-07-14 21:12:26 -07:00
<Compile Include= "Sync\SyncJobQuery.cs" />
<Compile Include= "Sync\SyncJobRequest.cs" />
<Compile Include= "Sync\SyncJobStatus.cs" />
2014-12-14 22:16:23 -07:00
<Compile Include= "Sync\SyncOptions.cs" />
2015-01-16 21:29:53 -07:00
<Compile Include= "Sync\SyncParameter.cs" />
2015-03-14 21:17:35 -07:00
<Compile Include= "Sync\SyncProfileOption.cs" />
2015-03-07 15:43:53 -07:00
<Compile Include= "Sync\SyncQualityOption.cs" />
2014-07-21 18:29:06 -07:00
<Compile Include= "Sync\SyncTarget.cs" />
2014-07-03 19:22:57 -07:00
<Compile Include= "System\LogFile.cs" />
2014-10-08 16:31:44 -07:00
<Compile Include= "System\PublicSystemInfo.cs" />
2013-02-21 21:23:06 -07:00
<Compile Include= "Updates\CheckForUpdateResult.cs" />
2013-04-03 11:18:36 -07:00
<Compile Include= "Updates\PackageTargetSystem.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Updates\InstallationInfo.cs" />
<Compile Include= "Updates\PackageType.cs" />
<Compile Include= "Updates\PackageVersionClass.cs" />
2014-05-08 13:26:20 -07:00
<Compile Include= "Entities\EmptyRequestResult.cs" />
2013-02-20 18:33:05 -07:00
<Compile Include= "Configuration\UserConfiguration.cs" />
<Compile Include= "Drawing\DrawingUtils.cs" />
2013-02-21 10:56:21 -07:00
<Compile Include= "Dto\UserItemDataDto.cs" />
2013-03-09 22:36:39 -07:00
<Compile Include= "Querying\ItemFields.cs" />
<Compile Include= "Querying\ItemSortBy.cs" />
2013-02-21 10:56:21 -07:00
<Compile Include= "Dto\BaseItemDto.cs" />
<Compile Include= "Dto\UserDto.cs" />
2013-03-09 22:36:39 -07:00
<Compile Include= "Querying\ItemsResult.cs" />
2013-02-20 18:33:05 -07: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 09:13:21 -07:00
<Compile Include= "Users\AuthenticationResult.cs" />
2014-11-08 20:18:14 -07:00
<Compile Include= "Users\ForgotPasswordAction.cs" />
<Compile Include= "Users\ForgotPasswordResult.cs" />
<Compile Include= "Users\PinRedeemResult.cs" />
2014-12-26 10:45:06 -07:00
<Compile Include= "Users\UserAction.cs" />
<Compile Include= "Users\UserActionType.cs" />
2014-11-30 12:01:33 -07:00
<Compile Include= "Users\UserPolicy.cs" />
2016-02-22 09:22:02 -07:00
<None Include= "FodyWeavers.xml" />
2014-06-14 11:24:20 -07:00
<None Include= "MediaBrowser.Model.snk" />
2013-02-20 18:33:05 -07:00
</ItemGroup>
<ItemGroup >
2013-07-27 06:45:46 -07:00
<Reference Include= "Microsoft.CSharp" />
2016-02-21 17:20:08 -07:00
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Runtime.Serialization" />
2015-09-13 14:32:02 -07:00
<Reference Include= "System.Xml" />
2013-02-20 18:33:05 -07:00
</ItemGroup>
2013-07-27 06:45:46 -07:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2013-02-20 18:33:05 -07:00
<PropertyGroup >
2014-11-07 09:28:15 -07:00
<PostBuildEvent />
2013-02-20 18:33:05 -07:00
</PropertyGroup>
2014-11-05 12:28:41 -07:00
<PropertyGroup >
<PostBuildEvent />
</PropertyGroup>
2016-02-24 21:15:52 -07: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-20 18:33:05 -07: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 15:13:17 -07:00
</Project>