Emby.Server.Implementations.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Emby.Server.Implementations</RootNamespace>
  12. <AssemblyName>Emby.Server.Implementations</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  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. </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. <!-- A reference to the entire .NET Framework is automatically included -->
  38. <None Include="project.json" />
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="Activity\ActivityLogEntryPoint.cs" />
  42. <Compile Include="Activity\ActivityManager.cs" />
  43. <Compile Include="Branding\BrandingConfigurationFactory.cs" />
  44. <Compile Include="Channels\ChannelConfigurations.cs" />
  45. <Compile Include="Channels\ChannelDynamicMediaSourceProvider.cs" />
  46. <Compile Include="Channels\ChannelImageProvider.cs" />
  47. <Compile Include="Channels\ChannelManager.cs" />
  48. <Compile Include="Channels\ChannelPostScanTask.cs" />
  49. <Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
  50. <Compile Include="Collections\CollectionImageProvider.cs" />
  51. <Compile Include="Collections\CollectionManager.cs" />
  52. <Compile Include="Devices\DeviceManager.cs" />
  53. <Compile Include="Dto\DtoService.cs" />
  54. <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
  55. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  56. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  57. <Compile Include="EntryPoints\RecordingNotifier.cs" />
  58. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  59. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  60. <Compile Include="EntryPoints\UsageEntryPoint.cs" />
  61. <Compile Include="EntryPoints\UsageReporter.cs" />
  62. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  63. <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
  64. <Compile Include="FileOrganization\Extensions.cs" />
  65. <Compile Include="FileOrganization\FileOrganizationNotifier.cs" />
  66. <Compile Include="FileOrganization\FileOrganizationService.cs" />
  67. <Compile Include="FileOrganization\NameUtils.cs" />
  68. <Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
  69. <Compile Include="FileOrganization\TvFolderOrganizer.cs" />
  70. <Compile Include="HttpServer\IHttpListener.cs" />
  71. <Compile Include="HttpServer\Security\AuthorizationContext.cs" />
  72. <Compile Include="HttpServer\Security\AuthService.cs" />
  73. <Compile Include="HttpServer\Security\SessionContext.cs" />
  74. <Compile Include="HttpServer\StreamWriter.cs" />
  75. <Compile Include="Images\BaseDynamicImageProvider.cs" />
  76. <Compile Include="Intros\DefaultIntroProvider.cs" />
  77. <Compile Include="IO\ThrottledStream.cs" />
  78. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  79. <Compile Include="Library\LibraryManager.cs" />
  80. <Compile Include="Library\LocalTrailerPostScanTask.cs" />
  81. <Compile Include="Library\MediaSourceManager.cs" />
  82. <Compile Include="Library\MusicManager.cs" />
  83. <Compile Include="Library\PathExtensions.cs" />
  84. <Compile Include="Library\ResolverHelper.cs" />
  85. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  86. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  87. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  88. <Compile Include="Library\Resolvers\BaseVideoResolver.cs" />
  89. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  90. <Compile Include="Library\Resolvers\ItemResolver.cs" />
  91. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  92. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  93. <Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" />
  94. <Compile Include="Library\Resolvers\PhotoResolver.cs" />
  95. <Compile Include="Library\Resolvers\PlaylistResolver.cs" />
  96. <Compile Include="Library\Resolvers\SpecialFolderResolver.cs" />
  97. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  98. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  99. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  100. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  101. <Compile Include="Library\SearchEngine.cs" />
  102. <Compile Include="Library\UserDataManager.cs" />
  103. <Compile Include="Library\UserManager.cs" />
  104. <Compile Include="Library\UserViewManager.cs" />
  105. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  106. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  107. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  108. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  109. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  110. <Compile Include="Library\Validators\GenresValidator.cs" />
  111. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  112. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  113. <Compile Include="Library\Validators\PeopleValidator.cs" />
  114. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  115. <Compile Include="Library\Validators\StudiosValidator.cs" />
  116. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  117. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  118. <Compile Include="LiveTv\EmbyTV\DirectRecorder.cs" />
  119. <Compile Include="LiveTv\EmbyTV\EmbyTV.cs" />
  120. <Compile Include="LiveTv\EmbyTV\EmbyTVRegistration.cs" />
  121. <Compile Include="LiveTv\EmbyTV\EncodedRecorder.cs" />
  122. <Compile Include="LiveTv\EmbyTV\EntryPoint.cs" />
  123. <Compile Include="LiveTv\EmbyTV\IRecorder.cs" />
  124. <Compile Include="LiveTv\EmbyTV\ItemDataProvider.cs" />
  125. <Compile Include="LiveTv\EmbyTV\RecordingHelper.cs" />
  126. <Compile Include="LiveTv\EmbyTV\SeriesTimerManager.cs" />
  127. <Compile Include="LiveTv\EmbyTV\TimerManager.cs" />
  128. <Compile Include="LiveTv\Listings\SchedulesDirect.cs" />
  129. <Compile Include="LiveTv\Listings\XmlTvListingsProvider.cs" />
  130. <Compile Include="LiveTv\LiveStreamHelper.cs" />
  131. <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
  132. <Compile Include="LiveTv\LiveTvDtoService.cs" />
  133. <Compile Include="LiveTv\LiveTvManager.cs" />
  134. <Compile Include="LiveTv\LiveTvMediaSourceProvider.cs" />
  135. <Compile Include="LiveTv\ProgramImageProvider.cs" />
  136. <Compile Include="LiveTv\RecordingImageProvider.cs" />
  137. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  138. <Compile Include="LiveTv\TunerHosts\BaseTunerHost.cs" />
  139. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunDiscovery.cs" />
  140. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" />
  141. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunLiveStream.cs" />
  142. <Compile Include="LiveTv\TunerHosts\M3uParser.cs" />
  143. <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" />
  144. <Compile Include="LiveTv\TunerHosts\MulticastStream.cs" />
  145. <Compile Include="LiveTv\TunerHosts\QueueStream.cs" />
  146. <Compile Include="Logging\PatternsLogger.cs" />
  147. <Compile Include="MediaEncoder\EncodingManager.cs" />
  148. <Compile Include="News\NewsEntryPoint.cs" />
  149. <Compile Include="News\NewsService.cs" />
  150. <Compile Include="Notifications\CoreNotificationTypes.cs" />
  151. <Compile Include="Notifications\IConfigurableNotificationService.cs" />
  152. <Compile Include="Notifications\InternalNotificationService.cs" />
  153. <Compile Include="Notifications\NotificationConfigurationFactory.cs" />
  154. <Compile Include="Notifications\NotificationManager.cs" />
  155. <Compile Include="Notifications\Notifications.cs" />
  156. <Compile Include="Notifications\WebSocketNotifier.cs" />
  157. <Compile Include="Persistence\CleanDatabaseScheduledTask.cs" />
  158. <Compile Include="Photos\PhotoAlbumImageProvider.cs" />
  159. <Compile Include="Playlists\PlaylistImageProvider.cs" />
  160. <Compile Include="Playlists\PlaylistManager.cs" />
  161. <Compile Include="Properties\AssemblyInfo.cs" />
  162. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  163. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  164. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  165. <Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
  166. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  167. <Compile Include="ScheduledTasks\SystemUpdateTask.cs" />
  168. <Compile Include="ServerManager\ServerManager.cs" />
  169. <Compile Include="ServerManager\WebSocketConnection.cs" />
  170. <Compile Include="Session\HttpSessionController.cs" />
  171. <Compile Include="Session\SessionManager.cs" />
  172. <Compile Include="Session\SessionWebSocketListener.cs" />
  173. <Compile Include="Session\WebSocketController.cs" />
  174. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  175. <Compile Include="Sorting\AirTimeComparer.cs" />
  176. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  177. <Compile Include="Sorting\AlbumComparer.cs" />
  178. <Compile Include="Sorting\AlphanumComparator.cs" />
  179. <Compile Include="Sorting\ArtistComparer.cs" />
  180. <Compile Include="Sorting\BudgetComparer.cs" />
  181. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  182. <Compile Include="Sorting\CriticRatingComparer.cs" />
  183. <Compile Include="Sorting\DateCreatedComparer.cs" />
  184. <Compile Include="Sorting\DateLastMediaAddedComparer.cs" />
  185. <Compile Include="Sorting\DatePlayedComparer.cs" />
  186. <Compile Include="Sorting\GameSystemComparer.cs" />
  187. <Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
  188. <Compile Include="Sorting\IsFolderComparer.cs" />
  189. <Compile Include="Sorting\IsPlayedComparer.cs" />
  190. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  191. <Compile Include="Sorting\MetascoreComparer.cs" />
  192. <Compile Include="Sorting\NameComparer.cs" />
  193. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  194. <Compile Include="Sorting\PlayCountComparer.cs" />
  195. <Compile Include="Sorting\PlayersComparer.cs" />
  196. <Compile Include="Sorting\PremiereDateComparer.cs" />
  197. <Compile Include="Sorting\ProductionYearComparer.cs" />
  198. <Compile Include="Sorting\RandomComparer.cs" />
  199. <Compile Include="Sorting\RevenueComparer.cs" />
  200. <Compile Include="Sorting\RuntimeComparer.cs" />
  201. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  202. <Compile Include="Sorting\SortNameComparer.cs" />
  203. <Compile Include="Sorting\StartDateComparer.cs" />
  204. <Compile Include="Sorting\StudioComparer.cs" />
  205. <Compile Include="Sync\AppSyncProvider.cs" />
  206. <Compile Include="Sync\CloudSyncProfile.cs" />
  207. <Compile Include="Sync\IHasSyncQuality.cs" />
  208. <Compile Include="Sync\MediaSync.cs" />
  209. <Compile Include="Sync\MultiProviderSync.cs" />
  210. <Compile Include="Sync\ServerSyncScheduledTask.cs" />
  211. <Compile Include="Sync\SyncConfig.cs" />
  212. <Compile Include="Sync\SyncConvertScheduledTask.cs" />
  213. <Compile Include="Sync\SyncedMediaSourceProvider.cs" />
  214. <Compile Include="Sync\SyncHelper.cs" />
  215. <Compile Include="Sync\SyncJobOptions.cs" />
  216. <Compile Include="Sync\SyncJobProcessor.cs" />
  217. <Compile Include="Sync\SyncManager.cs" />
  218. <Compile Include="Sync\SyncNotificationEntryPoint.cs" />
  219. <Compile Include="Sync\SyncRegistrationInfo.cs" />
  220. <Compile Include="Sync\TargetDataProvider.cs" />
  221. <Compile Include="TV\SeriesPostScanTask.cs" />
  222. <Compile Include="TV\TVSeriesManager.cs" />
  223. <Compile Include="Updates\InstallationManager.cs" />
  224. <Compile Include="UserViews\CollectionFolderImageProvider.cs" />
  225. <Compile Include="UserViews\DynamicImageProvider.cs" />
  226. </ItemGroup>
  227. <ItemGroup />
  228. <ItemGroup>
  229. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  230. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  231. <Name>MediaBrowser.Common</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  234. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  235. <Name>MediaBrowser.Controller</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  238. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  239. <Name>MediaBrowser.Model</Name>
  240. </ProjectReference>
  241. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  242. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  243. <Name>MediaBrowser.Providers</Name>
  244. </ProjectReference>
  245. </ItemGroup>
  246. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  247. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  248. Other similar extension points exist, see Microsoft.Common.targets.
  249. <Target Name="BeforeBuild">
  250. </Target>
  251. <Target Name="AfterBuild">
  252. </Target>
  253. -->
  254. </Project>