jellyfin/MediaBrowser.Api/MediaBrowser.Api.csproj

192 lines
9.6 KiB
XML
Raw Normal View History

2013-02-21 02:33:05 +01:00
<?xml version="1.0" encoding="utf-8"?>
2016-10-08 07:57:38 +02:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2013-02-21 02:33:05 +01: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-11-01 04:07:45 +01:00
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 02:33:05 +01: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 20:28:41 +01:00
<DebugType>none</DebugType>
2013-02-21 02:33:05 +01:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2013-12-11 20:54:33 +01:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
2014-11-05 20:28:41 +01:00
<DebugType>none</DebugType>
2013-12-11 20:54:33 +01:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2013-02-21 02:33:05 +01:00
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
2013-02-22 08:17:50 +01:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2016-10-25 21:02:04 +02:00
<Compile Include="BasePeriodicWebSocketListener.cs" />
<Compile Include="BrandingService.cs" />
2014-03-18 02:45:41 +01:00
<Compile Include="ChannelService.cs" />
2014-09-14 17:10:51 +02:00
<Compile Include="ConnectService.cs" />
2014-10-11 22:38:13 +02:00
<Compile Include="Devices\DeviceService.cs" />
2014-04-10 17:06:54 +02:00
<Compile Include="Dlna\DlnaServerService.cs" />
<Compile Include="Dlna\DlnaService.cs" />
<Compile Include="FilterService.cs" />
2014-12-01 13:43:34 +01:00
<Compile Include="IHasDtoOptions.cs" />
2014-11-19 03:45:12 +01:00
<Compile Include="Playback\MediaInfoService.cs" />
2015-02-27 18:43:06 +01:00
<Compile Include="Playback\TranscodingThrottler.cs" />
2014-08-02 04:34:45 +02:00
<Compile Include="PlaylistService.cs" />
2015-06-11 20:25:12 +02:00
<Compile Include="Reports\Activities\ReportActivitiesBuilder.cs" />
<Compile Include="Reports\Common\HeaderActivitiesMetadata.cs" />
2015-04-17 21:12:25 +02:00
<Compile Include="Reports\Common\HeaderMetadata.cs" />
<Compile Include="Reports\Common\ItemViewType.cs" />
<Compile Include="Reports\Common\ReportBuilderBase.cs" />
<Compile Include="Reports\Common\ReportDisplayType.cs" />
2015-04-17 21:12:25 +02: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 20:25:12 +02:00
<Compile Include="Reports\Common\ReportIncludeItemTypes.cs" />
2015-04-17 21:12:25 +02: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 20:25:12 +02: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-07 04:25:39 +01:00
<Compile Include="Reports\ReportRequests.cs" />
2015-04-17 21:12:25 +02: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-07-01 01:59:45 +02:00
<Compile Include="Social\SharingService.cs" />
2014-11-15 03:31:03 +01:00
<Compile Include="StartupWizardService.cs" />
<Compile Include="Subtitles\SubtitleService.cs" />
<Compile Include="Movies\CollectionService.cs" />
2014-03-06 06:17:13 +01:00
<Compile Include="Music\AlbumsService.cs" />
2013-03-16 06:52:33 +01:00
<Compile Include="BaseApiService.cs" />
2014-02-02 14:36:31 +01:00
<Compile Include="ConfigurationService.cs" />
<Compile Include="DisplayPreferencesService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="EnvironmentService.cs" />
<Compile Include="GamesService.cs" />
<Compile Include="IHasItemFields.cs" />
2013-05-02 16:30:38 +02:00
<Compile Include="Images\ImageByNameService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="Images\ImageRequest.cs" />
<Compile Include="Images\ImageService.cs" />
2014-03-06 06:17:13 +01:00
<Compile Include="Music\InstantMixService.cs" />
2014-03-01 23:34:27 +01:00
<Compile Include="ItemLookupService.cs" />
2013-06-27 21:29:58 +02:00
<Compile Include="ItemRefreshService.cs" />
2013-06-27 21:06:37 +02:00
<Compile Include="ItemUpdateService.cs" />
2014-02-21 06:04:11 +01:00
<Compile Include="Library\LibraryService.cs" />
2014-01-20 19:46:08 +01:00
<Compile Include="Library\FileOrganizationService.cs" />
2013-02-25 04:56:00 +01:00
<Compile Include="Library\LibraryStructureService.cs" />
<Compile Include="LiveTv\LiveTvService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="LocalizationService.cs" />
<Compile Include="Movies\MoviesService.cs" />
2014-01-18 22:52:01 +01:00
<Compile Include="NewsService.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="NotificationsService.cs" />
2013-11-07 18:27:05 +01:00
<Compile Include="PackageReviewService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="PackageService.cs" />
<Compile Include="Playback\Hls\BaseHlsService.cs" />
2014-01-23 19:05:41 +01:00
<Compile Include="Playback\Hls\DynamicHlsService.cs" />
<Compile Include="Playback\Hls\HlsSegmentService.cs" />
<Compile Include="Playback\Hls\VideoHlsService.cs" />
2013-02-27 05:19:05 +01: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 20:05:49 +02:00
<Compile Include="Playback\StaticRemoteStreamWriter.cs" />
2013-02-26 22:53:51 +01:00
<Compile Include="Playback\StreamRequest.cs" />
2013-02-27 05:19:05 +01:00
<Compile Include="Playback\StreamState.cs" />
<Compile Include="Playback\Progressive\VideoService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="PluginService.cs" />
<Compile Include="Images\RemoteImageService.cs" />
2013-02-22 05:23:06 +01:00
<Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
<Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
2013-03-08 20:14:09 +01:00
<Compile Include="ApiEntryPoint.cs" />
2013-04-26 21:20:53 +02:00
<Compile Include="SearchService.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="Session\SessionsService.cs" />
<Compile Include="SimilarItemsHelper.cs" />
2015-03-15 18:50:47 +01:00
<Compile Include="Sync\SyncHelper.cs" />
2015-02-05 04:01:37 +01:00
<Compile Include="Sync\SyncJobWebSocketListener.cs" />
2015-02-04 21:16:23 +01:00
<Compile Include="Sync\SyncJobsWebSocketListener.cs" />
2014-07-18 00:21:35 +02:00
<Compile Include="Sync\SyncService.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="System\ActivityLogService.cs" />
2014-08-11 16:15:53 +02:00
<Compile Include="System\ActivityLogWebSocketListener.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="System\SystemService.cs" />
<Compile Include="Movies\TrailersService.cs" />
2016-11-12 07:58:50 +01:00
<Compile Include="TestService.cs" />
2013-05-01 05:28:26 +02:00
<Compile Include="TvShowsService.cs" />
2013-04-22 06:38:03 +02:00
<Compile Include="UserLibrary\ArtistsService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\BaseItemsByNameService.cs" />
2013-03-11 06:06:55 +01:00
<Compile Include="UserLibrary\BaseItemsRequest.cs" />
2013-07-01 19:17:33 +02:00
<Compile Include="UserLibrary\GameGenresService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\GenresService.cs" />
<Compile Include="UserLibrary\ItemsService.cs" />
2013-06-11 05:31:00 +02:00
<Compile Include="UserLibrary\MusicGenresService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\PersonsService.cs" />
<Compile Include="UserLibrary\PlaystateService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\StudiosService.cs" />
<Compile Include="UserLibrary\UserLibraryService.cs" />
2015-04-15 23:59:20 +02:00
<Compile Include="UserLibrary\UserViewsService.cs" />
2013-02-21 02:33:05 +01:00
<Compile Include="UserLibrary\YearsService.cs" />
<Compile Include="UserService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="VideosService.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="Session\SessionInfoWebSocketListener.cs" />
<Compile Include="System\SystemInfoWebSocketListener.cs" />
2013-02-21 02:33:05 +01:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 23:06:21 +02:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-21 02:33:05 +01:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 23:06:21 +02:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-02-21 02:33:05 +01:00
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 23:06:21 +02:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-21 02:33:05 +01:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2016-11-01 04:07:45 +01:00
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2013-02-21 02:33:05 +01:00
<PropertyGroup>
<PostBuildEvent>
</PostBuildEvent>
2013-02-21 02:33:05 +01: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-11 00:13:17 +02:00
</Project>