123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581 |
- <?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</RootNamespace>
- <AssemblyName>MediaBrowser.Model</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>
- <FodyPath>..\packages\Fody.1.19.1.0</FodyPath>
- </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="Fody.targets" />
- <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="PropertyChanged">
- <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\portable-net4+sl4+wp7+win8+MonoAndroid16+MonoTouch40\PropertyChanged.dll</HintPath>
- <Private>False</Private>
- </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\ApiClientExtensions.cs">
- <Link>ApiClient\ApiClientExtensions.cs</Link>
- </Compile>
- <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\ApiClient\IServerEvents.cs">
- <Link>ApiClient\IServerEvents.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\ApiClient\ServerEventArgs.cs">
- <Link>ApiClient\ServerEventArgs.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Channels\ChannelQuery.cs">
- <Link>Channels\ChannelQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\AutoOrganize.cs">
- <Link>Configuration\AutoOrganize.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs">
- <Link>Configuration\BaseApplicationConfiguration.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\DlnaOptions.cs">
- <Link>Configuration\DlnaOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\MetadataOptions.cs">
- <Link>Configuration\MetadataOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPlugin.cs">
- <Link>Configuration\MetadataPlugin.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\Dlna\CodecProfile.cs">
- <Link>Dlna\CodecProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\ConditionProcessor.cs">
- <Link>Dlna\ConditionProcessor.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\ContainerProfile.cs">
- <Link>Dlna\ContainerProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DeviceIdentification.cs">
- <Link>Dlna\DeviceIdentification.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfile.cs">
- <Link>Dlna\DeviceProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DeviceProfileInfo.cs">
- <Link>Dlna\DeviceProfileInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DirectPlayProfile.cs">
- <Link>Dlna\DirectPlayProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DlnaMaps.cs">
- <Link>Dlna\DlnaMaps.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\EventSubscription.cs">
- <Link>Dlna\EventSubscription.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\Filter.cs">
- <Link>Dlna\Filter.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfile.cs">
- <Link>Dlna\MediaFormatProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\MediaFormatProfileResolver.cs">
- <Link>Dlna\MediaFormatProfileResolver.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\ResponseProfile.cs">
- <Link>Dlna\ResponseProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\SearchCriteria.cs">
- <Link>Dlna\SearchCriteria.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\SortCriteria.cs">
- <Link>Dlna\SortCriteria.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\StreamBuilder.cs">
- <Link>Dlna\StreamBuilder.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\StreamInfo.cs">
- <Link>Dlna\StreamInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\TranscodingProfile.cs">
- <Link>Dlna\TranscodingProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\DrawingUtils.cs">
- <Link>Drawing\DrawingUtils.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\ImageOutputFormat.cs">
- <Link>Drawing\ImageOutputFormat.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\GameSystemSummary.cs">
- <Link>Dto\GameSystemSummary.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\ItemIndex.cs">
- <Link>Dto\ItemIndex.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dto\MediaVersionInfo.cs">
- <Link>Dto\MediaVersionInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dto\RecommendationDto.cs">
- <Link>Dto\RecommendationDto.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\IHasProviderIds.cs">
- <Link>Entities\IHasProviderIds.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\FileOrganization\FileOrganizationQuery.cs">
- <Link>FileOrganization\FileOrganizationQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResult.cs">
- <Link>FileOrganization\FileOrganizationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Games\GameSystem.cs">
- <Link>Games\GameSystem.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\Library\PlayAccess.cs">
- <Link>Library\PlayAccess.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelInfoDto.cs">
- <Link>LiveTv\ChannelInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelQuery.cs">
- <Link>LiveTv\ChannelQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelType.cs">
- <Link>LiveTv\ChannelType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceInfo.cs">
- <Link>LiveTv\LiveTvServiceInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramInfoDto.cs">
- <Link>LiveTv\ProgramInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramQuery.cs">
- <Link>LiveTv\ProgramQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupDto.cs">
- <Link>LiveTv\RecordingGroupDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingInfoDto.cs">
- <Link>LiveTv\RecordingInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingQuery.cs">
- <Link>LiveTv\RecordingQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingStatus.cs">
- <Link>LiveTv\RecordingStatus.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\SeriesTimerInfoDto.cs">
- <Link>LiveTv\SeriesTimerInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\TimerInfoDto.cs">
- <Link>LiveTv\TimerInfoDto.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\Logging\NullLogger.cs">
- <Link>Logging\NullLogger.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\News\NewsItem.cs">
- <Link>News\NewsItem.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\Providers\ExternalIdInfo.cs">
- <Link>Providers\ExternalIdInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Providers\ImageProviderInfo.cs">
- <Link>Providers\ImageProviderInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageInfo.cs">
- <Link>Providers\RemoteImageInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Providers\RemoteImageResult.cs">
- <Link>Providers\RemoteImageResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Providers\RemoteSearchResult.cs">
- <Link>Providers\RemoteSearchResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\ArtistsQuery.cs">
- <Link>Querying\ArtistsQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\EpisodeQuery.cs">
- <Link>Querying\EpisodeQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\ItemCountsQuery.cs">
- <Link>Querying\ItemCountsQuery.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\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\QueryResult.cs">
- <Link>Querying\QueryResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\SessionQuery.cs">
- <Link>Querying\SessionQuery.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\Search\SearchQuery.cs">
- <Link>Search\SearchQuery.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\GeneralCommand.cs">
- <Link>Session\GeneralCommand.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\MessageCommand.cs">
- <Link>Session\MessageCommand.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlaybackReports.cs">
- <Link>Session\PlaybackReports.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\SessionCapabilities.cs">
- <Link>Session\SessionCapabilities.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\SessionInfoDto.cs">
- <Link>Session\SessionInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\UserDataChangeInfo.cs">
- <Link>Session\UserDataChangeInfo.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\Themes\AppTheme.cs">
- <Link>Themes\AppTheme.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Themes\ThemeImage.cs">
- <Link>Themes\ThemeImage.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>
- <ItemGroup>
- <Content Include="FodyWeavers.xml" />
- </ItemGroup>
- <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>if $(ConfigurationName) == Release (
- xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\portable\" /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" />
- <Import Project="Fody.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>
|