diff options
| -rw-r--r-- | MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj | 388 | ||||
| -rw-r--r-- | MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs | 25 | ||||
| -rw-r--r-- | MediaBrowser.Model.Portable/packages.config | 6 | ||||
| -rw-r--r-- | MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj | 9 | ||||
| -rw-r--r-- | MediaBrowser.sln | 16 |
5 files changed, 444 insertions, 0 deletions
diff --git a/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj new file mode 100644 index 000000000..a79ac7b50 --- /dev/null +++ b/MediaBrowser.Model.Portable/MediaBrowser.Model.Portable.csproj @@ -0,0 +1,388 @@ +<?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> + <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProjectGuid>{D729ADB1-1C01-428D-B680-8EFACD687B2A}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>MediaBrowser.Model.Portable</RootNamespace> + <AssemblyName>MediaBrowser.Model.Portable</AssemblyName> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> + <TargetFrameworkProfile>Profile104</TargetFrameworkProfile> + <FileAlignment>512</FileAlignment> + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> + <RestorePackages>true</RestorePackages> + </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' "> + <DebugType>pdbonly</DebugType> + <Optimize>true</Optimize> + <OutputPath>bin\Release\</OutputPath> + <DefineConstants>TRACE</DefineConstants> + <ErrorReport>prompt</ErrorReport> + <WarningLevel>4</WarningLevel> + </PropertyGroup> + <ItemGroup> + <!-- A reference to the entire .NET Framework is automatically included --> + <None Include="packages.config" /> + </ItemGroup> + <ItemGroup> + <Reference Include="Microsoft.Threading.Tasks"> + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll</HintPath> + </Reference> + <Reference Include="Microsoft.Threading.Tasks.Extensions"> + <HintPath>..\packages\Microsoft.Bcl.Async.1.0.16\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath> + </Reference> + <Reference Include="System.Runtime"> + <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll</HintPath> + </Reference> + <Reference Include="System.Threading.Tasks"> + <HintPath>..\packages\Microsoft.Bcl.1.0.19\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll</HintPath> + </Reference> + </ItemGroup> + <ItemGroup> + <Compile Include="..\MediaBrowser.Model\ApiClient\HttpResponseEventArgs.cs"> + <Link>ApiClient\HttpResponseEventArgs.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\ApiClient\IApiClient.cs"> + <Link>ApiClient\IApiClient.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs"> + <Link>Configuration\BaseApplicationConfiguration.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Configuration\ManualLoginCategory.cs"> + <Link>Configuration\ManualLoginCategory.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Configuration\ServerConfiguration.cs"> + <Link>Configuration\ServerConfiguration.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Configuration\UserConfiguration.cs"> + <Link>Configuration\UserConfiguration.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Drawing\DrawingUtils.cs"> + <Link>Drawing\DrawingUtils.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\BaseItemDto.cs"> + <Link>Dto\BaseItemDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\BaseItemPerson.cs"> + <Link>Dto\BaseItemPerson.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ChapterInfoDto.cs"> + <Link>Dto\ChapterInfoDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\IItemDto.cs"> + <Link>Dto\IItemDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ImageInfo.cs"> + <Link>Dto\ImageInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ImageOptions.cs"> + <Link>Dto\ImageOptions.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ItemByNameCounts.cs"> + <Link>Dto\ItemByNameCounts.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ItemCounts.cs"> + <Link>Dto\ItemCounts.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\StreamOptions.cs"> + <Link>Dto\StreamOptions.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\StudioDto.cs"> + <Link>Dto\StudioDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\UserDto.cs"> + <Link>Dto\UserDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\UserItemDataDto.cs"> + <Link>Dto\UserItemDataDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\BaseItemInfo.cs"> + <Link>Entities\BaseItemInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\ChapterInfo.cs"> + <Link>Entities\ChapterInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\DisplayPreferences.cs"> + <Link>Entities\DisplayPreferences.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\IHasMediaStreams.cs"> + <Link>Entities\IHasMediaStreams.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\IHasProviderIds.cs"> + <Link>Entities\IHasProviderIds.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\ImageDownloadOptions.cs"> + <Link>Entities\ImageDownloadOptions.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\ImageType.cs"> + <Link>Entities\ImageType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\ItemReview.cs"> + <Link>Entities\ItemReview.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\LibraryUpdateInfo.cs"> + <Link>Entities\LibraryUpdateInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\LocationType.cs"> + <Link>Entities\LocationType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MBRegistrationRecord.cs"> + <Link>Entities\MBRegistrationRecord.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MediaStream.cs"> + <Link>Entities\MediaStream.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MediaType.cs"> + <Link>Entities\MediaType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MediaUrl.cs"> + <Link>Entities\MediaUrl.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MetadataFields.cs"> + <Link>Entities\MetadataFields.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\MetadataProviders.cs"> + <Link>Entities\MetadataProviders.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\ParentalRating.cs"> + <Link>Entities\ParentalRating.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\PersonType.cs"> + <Link>Entities\PersonType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\PluginSecurityInfo.cs"> + <Link>Entities\PluginSecurityInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\RequestResult.cs"> + <Link>Entities\RequestResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\SeriesStatus.cs"> + <Link>Entities\SeriesStatus.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs"> + <Link>Entities\Video3DFormat.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\VideoType.cs"> + <Link>Entities\VideoType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Entities\VirtualFolderInfo.cs"> + <Link>Entities\VirtualFolderInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Extensions\ModelExtensions.cs"> + <Link>Extensions\ModelExtensions.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Globalization\CountryInfo.cs"> + <Link>Globalization\CountryInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Globalization\CultureDto.cs"> + <Link>Globalization\CultureDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryInfo.cs"> + <Link>IO\FileSystemEntryInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\IO\IZipClient.cs"> + <Link>IO\IZipClient.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Logging\ILogger.cs"> + <Link>Logging\ILogger.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Logging\ILogManager.cs"> + <Link>Logging\ILogManager.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Logging\LogSeverity.cs"> + <Link>Logging\LogSeverity.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\MediaInfo\BlurayDiscInfo.cs"> + <Link>MediaInfo\BlurayDiscInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\MediaInfo\IBlurayExaminer.cs"> + <Link>MediaInfo\IBlurayExaminer.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\HttpException.cs"> + <Link>Net\HttpException.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\NetworkShare.cs"> + <Link>Net\NetworkShare.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\NetworkShareType.cs"> + <Link>Net\NetworkShareType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessage.cs"> + <Link>Net\WebSocketMessage.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\WebSocketMessageType.cs"> + <Link>Net\WebSocketMessageType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Net\WebSocketState.cs"> + <Link>Net\WebSocketState.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\Notification.cs"> + <Link>Notifications\Notification.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationLevel.cs"> + <Link>Notifications\NotificationLevel.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs"> + <Link>Notifications\NotificationQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs"> + <Link>Notifications\NotificationResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs"> + <Link>Notifications\NotificationsSummary.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs"> + <Link>Plugins\BasePluginConfiguration.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Plugins\PluginInfo.cs"> + <Link>Plugins\PluginInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ArtistsQuery.cs"> + <Link>Querying\ArtistsQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemFields.cs"> + <Link>Querying\ItemFields.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemFilter.cs"> + <Link>Querying\ItemFilter.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemQuery.cs"> + <Link>Querying\ItemQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemReviewsResult.cs"> + <Link>Querying\ItemReviewsResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemsByNameQuery.cs"> + <Link>Querying\ItemsByNameQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemSortBy.cs"> + <Link>Querying\ItemSortBy.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ItemsResult.cs"> + <Link>Querying\ItemsResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\NextUpQuery.cs"> + <Link>Querying\NextUpQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\PersonsQuery.cs"> + <Link>Querying\PersonsQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsQuery.cs"> + <Link>Querying\SimilarItemsQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\ThemeSongsResult.cs"> + <Link>Querying\ThemeSongsResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\UserQuery.cs"> + <Link>Querying\UserQuery.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Search\SearchHint.cs"> + <Link>Search\SearchHint.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Search\SearchHintResult.cs"> + <Link>Search\SearchHintResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Serialization\IJsonSerializer.cs"> + <Link>Serialization\IJsonSerializer.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Serialization\IXmlSerializer.cs"> + <Link>Serialization\IXmlSerializer.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Session\BrowseRequest.cs"> + <Link>Session\BrowseRequest.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Session\PlayRequest.cs"> + <Link>Session\PlayRequest.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Session\PlaystateCommand.cs"> + <Link>Session\PlaystateCommand.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Session\SessionInfoDto.cs"> + <Link>Session\SessionInfoDto.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\System\SystemInfo.cs"> + <Link>System\SystemInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\SystemEvent.cs"> + <Link>Tasks\SystemEvent.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\TaskCompletionStatus.cs"> + <Link>Tasks\TaskCompletionStatus.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\TaskInfo.cs"> + <Link>Tasks\TaskInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\TaskResult.cs"> + <Link>Tasks\TaskResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\TaskState.cs"> + <Link>Tasks\TaskState.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Tasks\TaskTriggerInfo.cs"> + <Link>Tasks\TaskTriggerInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\CheckForUpdateResult.cs"> + <Link>Updates\CheckForUpdateResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\InstallationInfo.cs"> + <Link>Updates\InstallationInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\PackageInfo.cs"> + <Link>Updates\PackageInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\PackageTargetSystem.cs"> + <Link>Updates\PackageTargetSystem.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\PackageType.cs"> + <Link>Updates\PackageType.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionClass.cs"> + <Link>Updates\PackageVersionClass.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Updates\PackageVersionInfo.cs"> + <Link>Updates\PackageVersionInfo.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Users\AuthenticationResult.cs"> + <Link>Users\AuthenticationResult.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Weather\WeatherUnits.cs"> + <Link>Weather\WeatherUnits.cs</Link> + </Compile> + <Compile Include="..\MediaBrowser.Model\Web\QueryStringDictionary.cs"> + <Link>Web\QueryStringDictionary.cs</Link> + </Compile> + <Compile Include="..\SharedVersion.cs"> + <Link>Properties\SharedVersion.cs</Link> + </Compile> + <Compile Include="Properties\AssemblyInfo.cs" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" /> + <PropertyGroup> + <PostBuildEvent>if $(ConfigurationName) == Release ( +xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i +)</PostBuildEvent> + </PropertyGroup> + <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" /> + <Import Project="..\packages\Microsoft.Bcl.Build.1.0.8\tools\Microsoft.Bcl.Build.targets" /> + <!-- 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> + --> +</Project>
\ No newline at end of file diff --git a/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs b/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs new file mode 100644 index 000000000..f48ad294c --- /dev/null +++ b/MediaBrowser.Model.Portable/Properties/AssemblyInfo.cs @@ -0,0 +1,25 @@ +using System.Resources; +using System.Reflection; +using System.Runtime.CompilerServices; +using System.Runtime.InteropServices; + +// General Information about an assembly is controlled through the following +// set of attributes. Change these attribute values to modify the information +// associated with an assembly. +[assembly: AssemblyTitle("MediaBrowser.Model.Portable")] +[assembly: AssemblyDescription("")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("")] +[assembly: AssemblyProduct("MediaBrowser.Model.Portable")] +[assembly: AssemblyCopyright("Copyright © 2013")] +[assembly: AssemblyTrademark("")] +[assembly: AssemblyCulture("")] +[assembly: NeutralResourcesLanguage("en")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +//
\ No newline at end of file diff --git a/MediaBrowser.Model.Portable/packages.config b/MediaBrowser.Model.Portable/packages.config new file mode 100644 index 000000000..6cfe4452b --- /dev/null +++ b/MediaBrowser.Model.Portable/packages.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<packages> + <package id="Microsoft.Bcl" version="1.0.19" targetFramework="portable-win+net45+sl40+wp71" /> + <package id="Microsoft.Bcl.Async" version="1.0.16" targetFramework="portable-win+net45+sl40+wp71" /> + <package id="Microsoft.Bcl.Build" version="1.0.8" targetFramework="portable-win+net45+sl40+wp71" /> +</packages>
\ No newline at end of file diff --git a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj index 95fea4071..36bb6f056 100644 --- a/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj +++ b/MediaBrowser.Model.net35/MediaBrowser.Model.net35.csproj @@ -85,6 +85,9 @@ <Compile Include="..\MediaBrowser.Model\Dto\ItemByNameCounts.cs"> <Link>Dto\ItemByNameCounts.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Dto\ItemCounts.cs"> + <Link>Dto\ItemCounts.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Dto\StreamOptions.cs"> <Link>Dto\StreamOptions.cs</Link> </Compile> @@ -229,6 +232,9 @@ <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs"> <Link>Notifications\NotificationResult.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs"> + <Link>Notifications\NotificationsSummary.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Plugins\BasePluginConfiguration.cs"> <Link>Plugins\BasePluginConfiguration.cs</Link> </Compile> @@ -259,6 +265,9 @@ <Compile Include="..\MediaBrowser.Model\Querying\ItemsResult.cs"> <Link>Querying\ItemsResult.cs</Link> </Compile> + <Compile Include="..\MediaBrowser.Model\Querying\NextUpQuery.cs"> + <Link>Querying\NextUpQuery.cs</Link> + </Compile> <Compile Include="..\MediaBrowser.Model\Querying\PersonsQuery.cs"> <Link>Querying\PersonsQuery.cs</Link> </Compile> diff --git a/MediaBrowser.sln b/MediaBrowser.sln index f4a9f3156..744debbcd 100644 --- a/MediaBrowser.sln +++ b/MediaBrowser.sln @@ -37,6 +37,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Tests", "Media EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Providers", "MediaBrowser.Providers\MediaBrowser.Providers.csproj", "{442B5058-DCAF-4263-BB6A-F21E31120A1B}" EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.Model.Portable", "MediaBrowser.Model.Portable\MediaBrowser.Model.Portable.csproj", "{D729ADB1-1C01-428D-B680-8EFACD687B2A}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -217,6 +219,20 @@ Global {442B5058-DCAF-4263-BB6A-F21E31120A1B}.Release|Win32.ActiveCfg = Release|Any CPU {442B5058-DCAF-4263-BB6A-F21E31120A1B}.Release|x64.ActiveCfg = Release|Any CPU {442B5058-DCAF-4263-BB6A-F21E31120A1B}.Release|x86.ActiveCfg = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|Any CPU.Build.0 = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|Win32.ActiveCfg = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|x64.ActiveCfg = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Debug|x86.ActiveCfg = Debug|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|Any CPU.ActiveCfg = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|Any CPU.Build.0 = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|Win32.ActiveCfg = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|x64.ActiveCfg = Release|Any CPU + {D729ADB1-1C01-428D-B680-8EFACD687B2A}.Release|x86.ActiveCfg = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE |
