|
@@ -11,7 +11,7 @@
|
|
|
<RootNamespace>MediaBrowser.Model</RootNamespace>
|
|
|
<AssemblyName>MediaBrowser.Model</AssemblyName>
|
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
|
- <TargetFrameworkProfile>Profile158</TargetFrameworkProfile>
|
|
|
+ <TargetFrameworkProfile>Profile344</TargetFrameworkProfile>
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
@@ -74,9 +74,15 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\ApiClient\ApiClientExtensions.cs">
|
|
|
<Link>ApiClient\ApiClientExtensions.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionMode.cs">
|
|
|
+ <Link>ApiClient\ConnectionMode.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionResult.cs">
|
|
|
<Link>ApiClient\ConnectionResult.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionState.cs">
|
|
|
+ <Link>ApiClient\ConnectionState.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\ApiClient\GeneralCommandEventArgs.cs">
|
|
|
<Link>ApiClient\GeneralCommandEventArgs.cs</Link>
|
|
|
</Compile>
|
|
@@ -101,18 +107,30 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\ApiClient\SessionUpdatesEventArgs.cs">
|
|
|
<Link>ApiClient\SessionUpdatesEventArgs.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\ApiClient\WakeOnLanInfo.cs">
|
|
|
+ <Link>ApiClient\WakeOnLanInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Branding\BrandingOptions.cs">
|
|
|
<Link>Branding\BrandingOptions.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Channels\AllChannelMediaQuery.cs">
|
|
|
+ <Link>Channels\AllChannelMediaQuery.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Channels\ChannelFeatures.cs">
|
|
|
<Link>Channels\ChannelFeatures.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Channels\ChannelFolderType.cs">
|
|
|
+ <Link>Channels\ChannelFolderType.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Channels\ChannelInfo.cs">
|
|
|
<Link>Channels\ChannelInfo.cs</Link>
|
|
|
</Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Channels\ChannelItemQuery.cs">
|
|
|
<Link>Channels\ChannelItemQuery.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Channels\ChannelItemSortField.cs">
|
|
|
+ <Link>Channels\ChannelItemSortField.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Channels\ChannelMediaContentType.cs">
|
|
|
<Link>Channels\ChannelMediaContentType.cs</Link>
|
|
|
</Compile>
|
|
@@ -122,6 +140,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Channels\ChannelQuery.cs">
|
|
|
<Link>Channels\ChannelQuery.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Chapters\ChapterProviderInfo.cs">
|
|
|
+ <Link>Chapters\ChapterProviderInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Chapters\RemoteChapterInfo.cs">
|
|
|
<Link>Chapters\RemoteChapterInfo.cs</Link>
|
|
|
</Compile>
|
|
@@ -167,6 +188,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Configuration\PathSubstitution.cs">
|
|
|
<Link>Configuration\PathSubstitution.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Configuration\PeopleMetadataOptions.cs">
|
|
|
+ <Link>Configuration\PeopleMetadataOptions.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Configuration\ServerConfiguration.cs">
|
|
|
<Link>Configuration\ServerConfiguration.cs</Link>
|
|
|
</Compile>
|
|
@@ -227,6 +251,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\DlnaProfileType.cs">
|
|
|
<Link>Dlna\DlnaProfileType.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dlna\EncodingContext.cs">
|
|
|
+ <Link>Dlna\EncodingContext.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\HeaderMatchType.cs">
|
|
|
<Link>Dlna\HeaderMatchType.cs</Link>
|
|
|
</Compile>
|
|
@@ -254,9 +281,15 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\Profiles\DefaultProfile.cs">
|
|
|
<Link>Dlna\Profiles\DefaultProfile.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dlna\ResolutionConfiguration.cs">
|
|
|
+ <Link>Dlna\ResolutionConfiguration.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\ResolutionNormalizer.cs">
|
|
|
<Link>Dlna\ResolutionNormalizer.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dlna\ResolutionOptions.cs">
|
|
|
+ <Link>Dlna\ResolutionOptions.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\ResponseProfile.cs">
|
|
|
<Link>Dlna\ResponseProfile.cs</Link>
|
|
|
</Compile>
|
|
@@ -275,9 +308,15 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\StreamInfo.cs">
|
|
|
<Link>Dlna\StreamInfo.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleDeliveryMethod.cs">
|
|
|
+ <Link>Dlna\SubtitleDeliveryMethod.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\SubtitleProfile.cs">
|
|
|
<Link>Dlna\SubtitleProfile.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dlna\SubtitleStreamInfo.cs">
|
|
|
+ <Link>Dlna\SubtitleStreamInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dlna\TranscodeSeekInfo.cs">
|
|
|
<Link>Dlna\TranscodeSeekInfo.cs</Link>
|
|
|
</Compile>
|
|
@@ -338,6 +377,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Dto\MediaSourceInfo.cs">
|
|
|
<Link>Dto\MediaSourceInfo.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dto\MediaSourceType.cs">
|
|
|
+ <Link>Dto\MediaSourceType.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Dto\RatingType.cs">
|
|
|
<Link>Dto\RatingType.cs</Link>
|
|
|
</Compile>
|
|
@@ -362,6 +404,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Dto\UserItemDataDto.cs">
|
|
|
<Link>Dto\UserItemDataDto.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Dto\VideoStreamOptions.cs">
|
|
|
+ <Link>Dto\VideoStreamOptions.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Entities\BaseItemInfo.cs">
|
|
|
<Link>Entities\BaseItemInfo.cs</Link>
|
|
|
</Compile>
|
|
@@ -446,6 +491,12 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Entities\SortOrder.cs">
|
|
|
<Link>Entities\SortOrder.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Entities\SupporterInfo.cs">
|
|
|
+ <Link>Entities\SupporterInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Entities\TrailerType.cs">
|
|
|
+ <Link>Entities\TrailerType.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Entities\UserDataSaveReason.cs">
|
|
|
<Link>Entities\UserDataSaveReason.cs</Link>
|
|
|
</Compile>
|
|
@@ -464,9 +515,15 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Events\GenericEventArgs.cs">
|
|
|
<Link>Events\GenericEventArgs.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Extensions\BoolHelper.cs">
|
|
|
+ <Link>Extensions\BoolHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\DoubleHelper.cs">
|
|
|
<Link>Extensions\DoubleHelper.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Extensions\FloatHelper.cs">
|
|
|
+ <Link>Extensions\FloatHelper.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Extensions\IHasPropertyChangedEvent.cs">
|
|
|
<Link>Extensions\IHasPropertyChangedEvent.cs</Link>
|
|
|
</Compile>
|
|
@@ -632,6 +689,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\MediaInfo\IBlurayExaminer.cs">
|
|
|
<Link>MediaInfo\IBlurayExaminer.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\MediaInfo\MediaProtocol.cs">
|
|
|
+ <Link>MediaInfo\MediaProtocol.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\MediaInfo\SubtitleFormat.cs">
|
|
|
<Link>MediaInfo\SubtitleFormat.cs</Link>
|
|
|
</Compile>
|
|
@@ -746,6 +806,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Providers\SubtitleOptions.cs">
|
|
|
<Link>Providers\SubtitleOptions.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Providers\SubtitleProviderInfo.cs">
|
|
|
+ <Link>Providers\SubtitleProviderInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Querying\AllThemeMediaResult.cs">
|
|
|
<Link>Querying\AllThemeMediaResult.cs</Link>
|
|
|
</Compile>
|
|
@@ -875,6 +938,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Session\SessionUserInfo.cs">
|
|
|
<Link>Session\SessionUserInfo.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Session\TranscodingInfo.cs">
|
|
|
+ <Link>Session\TranscodingInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Session\UserDataChangeInfo.cs">
|
|
|
<Link>Session\UserDataChangeInfo.cs</Link>
|
|
|
</Compile>
|
|
@@ -896,6 +962,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\Sync\SyncJobStatus.cs">
|
|
|
<Link>Sync\SyncJobStatus.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\Sync\SyncLimitType.cs">
|
|
|
+ <Link>Sync\SyncLimitType.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\Sync\SyncQuality.cs">
|
|
|
<Link>Sync\SyncQuality.cs</Link>
|
|
|
</Compile>
|
|
@@ -905,6 +974,9 @@
|
|
|
<Compile Include="..\MediaBrowser.Model\System\LogFile.cs">
|
|
|
<Link>System\LogFile.cs</Link>
|
|
|
</Compile>
|
|
|
+ <Compile Include="..\MediaBrowser.Model\System\PublicSystemInfo.cs">
|
|
|
+ <Link>System\PublicSystemInfo.cs</Link>
|
|
|
+ </Compile>
|
|
|
<Compile Include="..\MediaBrowser.Model\System\SystemInfo.cs">
|
|
|
<Link>System\SystemInfo.cs</Link>
|
|
|
</Compile>
|