MediaBrowser.Server.Implementations.csproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Implementations</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. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</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. <ItemGroup>
  37. <Reference Include="Alchemy">
  38. <HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Mono.Data.Sqlite">
  41. <HintPath>..\ThirdParty\Mono.Data.Sqlite\Mono.Data.Sqlite.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Drawing" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="System.Web" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="MoreLinq">
  51. <HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
  52. </Reference>
  53. <Reference Include="BDInfo">
  54. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.5\lib\net20\BDInfo.dll</HintPath>
  55. </Reference>
  56. <Reference Include="System.Data.SQLite">
  57. <HintPath>..\packages\System.Data.SQLite.x86.1.0.89.0\lib\net45\System.Data.SQLite.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ServiceStack">
  60. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.dll</HintPath>
  61. </Reference>
  62. <Reference Include="ServiceStack.Client">
  63. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Client.dll</HintPath>
  64. </Reference>
  65. <Reference Include="ServiceStack.Common">
  66. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Common.dll</HintPath>
  67. </Reference>
  68. <Reference Include="ServiceStack.Interfaces">
  69. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  70. </Reference>
  71. <Reference Include="ServiceStack.Text">
  72. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Text.dll</HintPath>
  73. </Reference>
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="..\SharedVersion.cs">
  77. <Link>Properties\SharedVersion.cs</Link>
  78. </Compile>
  79. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  80. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  81. <Compile Include="Drawing\ImageHeader.cs" />
  82. <Compile Include="Drawing\PercentPlayedDrawer.cs" />
  83. <Compile Include="Drawing\WatchedIndicatorDrawer.cs" />
  84. <Compile Include="Dto\DtoService.cs" />
  85. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  86. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  87. <Compile Include="EntryPoints\Notifications\Notifier.cs" />
  88. <Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
  89. <Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
  90. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  91. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  92. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  93. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  94. <Compile Include="HttpServer\ContainerAdapter.cs" />
  95. <Compile Include="HttpServer\HttpListenerHost.cs" />
  96. <Compile Include="HttpServer\HttpResultFactory.cs" />
  97. <Compile Include="HttpServer\LoggerUtils.cs" />
  98. <Compile Include="HttpServer\NativeWebSocket.cs" />
  99. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  100. <Compile Include="HttpServer\ResponseFilter.cs" />
  101. <Compile Include="HttpServer\ServerFactory.cs" />
  102. <Compile Include="HttpServer\ServerLogger.cs" />
  103. <Compile Include="HttpServer\StreamWriter.cs" />
  104. <Compile Include="HttpServer\SwaggerService.cs" />
  105. <Compile Include="Drawing\ImageProcessor.cs" />
  106. <Compile Include="IO\DirectoryWatchers.cs" />
  107. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  108. <Compile Include="Library\LibraryManager.cs" />
  109. <Compile Include="Library\LuceneSearchEngine.cs" />
  110. <Compile Include="Library\ResolverHelper.cs" />
  111. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  112. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  113. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  114. <Compile Include="Library\Resolvers\BaseItemResolver.cs" />
  115. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  116. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  117. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  118. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  119. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  120. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  121. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  122. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  123. <Compile Include="Library\UserDataManager.cs" />
  124. <Compile Include="Library\UserManager.cs" />
  125. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  126. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  127. <Compile Include="Library\Validators\CountHelpers.cs" />
  128. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  129. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  130. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  131. <Compile Include="Library\Validators\GenresValidator.cs" />
  132. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  133. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  134. <Compile Include="Library\Validators\PeoplePostScanTask.cs" />
  135. <Compile Include="Library\Validators\PeopleValidator.cs" />
  136. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  137. <Compile Include="Library\Validators\StudiosValidator.cs" />
  138. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  139. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  140. <Compile Include="LiveTv\LiveTvManager.cs" />
  141. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  142. <Compile Include="Localization\LocalizationManager.cs" />
  143. <Compile Include="MediaEncoder\MediaEncoder.cs" />
  144. <Compile Include="Persistence\SqliteChapterRepository.cs" />
  145. <Compile Include="Persistence\SqliteExtensions.cs" />
  146. <Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
  147. <Compile Include="Persistence\SqliteNotificationsRepository.cs" />
  148. <Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
  149. <Compile Include="Persistence\SqliteShrinkMemoryTimer.cs" />
  150. <Compile Include="Persistence\TypeMapper.cs" />
  151. <Compile Include="Properties\AssemblyInfo.cs" />
  152. <Compile Include="Providers\ImageSaver.cs" />
  153. <Compile Include="Providers\ProviderManager.cs" />
  154. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  155. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  156. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  157. <Compile Include="ServerApplicationPaths.cs" />
  158. <Compile Include="ServerManager\ServerManager.cs" />
  159. <Compile Include="ServerManager\WebSocketConnection.cs" />
  160. <Compile Include="Session\SessionManager.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="Session\SessionWebSocketListener.cs" />
  164. <Compile Include="Session\WebSocketController.cs" />
  165. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  166. <Compile Include="Sorting\AirTimeComparer.cs" />
  167. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  168. <Compile Include="Sorting\AlbumComparer.cs" />
  169. <Compile Include="Sorting\AlbumCountComparer.cs" />
  170. <Compile Include="Sorting\AlphanumComparator.cs" />
  171. <Compile Include="Sorting\ArtistComparer.cs" />
  172. <Compile Include="Sorting\BudgetComparer.cs" />
  173. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  174. <Compile Include="Sorting\CriticRatingComparer.cs" />
  175. <Compile Include="Sorting\DateCreatedComparer.cs" />
  176. <Compile Include="Sorting\DatePlayedComparer.cs" />
  177. <Compile Include="Sorting\EpisodeCountComparer.cs" />
  178. <Compile Include="Sorting\IsFolderComparer.cs" />
  179. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  180. <Compile Include="Sorting\MovieCountComparer.cs" />
  181. <Compile Include="Sorting\MusicVideoCountComparer.cs" />
  182. <Compile Include="Sorting\NameComparer.cs" />
  183. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  184. <Compile Include="Sorting\PlayCountComparer.cs" />
  185. <Compile Include="Sorting\PremiereDateComparer.cs" />
  186. <Compile Include="Sorting\ProductionYearComparer.cs" />
  187. <Compile Include="Sorting\RandomComparer.cs" />
  188. <Compile Include="Sorting\RevenueComparer.cs" />
  189. <Compile Include="Sorting\RuntimeComparer.cs" />
  190. <Compile Include="Sorting\SeriesCountComparer.cs" />
  191. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  192. <Compile Include="Sorting\SongCountComparer.cs" />
  193. <Compile Include="Sorting\SortNameComparer.cs" />
  194. <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
  195. <Compile Include="Persistence\SqliteItemRepository.cs" />
  196. <Compile Include="Persistence\SqliteUserDataRepository.cs" />
  197. <Compile Include="Persistence\SqliteUserRepository.cs" />
  198. <Compile Include="Sorting\TrailerCountComparer.cs" />
  199. <Compile Include="Sorting\VideoBitRateComparer.cs" />
  200. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  201. <Compile Include="Udp\UdpServer.cs" />
  202. <Compile Include="WebSocket\AlchemyServer.cs" />
  203. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  204. </ItemGroup>
  205. <ItemGroup>
  206. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  207. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  208. <Name>MediaBrowser.Common.Implementations</Name>
  209. </ProjectReference>
  210. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  211. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  212. <Name>MediaBrowser.Common</Name>
  213. </ProjectReference>
  214. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  215. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  216. <Name>MediaBrowser.Controller</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  219. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  220. <Name>MediaBrowser.Model</Name>
  221. </ProjectReference>
  222. </ItemGroup>
  223. <ItemGroup>
  224. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  225. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  226. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  227. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  228. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  229. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  230. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  231. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  232. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  233. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  234. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  235. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  236. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  237. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  238. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  239. </ItemGroup>
  240. <ItemGroup>
  241. <None Include="packages.config" />
  242. </ItemGroup>
  243. <ItemGroup>
  244. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  245. </ItemGroup>
  246. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  247. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  248. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  249. Other similar extension points exist, see Microsoft.Common.targets.
  250. <Target Name="BeforeBuild">
  251. </Target>
  252. <Target Name="AfterBuild">
  253. </Target>
  254. -->
  255. </Project>