MediaBrowser.Api.csproj 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Api</RootNamespace>
  11. <AssemblyName>MediaBrowser.Api</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>none</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <RunPostBuildEvent>Always</RunPostBuildEvent>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Compile Include="..\SharedVersion.cs">
  41. <Link>Properties\SharedVersion.cs</Link>
  42. </Compile>
  43. <Compile Include="BasePeriodicWebSocketListener.cs" />
  44. <Compile Include="BrandingService.cs" />
  45. <Compile Include="ChannelService.cs" />
  46. <Compile Include="Devices\DeviceService.cs" />
  47. <Compile Include="Dlna\DlnaServerService.cs" />
  48. <Compile Include="Dlna\DlnaService.cs" />
  49. <Compile Include="FilterService.cs" />
  50. <Compile Include="IHasDtoOptions.cs" />
  51. <Compile Include="Playback\MediaInfoService.cs" />
  52. <Compile Include="Playback\TranscodingThrottler.cs" />
  53. <Compile Include="Playback\UniversalAudioService.cs" />
  54. <Compile Include="PlaylistService.cs" />
  55. <Compile Include="Reports\Activities\ReportActivitiesBuilder.cs" />
  56. <Compile Include="Reports\Common\HeaderActivitiesMetadata.cs" />
  57. <Compile Include="Reports\Common\HeaderMetadata.cs" />
  58. <Compile Include="Reports\Common\ItemViewType.cs" />
  59. <Compile Include="Reports\Common\ReportBuilderBase.cs" />
  60. <Compile Include="Reports\Common\ReportDisplayType.cs" />
  61. <Compile Include="Reports\Common\ReportExportType.cs" />
  62. <Compile Include="Reports\Common\ReportFieldType.cs" />
  63. <Compile Include="Reports\Common\ReportHeaderIdType.cs" />
  64. <Compile Include="Reports\Common\ReportHelper.cs" />
  65. <Compile Include="Reports\Common\ReportIncludeItemTypes.cs" />
  66. <Compile Include="Reports\Common\ReportViewType.cs" />
  67. <Compile Include="Reports\Data\ReportBuilder.cs" />
  68. <Compile Include="Reports\Data\ReportExport.cs" />
  69. <Compile Include="Reports\Data\ReportOptions.cs" />
  70. <Compile Include="Reports\Model\ReportGroup.cs" />
  71. <Compile Include="Reports\Model\ReportHeader.cs" />
  72. <Compile Include="Reports\Model\ReportItem.cs" />
  73. <Compile Include="Reports\Model\ReportResult.cs" />
  74. <Compile Include="Reports\Model\ReportRow.cs" />
  75. <Compile Include="Reports\ReportRequests.cs" />
  76. <Compile Include="Reports\ReportsService.cs" />
  77. <Compile Include="Social\SharingService.cs" />
  78. <Compile Include="StartupWizardService.cs" />
  79. <Compile Include="Subtitles\SubtitleService.cs" />
  80. <Compile Include="Movies\CollectionService.cs" />
  81. <Compile Include="Music\AlbumsService.cs" />
  82. <Compile Include="BaseApiService.cs" />
  83. <Compile Include="ConfigurationService.cs" />
  84. <Compile Include="DisplayPreferencesService.cs" />
  85. <Compile Include="EnvironmentService.cs" />
  86. <Compile Include="GamesService.cs" />
  87. <Compile Include="IHasItemFields.cs" />
  88. <Compile Include="Images\ImageByNameService.cs" />
  89. <Compile Include="Images\ImageRequest.cs" />
  90. <Compile Include="Images\ImageService.cs" />
  91. <Compile Include="Music\InstantMixService.cs" />
  92. <Compile Include="ItemLookupService.cs" />
  93. <Compile Include="ItemRefreshService.cs" />
  94. <Compile Include="ItemUpdateService.cs" />
  95. <Compile Include="Library\LibraryService.cs" />
  96. <Compile Include="Library\FileOrganizationService.cs" />
  97. <Compile Include="Library\LibraryStructureService.cs" />
  98. <Compile Include="LiveTv\LiveTvService.cs" />
  99. <Compile Include="LocalizationService.cs" />
  100. <Compile Include="Movies\MoviesService.cs" />
  101. <Compile Include="NewsService.cs" />
  102. <Compile Include="NotificationsService.cs" />
  103. <Compile Include="PackageReviewService.cs" />
  104. <Compile Include="PackageService.cs" />
  105. <Compile Include="Playback\Hls\BaseHlsService.cs" />
  106. <Compile Include="Playback\Hls\DynamicHlsService.cs" />
  107. <Compile Include="Playback\Hls\HlsSegmentService.cs" />
  108. <Compile Include="Playback\Hls\VideoHlsService.cs" />
  109. <Compile Include="Playback\Progressive\AudioService.cs" />
  110. <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
  111. <Compile Include="Playback\BaseStreamingService.cs" />
  112. <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
  113. <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
  114. <Compile Include="Playback\StreamRequest.cs" />
  115. <Compile Include="Playback\StreamState.cs" />
  116. <Compile Include="Playback\Progressive\VideoService.cs" />
  117. <Compile Include="PluginService.cs" />
  118. <Compile Include="Images\RemoteImageService.cs" />
  119. <Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
  120. <Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
  121. <Compile Include="ApiEntryPoint.cs" />
  122. <Compile Include="SearchService.cs" />
  123. <Compile Include="Session\SessionsService.cs" />
  124. <Compile Include="SimilarItemsHelper.cs" />
  125. <Compile Include="SuggestionsService.cs" />
  126. <Compile Include="System\ActivityLogService.cs" />
  127. <Compile Include="System\ActivityLogWebSocketListener.cs" />
  128. <Compile Include="System\SystemService.cs" />
  129. <Compile Include="Movies\TrailersService.cs" />
  130. <Compile Include="TestService.cs" />
  131. <Compile Include="TvShowsService.cs" />
  132. <Compile Include="UserLibrary\ArtistsService.cs" />
  133. <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
  134. <Compile Include="UserLibrary\BaseItemsRequest.cs" />
  135. <Compile Include="UserLibrary\GameGenresService.cs" />
  136. <Compile Include="UserLibrary\GenresService.cs" />
  137. <Compile Include="UserLibrary\ItemsService.cs" />
  138. <Compile Include="UserLibrary\MusicGenresService.cs" />
  139. <Compile Include="UserLibrary\PersonsService.cs" />
  140. <Compile Include="UserLibrary\PlaystateService.cs" />
  141. <Compile Include="UserLibrary\StudiosService.cs" />
  142. <Compile Include="UserLibrary\UserLibraryService.cs" />
  143. <Compile Include="UserLibrary\UserViewsService.cs" />
  144. <Compile Include="UserLibrary\YearsService.cs" />
  145. <Compile Include="UserService.cs" />
  146. <Compile Include="Properties\AssemblyInfo.cs" />
  147. <Compile Include="VideosService.cs" />
  148. <Compile Include="Session\SessionInfoWebSocketListener.cs" />
  149. <Compile Include="System\SystemInfoWebSocketListener.cs" />
  150. </ItemGroup>
  151. <ItemGroup>
  152. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  153. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  154. <Name>MediaBrowser.Common</Name>
  155. </ProjectReference>
  156. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  157. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  158. <Name>MediaBrowser.Controller</Name>
  159. </ProjectReference>
  160. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  161. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  162. <Name>MediaBrowser.Model</Name>
  163. </ProjectReference>
  164. </ItemGroup>
  165. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  166. <PropertyGroup>
  167. <PostBuildEvent>
  168. </PostBuildEvent>
  169. </PropertyGroup>
  170. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  171. Other similar extension points exist, see Microsoft.Common.targets.
  172. <Target Name="BeforeBuild">
  173. </Target>
  174. <Target Name="AfterBuild">
  175. </Target>
  176. -->
  177. </Project>