MediaBrowser.Api.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. <PlatformTarget>AnyCPU</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <PropertyGroup>
  36. <RunPostBuildEvent>Always</RunPostBuildEvent>
  37. </PropertyGroup>
  38. <ItemGroup>
  39. <Reference Include="MoreLinq">
  40. <HintPath>..\packages\morelinq.1.0.15631-beta\lib\net35\MoreLinq.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ServiceStack.Common, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Common.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ServiceStack.Interfaces, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ServiceStack.Text, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\packages\ServiceStack.Text.3.9.54\lib\net35\ServiceStack.Text.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="Microsoft.CSharp" />
  57. <Reference Include="System.Data" />
  58. <Reference Include="System.Drawing" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Net.Http.WebRequest" />
  61. <Reference Include="System.XML" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="..\SharedVersion.cs">
  65. <Link>Properties\SharedVersion.cs</Link>
  66. </Compile>
  67. <Compile Include="AlbumsService.cs" />
  68. <Compile Include="BaseApiService.cs" />
  69. <Compile Include="DisplayPreferencesService.cs" />
  70. <Compile Include="EnvironmentService.cs" />
  71. <Compile Include="GamesService.cs" />
  72. <Compile Include="Images\ImageByNameService.cs" />
  73. <Compile Include="Images\ImageRequest.cs" />
  74. <Compile Include="Images\ImageService.cs" />
  75. <Compile Include="Images\ImageWriter.cs" />
  76. <Compile Include="LibraryService.cs" />
  77. <Compile Include="Library\LibraryHelpers.cs" />
  78. <Compile Include="Library\LibraryService.cs" />
  79. <Compile Include="Library\LibraryStructureService.cs" />
  80. <Compile Include="LocalizationService.cs" />
  81. <Compile Include="MoviesService.cs" />
  82. <Compile Include="PackageService.cs" />
  83. <Compile Include="Playback\Hls\AudioHlsService.cs" />
  84. <Compile Include="Playback\Hls\BaseHlsService.cs" />
  85. <Compile Include="Playback\Hls\VideoHlsService.cs" />
  86. <Compile Include="Playback\Progressive\AudioService.cs" />
  87. <Compile Include="Playback\Progressive\BaseProgressiveStreamingService.cs" />
  88. <Compile Include="Playback\BaseStreamingService.cs" />
  89. <Compile Include="Playback\Progressive\ProgressiveStreamWriter.cs" />
  90. <Compile Include="Playback\StaticRemoteStreamWriter.cs" />
  91. <Compile Include="Playback\StreamRequest.cs" />
  92. <Compile Include="Playback\StreamState.cs" />
  93. <Compile Include="Playback\Progressive\VideoService.cs" />
  94. <Compile Include="PluginService.cs" />
  95. <Compile Include="ScheduledTasks\ScheduledTaskService.cs" />
  96. <Compile Include="ScheduledTasks\ScheduledTasksWebSocketListener.cs" />
  97. <Compile Include="ApiEntryPoint.cs" />
  98. <Compile Include="SearchService.cs" />
  99. <Compile Include="SessionsService.cs" />
  100. <Compile Include="SimilarItemsHelper.cs" />
  101. <Compile Include="SystemService.cs" />
  102. <Compile Include="TrailersService.cs" />
  103. <Compile Include="TvShowsService.cs" />
  104. <Compile Include="UserLibrary\ArtistsService.cs" />
  105. <Compile Include="UserLibrary\BaseItemsByNameService.cs" />
  106. <Compile Include="UserLibrary\BaseItemsRequest.cs" />
  107. <Compile Include="UserLibrary\GenresService.cs" />
  108. <Compile Include="UserLibrary\ItemByNameUserDataService.cs" />
  109. <Compile Include="UserLibrary\ItemsService.cs" />
  110. <Compile Include="UserLibrary\MusicGenresService.cs" />
  111. <Compile Include="UserLibrary\PersonsService.cs" />
  112. <Compile Include="UserLibrary\StudiosService.cs" />
  113. <Compile Include="UserLibrary\UserLibraryService.cs" />
  114. <Compile Include="UserLibrary\YearsService.cs" />
  115. <Compile Include="UserService.cs" />
  116. <Compile Include="Properties\AssemblyInfo.cs" />
  117. <Compile Include="VideosService.cs" />
  118. <Compile Include="WebSocket\LogFileWebSocketListener.cs" />
  119. <Compile Include="WebSocket\SessionInfoWebSocketListener.cs" />
  120. <Compile Include="WebSocket\SystemInfoWebSocketListener.cs" />
  121. </ItemGroup>
  122. <ItemGroup>
  123. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  124. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  125. <Name>MediaBrowser.Common</Name>
  126. </ProjectReference>
  127. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  128. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  129. <Name>MediaBrowser.Controller</Name>
  130. </ProjectReference>
  131. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  132. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  133. <Name>MediaBrowser.Model</Name>
  134. </ProjectReference>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="packages.config" />
  138. </ItemGroup>
  139. <ItemGroup />
  140. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  141. <PropertyGroup>
  142. <PostBuildEvent>
  143. </PostBuildEvent>
  144. </PropertyGroup>
  145. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>