MediaBrowser.Api.csproj 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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. <RestorePackages>true</RestorePackages>
  15. <ProductVersion>10.0.0</ProductVersion>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  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>pdbonly</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>pdbonly</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="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="Microsoft.CSharp" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Drawing" />
  57. <Reference Include="System.Net.Http" />
  58. <Reference Include="MoreLinq">
  59. <HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
  60. </Reference>
  61. <Reference Include="System.Xml" />
  62. <Reference Include="ServiceStack.Interfaces">
  63. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  64. </Reference>
  65. <Reference Include="ServiceStack.Text">
  66. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  67. </Reference>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <Compile Include="..\SharedVersion.cs">
  71. <Link>Properties\SharedVersion.cs</Link>
  72. </Compile>
  73. <Compile Include="AlbumsService.cs" />
  74. <Compile Include="BaseApiService.cs" />
  75. <Compile Include="DefaultTheme\DefaultThemeService.cs" />
  76. <Compile Include="DefaultTheme\Models.cs" />
  77. <Compile Include="DisplayPreferencesService.cs" />
  78. <Compile Include="EnvironmentService.cs" />
  79. <Compile Include="AuthorizationRequestFilterAttribute.cs" />
  80. <Compile Include="GamesService.cs" />
  81. <Compile Include="IHasItemFields.cs" />
  82. <Compile Include="Images\ImageByNameService.cs" />
  83. <Compile Include="Images\ImageRequest.cs" />
  84. <Compile Include="Images\ImageService.cs" />
  85. <Compile Include="Images\ImageWriter.cs" />
  86. <Compile Include="InstantMixService.cs" />
  87. <Compile Include="ItemRefreshService.cs" />
  88. <Compile Include="ItemUpdateService.cs" />
  89. <Compile Include="LibraryService.cs" />
  90. <Compile Include="Library\LibraryHelpers.cs" />
  91. <Compile Include="Library\LibraryService.cs" />
  92. <Compile Include="Library\LibraryStructureService.cs" />
  93. <Compile Include="LiveTv\LiveTvService.cs" />
  94. <Compile Include="LocalizationService.cs" />
  95. <Compile Include="MoviesService.cs" />
  96. <Compile Include="NotificationsService.cs" />
  97. <Compile Include="PackageReviewService.cs" />
  98. <Compile Include="PackageService.cs" />
  99. <Compile Include="Playback\Hls\AudioHlsService.cs" />
  100. <Compile Include="Playback\Hls\BaseHlsService.cs" />
  101. <Compile Include="Playback\Hls\HlsSegmentResponseFilter.cs" />
  102. <Compile Include="Playback\Hls\HlsSegmentService.cs" />
  103. <Compile Include="Playback\Hls\VideoHlsService.cs" />
  104. <Compile Include="Playback\Progressive\AudioService.cs" />
  105. <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
  106. <Compile Include="Playback\BaseStreamingService.cs" />
  107. <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
  108. <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
  109. <Compile Include="Playback\StreamRequest.cs" />
  110. <Compile Include="Playback\StreamState.cs" />
  111. <Compile Include="Playback\Progressive\VideoService.cs" />
  112. <Compile Include="PluginService.cs" />
  113. <Compile Include="Images\RemoteImageService.cs" />
  114. <Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
  115. <Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
  116. <Compile Include="ApiEntryPoint.cs" />
  117. <Compile Include="SearchService.cs" />
  118. <Compile Include="SessionsService.cs" />
  119. <Compile Include="SimilarItemsHelper.cs" />
  120. <Compile Include="SystemService.cs" />
  121. <Compile Include="TrailersService.cs" />
  122. <Compile Include="TvShowsService.cs" />
  123. <Compile Include="UserLibrary\ArtistsService.cs" />
  124. <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
  125. <Compile Include="UserLibrary\BaseItemsRequest.cs" />
  126. <Compile Include="UserLibrary\GameGenresService.cs" />
  127. <Compile Include="UserLibrary\GenresService.cs" />
  128. <Compile Include="UserLibrary\ItemByNameUserDataService.cs" />
  129. <Compile Include="UserLibrary\ItemsService.cs" />
  130. <Compile Include="UserLibrary\MusicGenresService.cs" />
  131. <Compile Include="UserLibrary\PersonsService.cs" />
  132. <Compile Include="UserLibrary\StudiosService.cs" />
  133. <Compile Include="UserLibrary\UserLibraryService.cs" />
  134. <Compile Include="UserLibrary\YearsService.cs" />
  135. <Compile Include="UserService.cs" />
  136. <Compile Include="Properties\AssemblyInfo.cs" />
  137. <Compile Include="VideosService.cs" />
  138. <Compile Include="WebSocket\LogFileWebSocketListener.cs" />
  139. <Compile Include="WebSocket\SessionInfoWebSocketListener.cs" />
  140. <Compile Include="WebSocket\SystemInfoWebSocketListener.cs" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  144. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  145. <Name>MediaBrowser.Common</Name>
  146. </ProjectReference>
  147. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  148. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  149. <Name>MediaBrowser.Controller</Name>
  150. </ProjectReference>
  151. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  152. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  153. <Name>MediaBrowser.Model</Name>
  154. </ProjectReference>
  155. </ItemGroup>
  156. <ItemGroup>
  157. <None Include="packages.config" />
  158. </ItemGroup>
  159. <ItemGroup />
  160. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  161. <PropertyGroup>
  162. <PostBuildEvent>
  163. </PostBuildEvent>
  164. </PropertyGroup>
  165. <Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
  166. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  167. Other similar extension points exist, see Microsoft.Common.targets.
  168. <Target Name="BeforeBuild">
  169. </Target>
  170. <Target Name="AfterBuild">
  171. </Target>
  172. -->
  173. </Project>