| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228 | <?xml version="1.0" encoding="utf-8"?><Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />  <PropertyGroup>    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>    <ProjectGuid>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</ProjectGuid>    <OutputType>Library</OutputType>    <AppDesignerFolder>Properties</AppDesignerFolder>    <RootNamespace>MediaBrowser.Model</RootNamespace>    <AssemblyName>MediaBrowser.Model</AssemblyName>    <FileAlignment>512</FileAlignment>    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>    <RestorePackages>true</RestorePackages>    <FodyPath>..\packages\Fody.1.19.1.0</FodyPath>    <ProductVersion>10.0.0</ProductVersion>    <SchemaVersion>2.0</SchemaVersion>    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>  </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>    <PlatformTarget>AnyCPU</PlatformTarget>    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>  </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>    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>  </PropertyGroup>  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">    <DebugType>pdbonly</DebugType>    <Optimize>true</Optimize>    <OutputPath>bin\Release Mono\</OutputPath>    <DefineConstants>TRACE</DefineConstants>    <ErrorReport>prompt</ErrorReport>    <WarningLevel>4</WarningLevel>    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>  </PropertyGroup>  <PropertyGroup>    <RunPostBuildEvent>Always</RunPostBuildEvent>  </PropertyGroup>  <ItemGroup>    <Compile Include="..\SharedVersion.cs">      <Link>Properties\SharedVersion.cs</Link>    </Compile>    <Compile Include="ApiClient\HttpResponseEventArgs.cs" />    <Compile Include="ApiClient\IApiClient.cs" />    <Compile Include="ApiClient\ApiClientExtensions.cs" />    <Compile Include="ApiClient\IServerEvents.cs" />    <Compile Include="ApiClient\ServerEventArgs.cs" />    <Compile Include="Configuration\BaseApplicationConfiguration.cs" />    <Compile Include="Configuration\ManualLoginCategory.cs" />    <Compile Include="Configuration\ServerConfiguration.cs" />    <Compile Include="Drawing\ImageOutputFormat.cs" />    <Compile Include="Dto\BaseItemPerson.cs" />    <Compile Include="Dto\ChapterInfoDto.cs" />    <Compile Include="Dto\GameSystemSummary.cs" />    <Compile Include="Dto\IItemDto.cs" />    <Compile Include="Dto\ImageInfo.cs" />    <Compile Include="Dto\ItemByNameCounts.cs" />    <Compile Include="Dto\ItemCounts.cs" />    <Compile Include="Dto\ItemIndex.cs" />    <Compile Include="Entities\PackageReviewInfo.cs" />    <Compile Include="FileOrganization\FileOrganizationResult.cs" />    <Compile Include="FileOrganization\FileOrganizationQuery.cs" />    <Compile Include="LiveTv\ChannelInfoDto.cs" />    <Compile Include="LiveTv\ChannelQuery.cs" />    <Compile Include="LiveTv\ProgramInfoDto.cs" />    <Compile Include="LiveTv\ProgramQuery.cs" />    <Compile Include="LiveTv\RecordingGroupDto.cs" />    <Compile Include="LiveTv\RecordingQuery.cs" />    <Compile Include="LiveTv\RecordingStatus.cs" />    <Compile Include="LiveTv\SeriesTimerInfoDto.cs" />    <Compile Include="LiveTv\TimerInfoDto.cs" />    <Compile Include="Logging\NullLogger.cs" />    <Compile Include="News\NewsItem.cs" />    <Compile Include="Providers\ImageProviderInfo.cs" />    <Compile Include="Providers\RemoteImageInfo.cs" />    <Compile Include="Dto\StudioDto.cs" />    <Compile Include="Entities\CollectionType.cs" />    <Compile Include="Entities\ItemReview.cs" />    <Compile Include="Entities\MediaUrl.cs" />    <Compile Include="Entities\MetadataFields.cs" />    <Compile Include="Entities\UserDataSaveReason.cs" />    <Compile Include="Entities\Video3DFormat.cs" />    <Compile Include="Games\GameSystem.cs" />    <Compile Include="IO\IIsoManager.cs" />    <Compile Include="IO\IIsoMount.cs" />    <Compile Include="IO\IIsoMounter.cs" />    <Compile Include="LiveTv\ChannelType.cs" />    <Compile Include="LiveTv\LiveTvServiceInfo.cs" />    <Compile Include="LiveTv\RecordingInfoDto.cs" />    <Compile Include="Net\WebSocketMessage.cs" />    <Compile Include="Net\WebSocketMessageType.cs" />    <Compile Include="Net\WebSocketState.cs" />    <Compile Include="Notifications\Notification.cs" />    <Compile Include="Notifications\NotificationLevel.cs" />    <Compile Include="Notifications\NotificationQuery.cs" />    <Compile Include="Notifications\NotificationResult.cs" />    <Compile Include="Notifications\NotificationsSummary.cs" />    <Compile Include="Providers\RemoteImageResult.cs" />    <Compile Include="Querying\ArtistsQuery.cs" />    <Compile Include="Querying\EpisodeQuery.cs" />    <Compile Include="Querying\ItemCountsQuery.cs" />    <Compile Include="Querying\ItemsByNameQuery.cs" />    <Compile Include="Entities\BaseItemInfo.cs" />    <Compile Include="Querying\NextUpQuery.cs" />    <Compile Include="Querying\QueryResult.cs" />    <Compile Include="Querying\SessionQuery.cs" />    <Compile Include="Querying\SimilarItemsQuery.cs" />    <Compile Include="Querying\UserQuery.cs" />    <Compile Include="Search\SearchQuery.cs" />    <Compile Include="Session\BrowseRequest.cs" />    <Compile Include="Session\MessageCommand.cs" />    <Compile Include="Session\PlayRequest.cs" />    <Compile Include="Session\PlaystateCommand.cs" />    <Compile Include="Configuration\ImageDownloadOptions.cs" />    <Compile Include="Logging\ILogManager.cs" />    <Compile Include="MediaInfo\BlurayDiscInfo.cs" />    <Compile Include="Entities\ChapterInfo.cs" />    <Compile Include="Entities\LocationType.cs" />    <Compile Include="Entities\MBRegistrationRecord.cs" />    <Compile Include="Entities\MediaType.cs" />    <Compile Include="Entities\PersonType.cs" />    <Compile Include="Entities\PluginSecurityInfo.cs" />    <Compile Include="Globalization\CountryInfo.cs" />    <Compile Include="Globalization\CultureDto.cs" />    <Compile Include="IO\FileSystemEntryInfo.cs" />    <Compile Include="Dto\ImageOptions.cs" />    <Compile Include="Querying\ItemFilter.cs" />    <Compile Include="Querying\ItemQuery.cs" />    <Compile Include="Entities\LibraryUpdateInfo.cs" />    <Compile Include="Entities\ParentalRating.cs" />    <Compile Include="Dto\StreamOptions.cs" />    <Compile Include="Entities\VirtualFolderInfo.cs" />    <Compile Include="Extensions\ModelExtensions.cs" />    <Compile Include="IO\IZipClient.cs" />    <Compile Include="Logging\ILogger.cs" />    <Compile Include="Logging\LogSeverity.cs" />    <Compile Include="MediaInfo\IBlurayExaminer.cs" />    <Compile Include="Net\HttpException.cs" />    <Compile Include="Net\NetworkShare.cs" />    <Compile Include="Net\NetworkShareType.cs" />    <Compile Include="Querying\PersonsQuery.cs" />    <Compile Include="Querying\ThemeSongsResult.cs" />    <Compile Include="Search\SearchHint.cs" />    <Compile Include="Search\SearchHintResult.cs" />    <Compile Include="Serialization\IJsonSerializer.cs" />    <Compile Include="Serialization\IXmlSerializer.cs" />    <Compile Include="Session\SessionInfoDto.cs" />    <Compile Include="Session\SystemCommand.cs" />    <Compile Include="Session\UserDataChangeInfo.cs" />    <Compile Include="Updates\CheckForUpdateResult.cs" />    <Compile Include="Updates\PackageTargetSystem.cs" />    <Compile Include="Updates\InstallationInfo.cs" />    <Compile Include="Updates\PackageType.cs" />    <Compile Include="Updates\PackageVersionClass.cs" />    <Compile Include="Entities\RequestResult.cs" />    <Compile Include="Configuration\UserConfiguration.cs" />    <Compile Include="Drawing\DrawingUtils.cs" />    <Compile Include="Dto\UserItemDataDto.cs" />    <Compile Include="Querying\ItemFields.cs" />    <Compile Include="Querying\ItemSortBy.cs" />    <Compile Include="Dto\BaseItemDto.cs" />    <Compile Include="Dto\UserDto.cs" />    <Compile Include="Querying\ItemsResult.cs" />    <Compile Include="Entities\DisplayPreferences.cs" />    <Compile Include="Entities\ImageType.cs" />    <Compile Include="Entities\IHasProviderIds.cs" />    <Compile Include="Entities\MetadataProviders.cs" />    <Compile Include="Entities\SeriesStatus.cs" />    <Compile Include="Entities\MediaStream.cs" />    <Compile Include="Entities\VideoType.cs" />    <Compile Include="Plugins\BasePluginConfiguration.cs" />    <Compile Include="Plugins\PluginInfo.cs" />    <Compile Include="Properties\AssemblyInfo.cs" />    <Compile Include="System\SystemInfo.cs" />    <Compile Include="Tasks\SystemEvent.cs" />    <Compile Include="Tasks\TaskCompletionStatus.cs" />    <Compile Include="Tasks\TaskResult.cs" />    <Compile Include="Tasks\TaskInfo.cs" />    <Compile Include="Tasks\TaskState.cs" />    <Compile Include="Tasks\TaskTriggerInfo.cs" />    <Compile Include="Updates\PackageInfo.cs" />    <Compile Include="Updates\PackageVersionInfo.cs" />    <Compile Include="Users\AuthenticationResult.cs" />    <Compile Include="Weather\WeatherUnits.cs" />    <Compile Include="Web\QueryStringDictionary.cs" />    <None Include="Fody.targets" />    <None Include="FodyWeavers.xml" />    <None Include="packages.config" />  </ItemGroup>  <ItemGroup>    <Reference Include="Microsoft.CSharp" />    <Reference Include="System" />    <Reference Include="System.Core" />    <Reference Include="System.Runtime.Serialization" />    <Reference Include="PropertyChanged">      <HintPath>..\packages\PropertyChanged.Fody.1.41.0.0\Lib\NET35\PropertyChanged.dll</HintPath>      <Private>False</Private>    </Reference>  </ItemGroup>  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />  <PropertyGroup>    <PostBuildEvent Condition=" '$(ConfigurationName)' != 'Release Mono' ">if '$(ConfigurationName)' == 'Release' (xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\net45\" /y /d /r /i)</PostBuildEvent>  </PropertyGroup>  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />  <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>
 |