12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046 |
- <?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>{657B5410-7C3B-4806-9753-D254102CE537}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MediaBrowser.Model</RootNamespace>
- <AssemblyName>MediaBrowser.Model</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
- <RestorePackages>true</RestorePackages>
- <FodyPath>..\packages\Fody.1.17.0.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>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>MediaBrowser.Model.snk</AssemblyOriginatorKeyFile>
- </PropertyGroup>
- <PropertyGroup>
- <RunPostBuildEvent>Always</RunPostBuildEvent>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\mediabrowser.model\activity\ActivityLogEntry.cs">
- <Link>Activity\ActivityLogEntry.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\ApiClient\ConnectionMode.cs">
- <Link>ApiClient\ConnectionMode.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>
- <Compile Include="..\MediaBrowser.Model\ApiClient\HttpResponseEventArgs.cs">
- <Link>ApiClient\HttpResponseEventArgs.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\ApiClient\IServerEvents.cs">
- <Link>ApiClient\IServerEvents.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\ApiClient\ServerDiscoveryInfo.cs">
- <Link>ApiClient\ServerDiscoveryInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\ApiClient\ServerInfo.cs">
- <Link>ApiClient\ServerInfo.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Channels\ChannelMediaType.cs">
- <Link>Channels\ChannelMediaType.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Chapters\RemoteChapterResult.cs">
- <Link>Chapters\RemoteChapterResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Collections\CollectionCreationResult.cs">
- <Link>Collections\CollectionCreationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\BaseApplicationConfiguration.cs">
- <Link>Configuration\BaseApplicationConfiguration.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\ChannelOptions.cs">
- <Link>Configuration\ChannelOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\ChapterOptions.cs">
- <Link>Configuration\ChapterOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\DlnaOptions.cs">
- <Link>Configuration\DlnaOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\EncodingQuality.cs">
- <Link>Configuration\EncodingQuality.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\ImageOption.cs">
- <Link>Configuration\ImageOption.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\ImageSavingConvention.cs">
- <Link>Configuration\ImageSavingConvention.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\MetadataConfiguration.cs">
- <Link>Configuration\MetadataConfiguration.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\MetadataPluginSummary.cs">
- <Link>Configuration\MetadataPluginSummary.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\MetadataPluginType.cs">
- <Link>Configuration\MetadataPluginType.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Configuration\SubtitlePlaybackMode.cs">
- <Link>Configuration\SubtitlePlaybackMode.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\UnratedItem.cs">
- <Link>Configuration\UnratedItem.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\UserConfiguration.cs">
- <Link>Configuration\UserConfiguration.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Configuration\XbmcMetadataOptions.cs">
- <Link>Configuration\XbmcMetadataOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Connect\ConnectAuthorization.cs">
- <Link>Connect\ConnectAuthorization.cs</Link>
- </Compile>
- <Compile Include="..\mediabrowser.model\connect\UserLinkType.cs">
- <Link>Connect\UserLinkType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Devices\ContentUploadHistory.cs">
- <Link>Devices\ContentUploadHistory.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Devices\DeviceInfo.cs">
- <Link>Devices\DeviceInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Devices\DeviceOptions.cs">
- <Link>Devices\DeviceOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Devices\DevicesOptions.cs">
- <Link>Devices\DevicesOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Devices\LocalFileInfo.cs">
- <Link>Devices\LocalFileInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\AudioOptions.cs">
- <Link>Dlna\AudioOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\CodecProfile.cs">
- <Link>Dlna\CodecProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\CodecType.cs">
- <Link>Dlna\CodecType.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\ContentFeatureBuilder.cs">
- <Link>Dlna\ContentFeatureBuilder.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\DeviceProfileType.cs">
- <Link>Dlna\DeviceProfileType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DirectPlayProfile.cs">
- <Link>Dlna\DirectPlayProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DlnaFlags.cs">
- <Link>Dlna\DlnaFlags.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\DlnaMaps.cs">
- <Link>Dlna\DlnaMaps.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Dlna\HttpHeaderInfo.cs">
- <Link>Dlna\HttpHeaderInfo.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\ProfileCondition.cs">
- <Link>Dlna\ProfileCondition.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\ProfileConditionType.cs">
- <Link>Dlna\ProfileConditionType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\ProfileConditionValue.cs">
- <Link>Dlna\ProfileConditionValue.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\Profiles\AndroidProfile.cs">
- <Link>Dlna\Profiles\AndroidProfile.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Dlna\SearchCriteria.cs">
- <Link>Dlna\SearchCriteria.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\SearchType.cs">
- <Link>Dlna\SearchType.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\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>
- <Compile Include="..\MediaBrowser.Model\Dlna\TranscodingProfile.cs">
- <Link>Dlna\TranscodingProfile.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\VideoOptions.cs">
- <Link>Dlna\VideoOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dlna\XmlAttribute.cs">
- <Link>Dlna\XmlAttribute.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\DrawingUtils.cs">
- <Link>Drawing\DrawingUtils.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\ImageOrientation.cs">
- <Link>Drawing\ImageOrientation.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\ImageOutputFormat.cs">
- <Link>Drawing\ImageOutputFormat.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Drawing\ImageSize.cs">
- <Link>Drawing\ImageSize.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\ImageByNameInfo.cs">
- <Link>Dto\ImageByNameInfo.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\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>
- <Compile Include="..\MediaBrowser.Model\Dto\RecommendationDto.cs">
- <Link>Dto\RecommendationDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Dto\RecommendationType.cs">
- <Link>Dto\RecommendationType.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\SubtitleDownloadOptions.cs">
- <Link>Dto\SubtitleDownloadOptions.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\Dto\VideoStreamOptions.cs">
- <Link>Dto\VideoStreamOptions.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\CollectionType.cs">
- <Link>Entities\CollectionType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\DisplayPreferences.cs">
- <Link>Entities\DisplayPreferences.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\EmptyRequestResult.cs">
- <Link>Entities\EmptyRequestResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\ExtraType.cs">
- <Link>Entities\ExtraType.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\IsoType.cs">
- <Link>Entities\IsoType.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\MediaInfo.cs">
- <Link>Entities\MediaInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\MediaStream.cs">
- <Link>Entities\MediaStream.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\MediaStreamType.cs">
- <Link>Entities\MediaStreamType.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\PackageReviewInfo.cs">
- <Link>Entities\PackageReviewInfo.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\ProviderIdsExtensions.cs">
- <Link>Entities\ProviderIdsExtensions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\ScrollDirection.cs">
- <Link>Entities\ScrollDirection.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\SeriesStatus.cs">
- <Link>Entities\SeriesStatus.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Entities\Video3DFormat.cs">
- <Link>Entities\Video3DFormat.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Entities\VideoSize.cs">
- <Link>Entities\VideoSize.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\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>
- <Compile Include="..\MediaBrowser.Model\Extensions\IntHelper.cs">
- <Link>Extensions\IntHelper.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Extensions\ListHelper.cs">
- <Link>Extensions\ListHelper.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Extensions\StringHelper.cs">
- <Link>Extensions\StringHelper.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\AutoOrganizeOptions.cs">
- <Link>FileOrganization\AutoOrganizeOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\EpisodeFileOrganizationRequest.cs">
- <Link>FileOrganization\EpisodeFileOrganizationRequest.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResult.cs">
- <Link>FileOrganization\FileOrganizationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizationResultQuery.cs">
- <Link>FileOrganization\FileOrganizationResultQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\FileOrganizerType.cs">
- <Link>FileOrganization\FileOrganizerType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\FileSortingStatus.cs">
- <Link>FileOrganization\FileSortingStatus.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\FileOrganization\TvFileOrganizationOptions.cs">
- <Link>FileOrganization\TvFileOrganizationOptions.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\Globalization\LocalizatonOption.cs">
- <Link>Globalization\LocalizatonOption.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryInfo.cs">
- <Link>IO\FileSystemEntryInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\IO\FileSystemEntryType.cs">
- <Link>IO\FileSystemEntryType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\IO\IIsoMount.cs">
- <Link>IO\IIsoMount.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\BaseTimerInfoDto.cs">
- <Link>LiveTv\BaseTimerInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelInfoDto.cs">
- <Link>LiveTv\ChannelInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ChannelType.cs">
- <Link>LiveTv\ChannelType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\DayPattern.cs">
- <Link>LiveTv\DayPattern.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\GuideInfo.cs">
- <Link>LiveTv\GuideInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvChannelQuery.cs">
- <Link>LiveTv\LiveTvChannelQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvInfo.cs">
- <Link>LiveTv\LiveTvInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvOptions.cs">
- <Link>LiveTv\LiveTvOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceInfo.cs">
- <Link>LiveTv\LiveTvServiceInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvServiceStatus.cs">
- <Link>LiveTv\LiveTvServiceStatus.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvTunerInfoDto.cs">
- <Link>LiveTv\LiveTvTunerInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\LiveTvTunerStatus.cs">
- <Link>LiveTv\LiveTvTunerStatus.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\ProgramAudio.cs">
- <Link>LiveTv\ProgramAudio.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\RecommendedProgramQuery.cs">
- <Link>LiveTv\RecommendedProgramQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupDto.cs">
- <Link>LiveTv\RecordingGroupDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\RecordingGroupQuery.cs">
- <Link>LiveTv\RecordingGroupQuery.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\SeriesTimerQuery.cs">
- <Link>LiveTv\SeriesTimerQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\TimerInfoDto.cs">
- <Link>LiveTv\TimerInfoDto.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\LiveTv\TimerQuery.cs">
- <Link>LiveTv\TimerQuery.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\AudioCodec.cs">
- <Link>MediaInfo\AudioCodec.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\MediaInfo\BlurayDiscInfo.cs">
- <Link>MediaInfo\BlurayDiscInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\MediaInfo\Container.cs">
- <Link>MediaInfo\Container.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\MediaInfo\TransportStreamTimestamp.cs">
- <Link>MediaInfo\TransportStreamTimestamp.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\MediaInfo\VideoCodec.cs">
- <Link>MediaInfo\VideoCodec.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\NewsChannel.cs">
- <Link>News\NewsChannel.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\News\NewsItem.cs">
- <Link>News\NewsItem.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\News\NewsQuery.cs">
- <Link>News\NewsQuery.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\NotificationOption.cs">
- <Link>Notifications\NotificationOption.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationOptions.cs">
- <Link>Notifications\NotificationOptions.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationQuery.cs">
- <Link>Notifications\NotificationQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationRequest.cs">
- <Link>Notifications\NotificationRequest.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationResult.cs">
- <Link>Notifications\NotificationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationServiceInfo.cs">
- <Link>Notifications\NotificationServiceInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationsSummary.cs">
- <Link>Notifications\NotificationsSummary.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationType.cs">
- <Link>Notifications\NotificationType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\NotificationTypeInfo.cs">
- <Link>Notifications\NotificationTypeInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Notifications\SendToUserType.cs">
- <Link>Notifications\SendToUserType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationRequest.cs">
- <Link>Playlists\PlaylistCreationRequest.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistCreationResult.cs">
- <Link>Playlists\PlaylistCreationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Playlists\PlaylistItemQuery.cs">
- <Link>Playlists\PlaylistItemQuery.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\ExternalUrl.cs">
- <Link>Providers\ExternalUrl.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\RemoteImageQuery.cs">
- <Link>Providers\RemoteImageQuery.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\Providers\RemoteSubtitleInfo.cs">
- <Link>Providers\RemoteSubtitleInfo.cs</Link>
- </Compile>
- <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>
- <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\LatestItemsQuery.cs">
- <Link>Querying\LatestItemsQuery.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\SeasonQuery.cs">
- <Link>Querying\SeasonQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\SessionQuery.cs">
- <Link>Querying\SessionQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsByNameQuery.cs">
- <Link>Querying\SimilarItemsByNameQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\SimilarItemsQuery.cs">
- <Link>Querying\SimilarItemsQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\ThemeMediaResult.cs">
- <Link>Querying\ThemeMediaResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Querying\UpcomingEpisodesQuery.cs">
- <Link>Querying\UpcomingEpisodesQuery.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\ClientCapabilities.cs">
- <Link>Session\ClientCapabilities.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\GeneralCommand.cs">
- <Link>Session\GeneralCommand.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\GeneralCommandType.cs">
- <Link>Session\GeneralCommandType.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\MessageCommand.cs">
- <Link>Session\MessageCommand.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlaybackProgressInfo.cs">
- <Link>Session\PlaybackProgressInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlaybackStartInfo.cs">
- <Link>Session\PlaybackStartInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlaybackStopInfo.cs">
- <Link>Session\PlaybackStopInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlayCommand.cs">
- <Link>Session\PlayCommand.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlayerStateInfo.cs">
- <Link>Session\PlayerStateInfo.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\PlayMethod.cs">
- <Link>Session\PlayMethod.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\PlaystateRequest.cs">
- <Link>Session\PlaystateRequest.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Session\SessionInfoDto.cs">
- <Link>Session\SessionInfoDto.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncJob.cs">
- <Link>Sync\SyncJob.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncJobCreationResult.cs">
- <Link>Sync\SyncJobCreationResult.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncJobItem.cs">
- <Link>Sync\SyncJobItem.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncJobQuery.cs">
- <Link>Sync\SyncJobQuery.cs</Link>
- </Compile>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncJobRequest.cs">
- <Link>Sync\SyncJobRequest.cs</Link>
- </Compile>
- <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>
- <Compile Include="..\MediaBrowser.Model\Sync\SyncTarget.cs">
- <Link>Sync\SyncTarget.cs</Link>
- </Compile>
- <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>
- <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\AppThemeInfo.cs">
- <Link>Themes\AppThemeInfo.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="..\SharedVersion.cs">
- <Link>Properties\SharedVersion.cs</Link>
- </Compile>
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="MediaBrowser.Model.snk" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="FodyWeavers.xml" />
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>if $(ConfigurationName) == Release (
- xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net35\" /y /d /r /i
- )</PostBuildEvent>
- </PropertyGroup>
- <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.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>
|