2013-02-20 18:33:05 -07:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2016-10-07 22:57:38 -07:00
|
|
|
|
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<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>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</ProjectGuid>
|
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
|
<RootNamespace>MediaBrowser.Api</RootNamespace>
|
|
|
|
|
<AssemblyName>MediaBrowser.Api</AssemblyName>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
2016-10-21 19:08:34 -07:00
|
|
|
|
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
|
2015-09-13 14:32:02 -07:00
|
|
|
|
<ReleaseVersion>
|
|
|
|
|
</ReleaseVersion>
|
2016-10-07 22:57:38 -07:00
|
|
|
|
<TargetFrameworkProfile />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</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>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
|
2014-11-05 12:28:41 -07:00
|
|
|
|
<DebugType>none</DebugType>
|
2013-12-11 12:54:33 -07:00
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<RunPostBuildEvent>Always</RunPostBuildEvent>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<ItemGroup>
|
2015-10-03 21:23:11 -07:00
|
|
|
|
<Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
2016-03-22 20:03:35 -07:00
|
|
|
|
<HintPath>..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath>
|
2015-10-03 21:23:11 -07:00
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="Patterns.Logging">
|
|
|
|
|
<HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
|
|
<Reference Include="System.Data" />
|
|
|
|
|
<Reference Include="System.Xml" />
|
2013-12-08 10:57:49 -07:00
|
|
|
|
<Reference Include="ServiceStack.Interfaces">
|
|
|
|
|
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
|
|
|
|
|
</Reference>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2013-02-22 00:17:50 -07:00
|
|
|
|
<Compile Include="..\SharedVersion.cs">
|
|
|
|
|
<Link>Properties\SharedVersion.cs</Link>
|
|
|
|
|
</Compile>
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<Compile Include="BrandingService.cs" />
|
2014-03-17 18:45:41 -07:00
|
|
|
|
<Compile Include="ChannelService.cs" />
|
2014-09-14 08:10:51 -07:00
|
|
|
|
<Compile Include="ConnectService.cs" />
|
2014-10-11 13:38:13 -07:00
|
|
|
|
<Compile Include="Devices\DeviceService.cs" />
|
2014-04-10 08:06:54 -07:00
|
|
|
|
<Compile Include="Dlna\DlnaServerService.cs" />
|
|
|
|
|
<Compile Include="Dlna\DlnaService.cs" />
|
2014-11-09 11:24:57 -07:00
|
|
|
|
<Compile Include="FilterService.cs" />
|
2014-12-01 05:43:34 -07:00
|
|
|
|
<Compile Include="IHasDtoOptions.cs" />
|
2014-11-18 19:45:12 -07:00
|
|
|
|
<Compile Include="Playback\MediaInfoService.cs" />
|
2015-02-27 10:43:06 -07:00
|
|
|
|
<Compile Include="Playback\TranscodingThrottler.cs" />
|
2014-08-01 19:34:45 -07:00
|
|
|
|
<Compile Include="PlaylistService.cs" />
|
2015-06-11 11:25:12 -07:00
|
|
|
|
<Compile Include="Reports\Activities\ReportActivitiesBuilder.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\HeaderActivitiesMetadata.cs" />
|
2015-04-17 12:12:25 -07:00
|
|
|
|
<Compile Include="Reports\Common\HeaderMetadata.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\ItemViewType.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\ReportBuilderBase.cs" />
|
2015-07-27 11:16:37 -07:00
|
|
|
|
<Compile Include="Reports\Common\ReportDisplayType.cs" />
|
2015-04-17 12:12:25 -07:00
|
|
|
|
<Compile Include="Reports\Common\ReportExportType.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\ReportFieldType.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\ReportHeaderIdType.cs" />
|
|
|
|
|
<Compile Include="Reports\Common\ReportHelper.cs" />
|
2015-06-11 11:25:12 -07:00
|
|
|
|
<Compile Include="Reports\Common\ReportIncludeItemTypes.cs" />
|
2015-04-17 12:12:25 -07:00
|
|
|
|
<Compile Include="Reports\Common\ReportViewType.cs" />
|
|
|
|
|
<Compile Include="Reports\Data\ReportBuilder.cs" />
|
|
|
|
|
<Compile Include="Reports\Data\ReportExport.cs" />
|
|
|
|
|
<Compile Include="Reports\Data\ReportOptions.cs" />
|
2015-06-11 11:25:12 -07:00
|
|
|
|
<Compile Include="Reports\Model\ReportGroup.cs" />
|
|
|
|
|
<Compile Include="Reports\Model\ReportHeader.cs" />
|
|
|
|
|
<Compile Include="Reports\Model\ReportItem.cs" />
|
|
|
|
|
<Compile Include="Reports\Model\ReportResult.cs" />
|
|
|
|
|
<Compile Include="Reports\Model\ReportRow.cs" />
|
2015-02-06 20:25:39 -07:00
|
|
|
|
<Compile Include="Reports\ReportRequests.cs" />
|
2015-04-17 12:12:25 -07:00
|
|
|
|
<Compile Include="Reports\ReportsService.cs" />
|
|
|
|
|
<Compile Include="Reports\Stat\ReportStatBuilder.cs" />
|
|
|
|
|
<Compile Include="Reports\Stat\ReportStatGroup.cs" />
|
|
|
|
|
<Compile Include="Reports\Stat\ReportStatItem.cs" />
|
|
|
|
|
<Compile Include="Reports\Stat\ReportStatResult.cs" />
|
2015-06-30 16:59:45 -07:00
|
|
|
|
<Compile Include="Social\SharingService.cs" />
|
2014-11-14 19:31:03 -07:00
|
|
|
|
<Compile Include="StartupWizardService.cs" />
|
2014-07-03 19:22:57 -07:00
|
|
|
|
<Compile Include="Subtitles\SubtitleService.cs" />
|
2014-03-07 08:53:23 -07:00
|
|
|
|
<Compile Include="Movies\CollectionService.cs" />
|
2014-03-05 22:17:13 -07:00
|
|
|
|
<Compile Include="Music\AlbumsService.cs" />
|
2013-03-15 22:52:33 -07:00
|
|
|
|
<Compile Include="BaseApiService.cs" />
|
2014-02-02 06:36:31 -07:00
|
|
|
|
<Compile Include="ConfigurationService.cs" />
|
2013-04-05 10:10:55 -07:00
|
|
|
|
<Compile Include="DisplayPreferencesService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="EnvironmentService.cs" />
|
2013-05-25 16:52:41 -07:00
|
|
|
|
<Compile Include="GamesService.cs" />
|
2013-11-22 08:33:14 -07:00
|
|
|
|
<Compile Include="IHasItemFields.cs" />
|
2013-05-02 07:30:38 -07:00
|
|
|
|
<Compile Include="Images\ImageByNameService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="Images\ImageRequest.cs" />
|
|
|
|
|
<Compile Include="Images\ImageService.cs" />
|
2014-03-05 22:17:13 -07:00
|
|
|
|
<Compile Include="Music\InstantMixService.cs" />
|
2014-03-01 15:34:27 -07:00
|
|
|
|
<Compile Include="ItemLookupService.cs" />
|
2013-06-27 12:29:58 -07:00
|
|
|
|
<Compile Include="ItemRefreshService.cs" />
|
2013-06-27 12:06:37 -07:00
|
|
|
|
<Compile Include="ItemUpdateService.cs" />
|
2014-02-20 22:04:11 -07:00
|
|
|
|
<Compile Include="Library\LibraryService.cs" />
|
2014-01-20 11:46:08 -07:00
|
|
|
|
<Compile Include="Library\FileOrganizationService.cs" />
|
2013-02-24 20:56:00 -07:00
|
|
|
|
<Compile Include="Library\LibraryStructureService.cs" />
|
2013-09-26 08:48:14 -07:00
|
|
|
|
<Compile Include="LiveTv\LiveTvService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="LocalizationService.cs" />
|
2014-03-07 08:53:23 -07:00
|
|
|
|
<Compile Include="Movies\MoviesService.cs" />
|
2014-01-18 14:52:01 -07:00
|
|
|
|
<Compile Include="NewsService.cs" />
|
2013-07-06 14:23:32 -07:00
|
|
|
|
<Compile Include="NotificationsService.cs" />
|
2013-11-07 10:27:05 -07:00
|
|
|
|
<Compile Include="PackageReviewService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="PackageService.cs" />
|
2013-02-27 16:33:40 -07:00
|
|
|
|
<Compile Include="Playback\Hls\BaseHlsService.cs" />
|
2014-01-23 11:05:41 -07:00
|
|
|
|
<Compile Include="Playback\Hls\DynamicHlsService.cs" />
|
2013-09-24 12:54:42 -07:00
|
|
|
|
<Compile Include="Playback\Hls\HlsSegmentService.cs" />
|
2013-02-27 16:33:40 -07:00
|
|
|
|
<Compile Include="Playback\Hls\VideoHlsService.cs" />
|
2013-02-26 21:19:05 -07:00
|
|
|
|
<Compile Include="Playback\Progressive\AudioService.cs" />
|
|
|
|
|
<Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
|
|
|
|
|
<Compile Include="Playback\BaseStreamingService.cs" />
|
|
|
|
|
<Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
|
2013-05-17 11:05:49 -07:00
|
|
|
|
<Compile Include="Playback\StaticRemoteStreamWriter.cs" />
|
2013-02-26 14:53:51 -07:00
|
|
|
|
<Compile Include="Playback\StreamRequest.cs" />
|
2013-02-26 21:19:05 -07:00
|
|
|
|
<Compile Include="Playback\StreamState.cs" />
|
|
|
|
|
<Compile Include="Playback\Progressive\VideoService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="PluginService.cs" />
|
2013-11-05 08:12:13 -07:00
|
|
|
|
<Compile Include="Images\RemoteImageService.cs" />
|
2013-02-21 21:23:06 -07:00
|
|
|
|
<Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
|
|
|
|
|
<Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
|
2013-03-08 12:14:09 -07:00
|
|
|
|
<Compile Include="ApiEntryPoint.cs" />
|
2013-04-26 12:20:53 -07:00
|
|
|
|
<Compile Include="SearchService.cs" />
|
2014-08-10 15:13:17 -07:00
|
|
|
|
<Compile Include="Session\SessionsService.cs" />
|
2013-05-25 16:52:41 -07:00
|
|
|
|
<Compile Include="SimilarItemsHelper.cs" />
|
2015-03-15 10:50:47 -07:00
|
|
|
|
<Compile Include="Sync\SyncHelper.cs" />
|
2015-02-04 20:01:37 -07:00
|
|
|
|
<Compile Include="Sync\SyncJobWebSocketListener.cs" />
|
2015-02-04 13:16:23 -07:00
|
|
|
|
<Compile Include="Sync\SyncJobsWebSocketListener.cs" />
|
2014-07-17 15:21:35 -07:00
|
|
|
|
<Compile Include="Sync\SyncService.cs" />
|
2014-08-10 15:13:17 -07:00
|
|
|
|
<Compile Include="System\ActivityLogService.cs" />
|
2014-08-11 07:15:53 -07:00
|
|
|
|
<Compile Include="System\ActivityLogWebSocketListener.cs" />
|
2014-08-10 15:13:17 -07:00
|
|
|
|
<Compile Include="System\SystemService.cs" />
|
2014-03-07 08:53:23 -07:00
|
|
|
|
<Compile Include="Movies\TrailersService.cs" />
|
2013-04-30 20:28:26 -07:00
|
|
|
|
<Compile Include="TvShowsService.cs" />
|
2013-04-21 21:38:03 -07:00
|
|
|
|
<Compile Include="UserLibrary\ArtistsService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="UserLibrary\BaseItemsByNameService.cs" />
|
2013-03-10 22:06:55 -07:00
|
|
|
|
<Compile Include="UserLibrary\BaseItemsRequest.cs" />
|
2013-07-01 10:17:33 -07:00
|
|
|
|
<Compile Include="UserLibrary\GameGenresService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="UserLibrary\GenresService.cs" />
|
|
|
|
|
<Compile Include="UserLibrary\ItemsService.cs" />
|
2013-06-10 20:31:00 -07:00
|
|
|
|
<Compile Include="UserLibrary\MusicGenresService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="UserLibrary\PersonsService.cs" />
|
2014-07-04 22:21:13 -07:00
|
|
|
|
<Compile Include="UserLibrary\PlaystateService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="UserLibrary\StudiosService.cs" />
|
|
|
|
|
<Compile Include="UserLibrary\UserLibraryService.cs" />
|
2015-04-15 14:59:20 -07:00
|
|
|
|
<Compile Include="UserLibrary\UserViewsService.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Compile Include="UserLibrary\YearsService.cs" />
|
|
|
|
|
<Compile Include="UserService.cs" />
|
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
2013-06-12 14:46:50 -07:00
|
|
|
|
<Compile Include="VideosService.cs" />
|
2014-08-10 15:13:17 -07:00
|
|
|
|
<Compile Include="Session\SessionInfoWebSocketListener.cs" />
|
|
|
|
|
<Compile Include="System\SystemInfoWebSocketListener.cs" />
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Name>MediaBrowser.Common</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Name>MediaBrowser.Controller</Name>
|
|
|
|
|
</ProjectReference>
|
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
2013-09-24 14:06:21 -07:00
|
|
|
|
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
|
</ProjectReference>
|
2016-10-07 08:08:13 -07:00
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
|
|
|
|
|
<Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
|
|
|
|
|
<Name>MediaBrowser.Server.Implementations</Name>
|
|
|
|
|
</ProjectReference>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="packages.config" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
<PropertyGroup>
|
2013-02-28 12:32:41 -07:00
|
|
|
|
<PostBuildEvent>
|
|
|
|
|
</PostBuildEvent>
|
2013-02-20 18:33:05 -07:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<!-- 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>
|
|
|
|
|
-->
|
2014-08-10 15:13:17 -07:00
|
|
|
|
</Project>
|