MediaBrowser.Api.csproj 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  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. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. <RestorePackages>true</RestorePackages>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. <PlatformTarget>AnyCPU</PlatformTarget>
  28. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>none</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  40. <DebugType>none</DebugType>
  41. <Optimize>true</Optimize>
  42. <OutputPath>bin\Release\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <ErrorReport>prompt</ErrorReport>
  45. <WarningLevel>4</WarningLevel>
  46. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  47. </PropertyGroup>
  48. <PropertyGroup>
  49. <RunPostBuildEvent>Always</RunPostBuildEvent>
  50. </PropertyGroup>
  51. <ItemGroup>
  52. <Reference Include="MoreLinq, Version=1.1.17511.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
  53. <SpecificVersion>False</SpecificVersion>
  54. <HintPath>..\packages\morelinq.1.1.0\lib\net35\MoreLinq.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System" />
  57. <Reference Include="System.Core" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="ServiceStack.Interfaces">
  62. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  63. </Reference>
  64. <Reference Include="ServiceStack.Text">
  65. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  66. </Reference>
  67. </ItemGroup>
  68. <ItemGroup>
  69. <Compile Include="..\SharedVersion.cs">
  70. <Link>Properties\SharedVersion.cs</Link>
  71. </Compile>
  72. <Compile Include="AppThemeService.cs" />
  73. <Compile Include="BrandingService.cs" />
  74. <Compile Include="ChannelService.cs" />
  75. <Compile Include="ConnectService.cs" />
  76. <Compile Include="Devices\DeviceService.cs" />
  77. <Compile Include="Dlna\DlnaServerService.cs" />
  78. <Compile Include="Dlna\DlnaService.cs" />
  79. <Compile Include="FilterService.cs" />
  80. <Compile Include="IHasDtoOptions.cs" />
  81. <Compile Include="Library\ChapterService.cs" />
  82. <Compile Include="Playback\Hls\MpegDashService.cs" />
  83. <Compile Include="Playback\MediaInfoService.cs" />
  84. <Compile Include="PlaylistService.cs" />
  85. <Compile Include="StartupWizardService.cs" />
  86. <Compile Include="Subtitles\SubtitleService.cs" />
  87. <Compile Include="Movies\CollectionService.cs" />
  88. <Compile Include="Music\AlbumsService.cs" />
  89. <Compile Include="BaseApiService.cs" />
  90. <Compile Include="ConfigurationService.cs" />
  91. <Compile Include="DisplayPreferencesService.cs" />
  92. <Compile Include="EnvironmentService.cs" />
  93. <Compile Include="GamesService.cs" />
  94. <Compile Include="IHasItemFields.cs" />
  95. <Compile Include="Images\ImageByNameService.cs" />
  96. <Compile Include="Images\ImageRequest.cs" />
  97. <Compile Include="Images\ImageService.cs" />
  98. <Compile Include="Music\InstantMixService.cs" />
  99. <Compile Include="ItemLookupService.cs" />
  100. <Compile Include="ItemRefreshService.cs" />
  101. <Compile Include="ItemUpdateService.cs" />
  102. <Compile Include="Library\LibraryService.cs" />
  103. <Compile Include="Library\FileOrganizationService.cs" />
  104. <Compile Include="Library\LibraryHelpers.cs" />
  105. <Compile Include="Library\LibraryStructureService.cs" />
  106. <Compile Include="LiveTv\LiveTvService.cs" />
  107. <Compile Include="LocalizationService.cs" />
  108. <Compile Include="Movies\MoviesService.cs" />
  109. <Compile Include="NewsService.cs" />
  110. <Compile Include="NotificationsService.cs" />
  111. <Compile Include="PackageReviewService.cs" />
  112. <Compile Include="PackageService.cs" />
  113. <Compile Include="Playback\BifService.cs" />
  114. <Compile Include="Playback\Hls\BaseHlsService.cs" />
  115. <Compile Include="Playback\Hls\DynamicHlsService.cs" />
  116. <Compile Include="Playback\Hls\HlsSegmentService.cs" />
  117. <Compile Include="Playback\Hls\VideoHlsService.cs" />
  118. <Compile Include="Playback\Progressive\AudioService.cs" />
  119. <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
  120. <Compile Include="Playback\BaseStreamingService.cs" />
  121. <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
  122. <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
  123. <Compile Include="Playback\StreamRequest.cs" />
  124. <Compile Include="Playback\StreamState.cs" />
  125. <Compile Include="Playback\Progressive\VideoService.cs" />
  126. <Compile Include="PluginService.cs" />
  127. <Compile Include="Images\RemoteImageService.cs" />
  128. <Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
  129. <Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
  130. <Compile Include="ApiEntryPoint.cs" />
  131. <Compile Include="SearchService.cs" />
  132. <Compile Include="Session\SessionsService.cs" />
  133. <Compile Include="SimilarItemsHelper.cs" />
  134. <Compile Include="Sync\SyncService.cs" />
  135. <Compile Include="System\ActivityLogService.cs" />
  136. <Compile Include="System\ActivityLogWebSocketListener.cs" />
  137. <Compile Include="System\SystemService.cs" />
  138. <Compile Include="Movies\TrailersService.cs" />
  139. <Compile Include="TvShowsService.cs" />
  140. <Compile Include="UserLibrary\ArtistsService.cs" />
  141. <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
  142. <Compile Include="UserLibrary\BaseItemsRequest.cs" />
  143. <Compile Include="UserLibrary\GameGenresService.cs" />
  144. <Compile Include="UserLibrary\GenresService.cs" />
  145. <Compile Include="UserLibrary\ItemsService.cs" />
  146. <Compile Include="UserLibrary\MusicGenresService.cs" />
  147. <Compile Include="UserLibrary\PersonsService.cs" />
  148. <Compile Include="UserLibrary\PlaystateService.cs" />
  149. <Compile Include="UserLibrary\StudiosService.cs" />
  150. <Compile Include="UserLibrary\UserLibraryService.cs" />
  151. <Compile Include="UserLibrary\YearsService.cs" />
  152. <Compile Include="UserService.cs" />
  153. <Compile Include="Properties\AssemblyInfo.cs" />
  154. <Compile Include="VideosService.cs" />
  155. <Compile Include="Session\SessionInfoWebSocketListener.cs" />
  156. <Compile Include="System\SystemInfoWebSocketListener.cs" />
  157. </ItemGroup>
  158. <ItemGroup>
  159. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  160. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  161. <Name>MediaBrowser.Common</Name>
  162. </ProjectReference>
  163. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  164. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  165. <Name>MediaBrowser.Controller</Name>
  166. </ProjectReference>
  167. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  168. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  169. <Name>MediaBrowser.Model</Name>
  170. </ProjectReference>
  171. </ItemGroup>
  172. <ItemGroup>
  173. <None Include="packages.config" />
  174. </ItemGroup>
  175. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  176. <PropertyGroup>
  177. <PostBuildEvent>
  178. </PostBuildEvent>
  179. </PropertyGroup>
  180. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  181. Other similar extension points exist, see Microsoft.Common.targets.
  182. <Target Name="BeforeBuild">
  183. </Target>
  184. <Target Name="AfterBuild">
  185. </Target>
  186. -->
  187. </Project>