MediaBrowser.Api.csproj 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  15. <ReleaseVersion>
  16. </ReleaseVersion>
  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 Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  37. <DebugType>none</DebugType>
  38. <Optimize>true</Optimize>
  39. <OutputPath>bin\Release\</OutputPath>
  40. <DefineConstants>TRACE</DefineConstants>
  41. <ErrorReport>prompt</ErrorReport>
  42. <WarningLevel>4</WarningLevel>
  43. </PropertyGroup>
  44. <PropertyGroup>
  45. <RunPostBuildEvent>Always</RunPostBuildEvent>
  46. </PropertyGroup>
  47. <ItemGroup>
  48. <Reference Include="CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\CommonIO.1.0.0.9\lib\net45\CommonIO.dll</HintPath>
  51. </Reference>
  52. <Reference Include="MoreLinq">
  53. <HintPath>..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
  54. </Reference>
  55. <Reference Include="Patterns.Logging">
  56. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System" />
  59. <Reference Include="System.Core" />
  60. <Reference Include="Microsoft.CSharp" />
  61. <Reference Include="System.Data" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="ServiceStack.Interfaces">
  64. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ServiceStack.Text">
  67. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="..\SharedVersion.cs">
  72. <Link>Properties\SharedVersion.cs</Link>
  73. </Compile>
  74. <Compile Include="BrandingService.cs" />
  75. <Compile Include="ChannelService.cs" />
  76. <Compile Include="ConnectService.cs" />
  77. <Compile Include="Devices\DeviceService.cs" />
  78. <Compile Include="Dlna\DlnaServerService.cs" />
  79. <Compile Include="Dlna\DlnaService.cs" />
  80. <Compile Include="FilterService.cs" />
  81. <Compile Include="IHasDtoOptions.cs" />
  82. <Compile Include="Library\ChapterService.cs" />
  83. <Compile Include="Playback\MediaInfoService.cs" />
  84. <Compile Include="Playback\TranscodingThrottler.cs" />
  85. <Compile Include="PlaylistService.cs" />
  86. <Compile Include="Reports\Activities\ReportActivitiesBuilder.cs" />
  87. <Compile Include="Reports\Common\HeaderActivitiesMetadata.cs" />
  88. <Compile Include="Reports\Common\HeaderMetadata.cs" />
  89. <Compile Include="Reports\Common\ItemViewType.cs" />
  90. <Compile Include="Reports\Common\ReportBuilderBase.cs" />
  91. <Compile Include="Reports\Common\ReportDisplayType.cs" />
  92. <Compile Include="Reports\Common\ReportExportType.cs" />
  93. <Compile Include="Reports\Common\ReportFieldType.cs" />
  94. <Compile Include="Reports\Common\ReportHeaderIdType.cs" />
  95. <Compile Include="Reports\Common\ReportHelper.cs" />
  96. <Compile Include="Reports\Common\ReportIncludeItemTypes.cs" />
  97. <Compile Include="Reports\Common\ReportViewType.cs" />
  98. <Compile Include="Reports\Data\ReportBuilder.cs" />
  99. <Compile Include="Reports\Data\ReportExport.cs" />
  100. <Compile Include="Reports\Data\ReportOptions.cs" />
  101. <Compile Include="Reports\Model\ReportGroup.cs" />
  102. <Compile Include="Reports\Model\ReportHeader.cs" />
  103. <Compile Include="Reports\Model\ReportItem.cs" />
  104. <Compile Include="Reports\Model\ReportResult.cs" />
  105. <Compile Include="Reports\Model\ReportRow.cs" />
  106. <Compile Include="Reports\ReportRequests.cs" />
  107. <Compile Include="Reports\ReportsService.cs" />
  108. <Compile Include="Reports\Stat\ReportStatBuilder.cs" />
  109. <Compile Include="Reports\Stat\ReportStatGroup.cs" />
  110. <Compile Include="Reports\Stat\ReportStatItem.cs" />
  111. <Compile Include="Reports\Stat\ReportStatResult.cs" />
  112. <Compile Include="Social\SharingService.cs" />
  113. <Compile Include="StartupWizardService.cs" />
  114. <Compile Include="Subtitles\SubtitleService.cs" />
  115. <Compile Include="Movies\CollectionService.cs" />
  116. <Compile Include="Music\AlbumsService.cs" />
  117. <Compile Include="BaseApiService.cs" />
  118. <Compile Include="ConfigurationService.cs" />
  119. <Compile Include="DisplayPreferencesService.cs" />
  120. <Compile Include="EnvironmentService.cs" />
  121. <Compile Include="GamesService.cs" />
  122. <Compile Include="IHasItemFields.cs" />
  123. <Compile Include="Images\ImageByNameService.cs" />
  124. <Compile Include="Images\ImageRequest.cs" />
  125. <Compile Include="Images\ImageService.cs" />
  126. <Compile Include="Music\InstantMixService.cs" />
  127. <Compile Include="ItemLookupService.cs" />
  128. <Compile Include="ItemRefreshService.cs" />
  129. <Compile Include="ItemUpdateService.cs" />
  130. <Compile Include="Library\LibraryService.cs" />
  131. <Compile Include="Library\FileOrganizationService.cs" />
  132. <Compile Include="Library\LibraryStructureService.cs" />
  133. <Compile Include="LiveTv\LiveTvService.cs" />
  134. <Compile Include="LocalizationService.cs" />
  135. <Compile Include="Movies\MoviesService.cs" />
  136. <Compile Include="NewsService.cs" />
  137. <Compile Include="NotificationsService.cs" />
  138. <Compile Include="PackageReviewService.cs" />
  139. <Compile Include="PackageService.cs" />
  140. <Compile Include="Playback\Hls\BaseHlsService.cs" />
  141. <Compile Include="Playback\Hls\DynamicHlsService.cs" />
  142. <Compile Include="Playback\Hls\HlsSegmentService.cs" />
  143. <Compile Include="Playback\Hls\VideoHlsService.cs" />
  144. <Compile Include="Playback\Progressive\AudioService.cs" />
  145. <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
  146. <Compile Include="Playback\BaseStreamingService.cs" />
  147. <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
  148. <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
  149. <Compile Include="Playback\StreamRequest.cs" />
  150. <Compile Include="Playback\StreamState.cs" />
  151. <Compile Include="Playback\Progressive\VideoService.cs" />
  152. <Compile Include="PluginService.cs" />
  153. <Compile Include="Images\RemoteImageService.cs" />
  154. <Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
  155. <Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
  156. <Compile Include="ApiEntryPoint.cs" />
  157. <Compile Include="SearchService.cs" />
  158. <Compile Include="Session\SessionsService.cs" />
  159. <Compile Include="SimilarItemsHelper.cs" />
  160. <Compile Include="Sync\SyncHelper.cs" />
  161. <Compile Include="Sync\SyncJobWebSocketListener.cs" />
  162. <Compile Include="Sync\SyncJobsWebSocketListener.cs" />
  163. <Compile Include="Sync\SyncService.cs" />
  164. <Compile Include="System\ActivityLogService.cs" />
  165. <Compile Include="System\ActivityLogWebSocketListener.cs" />
  166. <Compile Include="System\SystemService.cs" />
  167. <Compile Include="Movies\TrailersService.cs" />
  168. <Compile Include="TvShowsService.cs" />
  169. <Compile Include="UserLibrary\ArtistsService.cs" />
  170. <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
  171. <Compile Include="UserLibrary\BaseItemsRequest.cs" />
  172. <Compile Include="UserLibrary\GameGenresService.cs" />
  173. <Compile Include="UserLibrary\GenresService.cs" />
  174. <Compile Include="UserLibrary\ItemsService.cs" />
  175. <Compile Include="UserLibrary\MusicGenresService.cs" />
  176. <Compile Include="UserLibrary\PersonsService.cs" />
  177. <Compile Include="UserLibrary\PlaystateService.cs" />
  178. <Compile Include="UserLibrary\StudiosService.cs" />
  179. <Compile Include="UserLibrary\UserLibraryService.cs" />
  180. <Compile Include="UserLibrary\UserViewsService.cs" />
  181. <Compile Include="UserLibrary\YearsService.cs" />
  182. <Compile Include="UserService.cs" />
  183. <Compile Include="Properties\AssemblyInfo.cs" />
  184. <Compile Include="VideosService.cs" />
  185. <Compile Include="Session\SessionInfoWebSocketListener.cs" />
  186. <Compile Include="System\SystemInfoWebSocketListener.cs" />
  187. </ItemGroup>
  188. <ItemGroup>
  189. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  190. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  191. <Name>MediaBrowser.Common</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  194. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  195. <Name>MediaBrowser.Controller</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  198. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  199. <Name>MediaBrowser.Model</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <None Include="packages.config" />
  204. </ItemGroup>
  205. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  206. <PropertyGroup>
  207. <PostBuildEvent>
  208. </PostBuildEvent>
  209. </PropertyGroup>
  210. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  211. Other similar extension points exist, see Microsoft.Common.targets.
  212. <Target Name="BeforeBuild">
  213. </Target>
  214. <Target Name="AfterBuild">
  215. </Target>
  216. -->
  217. </Project>