Emby.Server.Implementations.csproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Emby.Server.Implementations</RootNamespace>
  11. <AssemblyName>Emby.Server.Implementations</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <TargetFrameworkProfile />
  14. <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Compile Include="..\SharedVersion.cs">
  37. <Link>Properties\SharedVersion.cs</Link>
  38. </Compile>
  39. <Compile Include="Activity\ActivityLogEntryPoint.cs" />
  40. <Compile Include="Activity\ActivityManager.cs" />
  41. <Compile Include="Activity\ActivityRepository.cs" />
  42. <Compile Include="AppBase\BaseApplicationPaths.cs" />
  43. <Compile Include="AppBase\BaseConfigurationManager.cs" />
  44. <Compile Include="AppBase\ConfigurationHelper.cs" />
  45. <Compile Include="ApplicationHost.cs" />
  46. <Compile Include="ApplicationPathHelper.cs" />
  47. <Compile Include="Branding\BrandingConfigurationFactory.cs" />
  48. <Compile Include="Browser\BrowserLauncher.cs" />
  49. <Compile Include="Channels\ChannelConfigurations.cs" />
  50. <Compile Include="Channels\ChannelDynamicMediaSourceProvider.cs" />
  51. <Compile Include="Channels\ChannelImageProvider.cs" />
  52. <Compile Include="Channels\ChannelManager.cs" />
  53. <Compile Include="Channels\ChannelPostScanTask.cs" />
  54. <Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
  55. <Compile Include="Collections\CollectionImageProvider.cs" />
  56. <Compile Include="Collections\CollectionManager.cs" />
  57. <Compile Include="Collections\CollectionsDynamicFolder.cs" />
  58. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  59. <Compile Include="Cryptography\ASN1.cs" />
  60. <Compile Include="Cryptography\ASN1Convert.cs" />
  61. <Compile Include="Cryptography\BitConverterLE.cs" />
  62. <Compile Include="Cryptography\CertificateGenerator.cs" />
  63. <Compile Include="Cryptography\CryptoConvert.cs" />
  64. <Compile Include="Cryptography\PfxGenerator.cs" />
  65. <Compile Include="Cryptography\PKCS1.cs" />
  66. <Compile Include="Cryptography\PKCS12.cs" />
  67. <Compile Include="Cryptography\PKCS7.cs" />
  68. <Compile Include="Cryptography\PKCS8.cs" />
  69. <Compile Include="Cryptography\X501Name.cs" />
  70. <Compile Include="Cryptography\X509Builder.cs" />
  71. <Compile Include="Cryptography\X509Certificate.cs" />
  72. <Compile Include="Cryptography\X509CertificateBuilder.cs" />
  73. <Compile Include="Cryptography\X509CertificateCollection.cs" />
  74. <Compile Include="Cryptography\X509Extension.cs" />
  75. <Compile Include="Cryptography\X509Extensions.cs" />
  76. <Compile Include="Cryptography\X520Attributes.cs" />
  77. <Compile Include="Data\ManagedConnection.cs" />
  78. <Compile Include="Data\SqliteDisplayPreferencesRepository.cs" />
  79. <Compile Include="Data\SqliteItemRepository.cs" />
  80. <Compile Include="Data\SqliteUserDataRepository.cs" />
  81. <Compile Include="Data\SqliteUserRepository.cs" />
  82. <Compile Include="Data\TypeMapper.cs" />
  83. <Compile Include="Devices\CameraUploadsDynamicFolder.cs" />
  84. <Compile Include="Devices\DeviceManager.cs" />
  85. <Compile Include="Devices\DeviceRepository.cs" />
  86. <Compile Include="Dto\DtoService.cs" />
  87. <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
  88. <Compile Include="EntryPoints\ExternalPortForwarding.cs" />
  89. <Compile Include="EntryPoints\KeepServerAwake.cs" />
  90. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  91. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  92. <Compile Include="EntryPoints\RecordingNotifier.cs" />
  93. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  94. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  95. <Compile Include="EntryPoints\StartupWizard.cs" />
  96. <Compile Include="EntryPoints\SystemEvents.cs" />
  97. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  98. <Compile Include="EntryPoints\UsageEntryPoint.cs" />
  99. <Compile Include="EntryPoints\UsageReporter.cs" />
  100. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  101. <Compile Include="FFMpeg\FFMpegInfo.cs" />
  102. <Compile Include="FFMpeg\FFMpegInstallInfo.cs" />
  103. <Compile Include="FFMpeg\FFMpegLoader.cs" />
  104. <Compile Include="HttpServerFactory.cs" />
  105. <Compile Include="HttpServer\FileWriter.cs" />
  106. <Compile Include="HttpServer\HttpListenerHost.cs" />
  107. <Compile Include="HttpServer\HttpResultFactory.cs" />
  108. <Compile Include="HttpServer\LoggerUtils.cs" />
  109. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  110. <Compile Include="HttpServer\ResponseFilter.cs" />
  111. <Compile Include="HttpServer\SocketSharp\Extensions.cs" />
  112. <Compile Include="HttpServer\SocketSharp\HttpUtility.cs" />
  113. <Compile Include="HttpServer\IHttpListener.cs" />
  114. <Compile Include="HttpServer\Security\AuthorizationContext.cs" />
  115. <Compile Include="HttpServer\Security\AuthService.cs" />
  116. <Compile Include="HttpServer\Security\SessionContext.cs" />
  117. <Compile Include="HttpServer\SocketSharp\RequestMono.cs" />
  118. <Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" />
  119. <Compile Include="HttpServer\SocketSharp\WebSocketSharpListener.cs" />
  120. <Compile Include="HttpServer\SocketSharp\WebSocketSharpRequest.cs" />
  121. <Compile Include="HttpServer\SocketSharp\WebSocketSharpResponse.cs" />
  122. <Compile Include="HttpServer\StreamWriter.cs" />
  123. <Compile Include="Images\BaseDynamicImageProvider.cs" />
  124. <Compile Include="IO\AsyncStreamCopier.cs" />
  125. <Compile Include="IO\FileRefresher.cs" />
  126. <Compile Include="IO\LibraryMonitor.cs" />
  127. <Compile Include="IO\MbLinkShortcutHandler.cs" />
  128. <Compile Include="IO\MemoryStreamProvider.cs" />
  129. <Compile Include="IO\ThrottledStream.cs" />
  130. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  131. <Compile Include="Library\LibraryManager.cs" />
  132. <Compile Include="Library\LocalTrailerPostScanTask.cs" />
  133. <Compile Include="Library\MediaSourceManager.cs" />
  134. <Compile Include="Library\MusicManager.cs" />
  135. <Compile Include="Library\PathExtensions.cs" />
  136. <Compile Include="Library\ResolverHelper.cs" />
  137. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  138. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  139. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  140. <Compile Include="Library\Resolvers\BaseVideoResolver.cs" />
  141. <Compile Include="Library\Resolvers\Books\BookResolver.cs" />
  142. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  143. <Compile Include="Library\Resolvers\ItemResolver.cs" />
  144. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  145. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  146. <Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" />
  147. <Compile Include="Library\Resolvers\PhotoResolver.cs" />
  148. <Compile Include="Library\Resolvers\PlaylistResolver.cs" />
  149. <Compile Include="Library\Resolvers\SpecialFolderResolver.cs" />
  150. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  151. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  152. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  153. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  154. <Compile Include="Library\SearchEngine.cs" />
  155. <Compile Include="Library\UserDataManager.cs" />
  156. <Compile Include="Library\UserManager.cs" />
  157. <Compile Include="Library\UserViewManager.cs" />
  158. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  159. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  160. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  161. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  162. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  163. <Compile Include="Library\Validators\GenresValidator.cs" />
  164. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  165. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  166. <Compile Include="Library\Validators\PeopleValidator.cs" />
  167. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  168. <Compile Include="Library\Validators\StudiosValidator.cs" />
  169. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  170. <Compile Include="LiveTv\EmbyTV\DirectRecorder.cs" />
  171. <Compile Include="LiveTv\EmbyTV\EmbyTV.cs" />
  172. <Compile Include="LiveTv\EmbyTV\EmbyTVRegistration.cs" />
  173. <Compile Include="LiveTv\EmbyTV\EncodedRecorder.cs" />
  174. <Compile Include="LiveTv\EmbyTV\EntryPoint.cs" />
  175. <Compile Include="LiveTv\EmbyTV\IRecorder.cs" />
  176. <Compile Include="LiveTv\EmbyTV\ItemDataProvider.cs" />
  177. <Compile Include="LiveTv\EmbyTV\RecordingHelper.cs" />
  178. <Compile Include="LiveTv\EmbyTV\SeriesTimerManager.cs" />
  179. <Compile Include="LiveTv\EmbyTV\TimerManager.cs" />
  180. <Compile Include="LiveTv\Listings\SchedulesDirect.cs" />
  181. <Compile Include="LiveTv\Listings\XmlTvListingsProvider.cs" />
  182. <Compile Include="LiveTv\LiveStreamHelper.cs" />
  183. <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
  184. <Compile Include="LiveTv\LiveTvDtoService.cs" />
  185. <Compile Include="LiveTv\LiveTvManager.cs" />
  186. <Compile Include="LiveTv\LiveTvMediaSourceProvider.cs" />
  187. <Compile Include="LiveTv\RecordingImageProvider.cs" />
  188. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  189. <Compile Include="LiveTv\TunerHosts\BaseTunerHost.cs" />
  190. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunManager.cs" />
  191. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" />
  192. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHttpStream.cs" />
  193. <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunUdpStream.cs" />
  194. <Compile Include="LiveTv\TunerHosts\M3uParser.cs" />
  195. <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" />
  196. <Compile Include="LiveTv\TunerHosts\MulticastStream.cs" />
  197. <Compile Include="LiveTv\TunerHosts\QueueStream.cs" />
  198. <Compile Include="Localization\LocalizationManager.cs" />
  199. <Compile Include="Localization\TextLocalizer.cs" />
  200. <Compile Include="Logging\ConsoleLogger.cs" />
  201. <Compile Include="Logging\UnhandledExceptionWriter.cs" />
  202. <Compile Include="MediaEncoder\EncodingManager.cs" />
  203. <Compile Include="Migrations\IVersionMigration.cs" />
  204. <Compile Include="News\NewsEntryPoint.cs" />
  205. <Compile Include="News\NewsService.cs" />
  206. <Compile Include="Notifications\CoreNotificationTypes.cs" />
  207. <Compile Include="Notifications\IConfigurableNotificationService.cs" />
  208. <Compile Include="Notifications\InternalNotificationService.cs" />
  209. <Compile Include="Notifications\NotificationConfigurationFactory.cs" />
  210. <Compile Include="Notifications\NotificationManager.cs" />
  211. <Compile Include="Notifications\Notifications.cs" />
  212. <Compile Include="Notifications\SqliteNotificationsRepository.cs" />
  213. <Compile Include="Notifications\WebSocketNotifier.cs" />
  214. <Compile Include="Data\BaseSqliteRepository.cs" />
  215. <Compile Include="Data\CleanDatabaseScheduledTask.cs" />
  216. <Compile Include="Data\SqliteExtensions.cs" />
  217. <Compile Include="Photos\PhotoAlbumImageProvider.cs" />
  218. <Compile Include="Playlists\PlaylistImageProvider.cs" />
  219. <Compile Include="Playlists\PlaylistManager.cs" />
  220. <Compile Include="Playlists\PlaylistsDynamicFolder.cs" />
  221. <Compile Include="Properties\AssemblyInfo.cs" />
  222. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  223. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  224. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  225. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  226. <Compile Include="ScheduledTasks\SystemUpdateTask.cs" />
  227. <Compile Include="Security\AuthenticationRepository.cs" />
  228. <Compile Include="Security\EncryptionManager.cs" />
  229. <Compile Include="Security\MBLicenseFile.cs" />
  230. <Compile Include="Security\PluginSecurityManager.cs" />
  231. <Compile Include="Security\RegRecord.cs" />
  232. <Compile Include="ServerApplicationPaths.cs" />
  233. <Compile Include="ServerManager\ServerManager.cs" />
  234. <Compile Include="ServerManager\WebSocketConnection.cs" />
  235. <Compile Include="Services\ServicePath.cs" />
  236. <Compile Include="Services\ServiceMethod.cs" />
  237. <Compile Include="Services\ResponseHelper.cs" />
  238. <Compile Include="Services\HttpResult.cs" />
  239. <Compile Include="Services\RequestHelper.cs" />
  240. <Compile Include="Services\ServiceHandler.cs" />
  241. <Compile Include="Services\ServiceController.cs" />
  242. <Compile Include="Services\ServiceExec.cs" />
  243. <Compile Include="Services\StringMapTypeDeserializer.cs" />
  244. <Compile Include="Services\UrlExtensions.cs" />
  245. <Compile Include="Session\HttpSessionController.cs" />
  246. <Compile Include="Session\SessionManager.cs" />
  247. <Compile Include="Session\SessionWebSocketListener.cs" />
  248. <Compile Include="Session\WebSocketController.cs" />
  249. <Compile Include="Social\SharingManager.cs" />
  250. <Compile Include="Social\SharingRepository.cs" />
  251. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  252. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  253. <Compile Include="Sorting\AlbumComparer.cs" />
  254. <Compile Include="Sorting\AlphanumComparator.cs" />
  255. <Compile Include="Sorting\ArtistComparer.cs" />
  256. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  257. <Compile Include="Sorting\CriticRatingComparer.cs" />
  258. <Compile Include="Sorting\DateCreatedComparer.cs" />
  259. <Compile Include="Sorting\DateLastMediaAddedComparer.cs" />
  260. <Compile Include="Sorting\DatePlayedComparer.cs" />
  261. <Compile Include="Sorting\GameSystemComparer.cs" />
  262. <Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
  263. <Compile Include="Sorting\IsFolderComparer.cs" />
  264. <Compile Include="Sorting\IsPlayedComparer.cs" />
  265. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  266. <Compile Include="Sorting\NameComparer.cs" />
  267. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  268. <Compile Include="Sorting\PlayCountComparer.cs" />
  269. <Compile Include="Sorting\PlayersComparer.cs" />
  270. <Compile Include="Sorting\PremiereDateComparer.cs" />
  271. <Compile Include="Sorting\ProductionYearComparer.cs" />
  272. <Compile Include="Sorting\RandomComparer.cs" />
  273. <Compile Include="Sorting\RuntimeComparer.cs" />
  274. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  275. <Compile Include="Sorting\SortNameComparer.cs" />
  276. <Compile Include="Sorting\StartDateComparer.cs" />
  277. <Compile Include="Sorting\StudioComparer.cs" />
  278. <Compile Include="StartupOptions.cs" />
  279. <Compile Include="SystemEvents.cs" />
  280. <Compile Include="TV\SeriesPostScanTask.cs" />
  281. <Compile Include="TV\TVSeriesManager.cs" />
  282. <Compile Include="Udp\UdpServer.cs" />
  283. <Compile Include="Updates\InstallationManager.cs" />
  284. <Compile Include="UserViews\CollectionFolderImageProvider.cs" />
  285. <Compile Include="UserViews\DynamicImageProvider.cs" />
  286. </ItemGroup>
  287. <ItemGroup>
  288. <EmbeddedResource Include="Localization\iso6392.txt" />
  289. </ItemGroup>
  290. <ItemGroup>
  291. <ProjectReference Include="..\Emby.Common.Implementations\Emby.Common.Implementations.csproj">
  292. <Project>{1e37a338-9f57-4b70-bd6d-bb9c591e319b}</Project>
  293. <Name>Emby.Common.Implementations</Name>
  294. </ProjectReference>
  295. <ProjectReference Include="..\Emby.Dlna\Emby.Dlna.csproj">
  296. <Project>{805844ab-e92f-45e6-9d99-4f6d48d129a5}</Project>
  297. <Name>Emby.Dlna</Name>
  298. </ProjectReference>
  299. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  300. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  301. <Name>Emby.Drawing</Name>
  302. </ProjectReference>
  303. <ProjectReference Include="..\Emby.Photos\Emby.Photos.csproj">
  304. <Project>{89ab4548-770d-41fd-a891-8daff44f452c}</Project>
  305. <Name>Emby.Photos</Name>
  306. </ProjectReference>
  307. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  308. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  309. <Name>MediaBrowser.Api</Name>
  310. </ProjectReference>
  311. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  312. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  313. <Name>MediaBrowser.Common</Name>
  314. </ProjectReference>
  315. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  316. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  317. <Name>MediaBrowser.Controller</Name>
  318. </ProjectReference>
  319. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  320. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  321. <Name>MediaBrowser.LocalMetadata</Name>
  322. </ProjectReference>
  323. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  324. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  325. <Name>MediaBrowser.Model</Name>
  326. </ProjectReference>
  327. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  328. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  329. <Name>MediaBrowser.Providers</Name>
  330. </ProjectReference>
  331. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  332. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  333. <Name>MediaBrowser.Server.Implementations</Name>
  334. </ProjectReference>
  335. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  336. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  337. <Name>MediaBrowser.WebDashboard</Name>
  338. </ProjectReference>
  339. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  340. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  341. <Name>MediaBrowser.XbmcMetadata</Name>
  342. </ProjectReference>
  343. <ProjectReference Include="..\Mono.Nat\Mono.Nat.csproj">
  344. <Project>{cb7f2326-6497-4a3d-ba03-48513b17a7be}</Project>
  345. <Name>Mono.Nat</Name>
  346. </ProjectReference>
  347. <ProjectReference Include="..\OpenSubtitlesHandler\OpenSubtitlesHandler.csproj">
  348. <Project>{4a4402d4-e910-443b-b8fc-2c18286a2ca0}</Project>
  349. <Name>OpenSubtitlesHandler</Name>
  350. </ProjectReference>
  351. <ProjectReference Include="..\SocketHttpListener\SocketHttpListener.csproj">
  352. <Project>{1d74413b-e7cf-455b-b021-f52bdf881542}</Project>
  353. <Name>SocketHttpListener</Name>
  354. </ProjectReference>
  355. <Reference Include="Emby.Server.MediaEncoding">
  356. <HintPath>..\ThirdParty\emby\Emby.Server.MediaEncoding.dll</HintPath>
  357. </Reference>
  358. <Reference Include="Emby.XmlTv, Version=1.0.6387.29335, Culture=neutral, processorArchitecture=MSIL">
  359. <HintPath>..\packages\Emby.XmlTv.1.0.9\lib\portable-net45+win8\Emby.XmlTv.dll</HintPath>
  360. <Private>True</Private>
  361. </Reference>
  362. <Reference Include="MediaBrowser.Naming, Version=1.0.6279.25941, Culture=neutral, processorArchitecture=MSIL">
  363. <HintPath>..\packages\MediaBrowser.Naming.1.0.5\lib\portable-net45+win8\MediaBrowser.Naming.dll</HintPath>
  364. <Private>True</Private>
  365. </Reference>
  366. <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.2.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  367. <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.2.2\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
  368. </Reference>
  369. <Reference Include="ServiceStack.Text, Version=4.5.8.0, Culture=neutral, processorArchitecture=MSIL">
  370. <HintPath>..\packages\ServiceStack.Text.4.5.8\lib\net45\ServiceStack.Text.dll</HintPath>
  371. <Private>True</Private>
  372. </Reference>
  373. <Reference Include="SimpleInjector, Version=4.0.8.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  374. <HintPath>..\packages\SimpleInjector.4.0.8\lib\net45\SimpleInjector.dll</HintPath>
  375. </Reference>
  376. <Reference Include="SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  377. <HintPath>..\packages\SQLitePCL.pretty.1.1.0\lib\portable-net45+netcore45+wpa81+wp8\SQLitePCL.pretty.dll</HintPath>
  378. <Private>True</Private>
  379. </Reference>
  380. </ItemGroup>
  381. <ItemGroup>
  382. <Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL">
  383. <HintPath>..\packages\SQLitePCLRaw.core.1.1.8\lib\net45\SQLitePCLRaw.core.dll</HintPath>
  384. </Reference>
  385. <Reference Include="System" />
  386. <Reference Include="System.Configuration" />
  387. <Reference Include="System.Core" />
  388. <Reference Include="System.Runtime.Serialization" />
  389. <Reference Include="System.Xml.Linq" />
  390. <Reference Include="System.Data.DataSetExtensions" />
  391. <Reference Include="Microsoft.CSharp" />
  392. <Reference Include="System.Data" />
  393. <Reference Include="System.Net.Http" />
  394. <Reference Include="System.Xml" />
  395. </ItemGroup>
  396. <ItemGroup>
  397. <EmbeddedResource Include="Localization\Core\ar.json" />
  398. <EmbeddedResource Include="Localization\Core\bg-BG.json" />
  399. <EmbeddedResource Include="Localization\Core\ca.json" />
  400. <EmbeddedResource Include="Localization\Core\core.json" />
  401. <EmbeddedResource Include="Localization\Core\cs.json" />
  402. <EmbeddedResource Include="Localization\Core\da.json" />
  403. <EmbeddedResource Include="Localization\Core\de.json" />
  404. <EmbeddedResource Include="Localization\Core\el.json" />
  405. <EmbeddedResource Include="Localization\Core\en-GB.json" />
  406. <EmbeddedResource Include="Localization\Core\en-US.json" />
  407. <EmbeddedResource Include="Localization\Core\es-AR.json" />
  408. <EmbeddedResource Include="Localization\Core\es-MX.json" />
  409. <EmbeddedResource Include="Localization\Core\es.json" />
  410. <EmbeddedResource Include="Localization\Core\fi.json" />
  411. <EmbeddedResource Include="Localization\Core\fr-CA.json" />
  412. <EmbeddedResource Include="Localization\Core\fr.json" />
  413. <EmbeddedResource Include="Localization\Core\gsw.json" />
  414. <EmbeddedResource Include="Localization\Core\he.json" />
  415. <EmbeddedResource Include="Localization\Core\hr.json" />
  416. <EmbeddedResource Include="Localization\Core\hu.json" />
  417. <EmbeddedResource Include="Localization\Core\id.json" />
  418. <EmbeddedResource Include="Localization\Core\it.json" />
  419. <EmbeddedResource Include="Localization\Core\kk.json" />
  420. <EmbeddedResource Include="Localization\Core\ko.json" />
  421. <EmbeddedResource Include="Localization\Core\ms.json" />
  422. <EmbeddedResource Include="Localization\Core\nb.json" />
  423. <EmbeddedResource Include="Localization\Core\nl.json" />
  424. <EmbeddedResource Include="Localization\Core\pl.json" />
  425. <EmbeddedResource Include="Localization\Core\pt-BR.json" />
  426. <EmbeddedResource Include="Localization\Core\pt-PT.json" />
  427. <EmbeddedResource Include="Localization\Core\ro.json" />
  428. <EmbeddedResource Include="Localization\Core\ru.json" />
  429. <EmbeddedResource Include="Localization\Core\sl-SI.json" />
  430. <EmbeddedResource Include="Localization\Core\sv.json" />
  431. <EmbeddedResource Include="Localization\Core\tr.json" />
  432. <EmbeddedResource Include="Localization\Core\uk.json" />
  433. <EmbeddedResource Include="Localization\Core\vi.json" />
  434. <EmbeddedResource Include="Localization\Core\zh-CN.json" />
  435. <EmbeddedResource Include="Localization\Core\zh-HK.json" />
  436. <EmbeddedResource Include="Localization\Core\zh-TW.json" />
  437. <EmbeddedResource Include="Localization\countries.json" />
  438. <None Include="packages.config" />
  439. </ItemGroup>
  440. <ItemGroup>
  441. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  442. </ItemGroup>
  443. <ItemGroup>
  444. <EmbeddedResource Include="Localization\Ratings\be.txt" />
  445. </ItemGroup>
  446. <ItemGroup>
  447. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  448. </ItemGroup>
  449. <ItemGroup>
  450. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  451. </ItemGroup>
  452. <ItemGroup>
  453. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  454. </ItemGroup>
  455. <ItemGroup>
  456. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  457. </ItemGroup>
  458. <ItemGroup>
  459. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  460. </ItemGroup>
  461. <ItemGroup>
  462. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  463. </ItemGroup>
  464. <ItemGroup>
  465. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  466. </ItemGroup>
  467. <ItemGroup>
  468. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  469. </ItemGroup>
  470. <ItemGroup>
  471. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  472. </ItemGroup>
  473. <ItemGroup>
  474. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  475. </ItemGroup>
  476. <ItemGroup>
  477. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  478. </ItemGroup>
  479. <ItemGroup>
  480. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  481. </ItemGroup>
  482. <ItemGroup>
  483. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  484. </ItemGroup>
  485. <ItemGroup>
  486. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  487. </ItemGroup>
  488. <ItemGroup>
  489. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  490. </ItemGroup>
  491. <ItemGroup>
  492. <EmbeddedResource Include="Localization\Ratings\uk.txt" />
  493. </ItemGroup>
  494. <ItemGroup>
  495. <EmbeddedResource Include="Localization\Ratings\es.txt" />
  496. </ItemGroup>
  497. <ItemGroup>
  498. <EmbeddedResource Include="Localization\Ratings\ro.txt" />
  499. </ItemGroup>
  500. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  501. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  502. Other similar extension points exist, see Microsoft.Common.targets.
  503. <Target Name="BeforeBuild">
  504. </Target>
  505. <Target Name="AfterBuild">
  506. </Target>
  507. -->
  508. </Project>