MediaBrowser.Api.csproj 7.6 KB

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