MediaBrowser.Server.Implementations.csproj 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  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>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.70\lib\net35\Mono.Data.Sqlite.dll</HintPath>
  42. </Reference>
  43. <Reference Include="ServiceStack.OrmLite.Sqlite">
  44. <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.70\lib\net35\ServiceStack.OrmLite.Sqlite.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Drawing" />
  49. <Reference Include="System.Reactive.Core">
  50. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System.Reactive.Interfaces">
  53. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  54. </Reference>
  55. <Reference Include="System.Reactive.Linq">
  56. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
  57. </Reference>
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="Microsoft.CSharp" />
  60. <Reference Include="System.Data" />
  61. <Reference Include="System.Web" />
  62. <Reference Include="System.Xml" />
  63. <Reference Include="MoreLinq">
  64. <HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ServiceStack.OrmLite.SqlServer">
  67. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  68. </Reference>
  69. <Reference Include="ServiceStack.Redis">
  70. <HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath>
  71. </Reference>
  72. <Reference Include="BDInfo">
  73. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.5\lib\net20\BDInfo.dll</HintPath>
  74. </Reference>
  75. <Reference Include="ServiceStack">
  76. <HintPath>..\packages\ServiceStack.3.9.70\lib\net35\ServiceStack.dll</HintPath>
  77. </Reference>
  78. <Reference Include="ServiceStack.Api.Swagger">
  79. <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.70\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
  80. </Reference>
  81. <Reference Include="ServiceStack.Common">
  82. <HintPath>..\packages\ServiceStack.Common.3.9.70\lib\net35\ServiceStack.Common.dll</HintPath>
  83. </Reference>
  84. <Reference Include="ServiceStack.Interfaces">
  85. <HintPath>..\packages\ServiceStack.Common.3.9.70\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  86. </Reference>
  87. <Reference Include="ServiceStack.OrmLite">
  88. <HintPath>..\packages\ServiceStack.OrmLite.Sqlite.Mono.3.9.70\lib\net35\ServiceStack.OrmLite.dll</HintPath>
  89. </Reference>
  90. <Reference Include="ServiceStack.ServiceInterface">
  91. <HintPath>..\packages\ServiceStack.3.9.70\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  92. </Reference>
  93. <Reference Include="ServiceStack.Text">
  94. <HintPath>..\packages\ServiceStack.Text.3.9.70\lib\net35\ServiceStack.Text.dll</HintPath>
  95. </Reference>
  96. <Reference Include="System.Data.SQLite">
  97. <HintPath>..\packages\System.Data.SQLite.x86.1.0.89.0\lib\net45\System.Data.SQLite.dll</HintPath>
  98. </Reference>
  99. <Reference Include="System.Data.SQLite.Linq">
  100. <HintPath>..\packages\System.Data.SQLite.x86.1.0.89.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  101. </Reference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <Compile Include="..\SharedVersion.cs">
  105. <Link>Properties\SharedVersion.cs</Link>
  106. </Compile>
  107. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  108. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  109. <Compile Include="Drawing\ImageHeader.cs" />
  110. <Compile Include="Drawing\PercentPlayedDrawer.cs" />
  111. <Compile Include="Drawing\WatchedIndicatorDrawer.cs" />
  112. <Compile Include="Dto\DtoService.cs" />
  113. <Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
  114. <Compile Include="EntryPoints\LoadRegistrations.cs" />
  115. <Compile Include="EntryPoints\Notifications\Notifier.cs" />
  116. <Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
  117. <Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
  118. <Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
  119. <Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
  120. <Compile Include="EntryPoints\ServerEventNotifier.cs" />
  121. <Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
  122. <Compile Include="HttpServer\HttpResultFactory.cs" />
  123. <Compile Include="HttpServer\HttpServer.cs" />
  124. <Compile Include="HttpServer\NativeWebSocket.cs" />
  125. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  126. <Compile Include="HttpServer\ServerFactory.cs" />
  127. <Compile Include="HttpServer\ServerLogger.cs" />
  128. <Compile Include="HttpServer\StreamWriter.cs" />
  129. <Compile Include="HttpServer\SwaggerService.cs" />
  130. <Compile Include="Drawing\ImageProcessor.cs" />
  131. <Compile Include="IO\DirectoryWatchers.cs" />
  132. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  133. <Compile Include="Library\LibraryManager.cs" />
  134. <Compile Include="Library\LuceneSearchEngine.cs" />
  135. <Compile Include="Library\ResolverHelper.cs" />
  136. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  137. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  138. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  139. <Compile Include="Library\Resolvers\BaseItemResolver.cs" />
  140. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  141. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  142. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  143. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  144. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  145. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  146. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  147. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  148. <Compile Include="Library\UserDataManager.cs" />
  149. <Compile Include="Library\UserManager.cs" />
  150. <Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
  151. <Compile Include="Library\Validators\ArtistsValidator.cs" />
  152. <Compile Include="Library\Validators\CountHelpers.cs" />
  153. <Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
  154. <Compile Include="Library\Validators\GameGenresValidator.cs" />
  155. <Compile Include="Library\Validators\GenresPostScanTask.cs" />
  156. <Compile Include="Library\Validators\GenresValidator.cs" />
  157. <Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
  158. <Compile Include="Library\Validators\MusicGenresValidator.cs" />
  159. <Compile Include="Library\Validators\PeoplePostScanTask.cs" />
  160. <Compile Include="Library\Validators\PeopleValidator.cs" />
  161. <Compile Include="Library\Validators\StudiosPostScanTask.cs" />
  162. <Compile Include="Library\Validators\StudiosValidator.cs" />
  163. <Compile Include="Library\Validators\YearsPostScanTask.cs" />
  164. <Compile Include="LiveTv\ChannelImageProvider.cs" />
  165. <Compile Include="LiveTv\LiveTvManager.cs" />
  166. <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
  167. <Compile Include="Localization\LocalizationManager.cs" />
  168. <Compile Include="MediaEncoder\MediaEncoder.cs" />
  169. <Compile Include="Persistence\SqliteChapterRepository.cs" />
  170. <Compile Include="Persistence\SqliteExtensions.cs" />
  171. <Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
  172. <Compile Include="Persistence\SqliteNotificationsRepository.cs" />
  173. <Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
  174. <Compile Include="Persistence\TypeMapper.cs" />
  175. <Compile Include="Properties\AssemblyInfo.cs" />
  176. <Compile Include="Providers\ImageSaver.cs" />
  177. <Compile Include="Providers\ProviderManager.cs" />
  178. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  179. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  180. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  181. <Compile Include="ServerApplicationPaths.cs" />
  182. <Compile Include="ServerManager\ServerManager.cs" />
  183. <Compile Include="ServerManager\WebSocketConnection.cs" />
  184. <Compile Include="Session\SessionManager.cs">
  185. <SubType>Code</SubType>
  186. </Compile>
  187. <Compile Include="Session\SessionWebSocketListener.cs" />
  188. <Compile Include="Session\WebSocketController.cs" />
  189. <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
  190. <Compile Include="Sorting\AirTimeComparer.cs" />
  191. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  192. <Compile Include="Sorting\AlbumComparer.cs" />
  193. <Compile Include="Sorting\AlbumCountComparer.cs" />
  194. <Compile Include="Sorting\ArtistComparer.cs" />
  195. <Compile Include="Sorting\BudgetComparer.cs" />
  196. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  197. <Compile Include="Sorting\CriticRatingComparer.cs" />
  198. <Compile Include="Sorting\DateCreatedComparer.cs" />
  199. <Compile Include="Sorting\DatePlayedComparer.cs" />
  200. <Compile Include="Sorting\EpisodeCountComparer.cs" />
  201. <Compile Include="Sorting\IsFolderComparer.cs" />
  202. <Compile Include="Sorting\IsUnplayedComparer.cs" />
  203. <Compile Include="Sorting\MovieCountComparer.cs" />
  204. <Compile Include="Sorting\MusicVideoCountComparer.cs" />
  205. <Compile Include="Sorting\NameComparer.cs" />
  206. <Compile Include="Sorting\OfficialRatingComparer.cs" />
  207. <Compile Include="Sorting\PlayCountComparer.cs" />
  208. <Compile Include="Sorting\PremiereDateComparer.cs" />
  209. <Compile Include="Sorting\ProductionYearComparer.cs" />
  210. <Compile Include="Sorting\RandomComparer.cs" />
  211. <Compile Include="Sorting\RevenueComparer.cs" />
  212. <Compile Include="Sorting\RuntimeComparer.cs" />
  213. <Compile Include="Sorting\SeriesCountComparer.cs" />
  214. <Compile Include="Sorting\SeriesSortNameComparer.cs" />
  215. <Compile Include="Sorting\SongCountComparer.cs" />
  216. <Compile Include="Sorting\SortNameComparer.cs" />
  217. <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
  218. <Compile Include="Persistence\SqliteItemRepository.cs" />
  219. <Compile Include="Persistence\SqliteUserDataRepository.cs" />
  220. <Compile Include="Persistence\SqliteUserRepository.cs" />
  221. <Compile Include="Sorting\TrailerCountComparer.cs" />
  222. <Compile Include="Sorting\VideoBitRateComparer.cs" />
  223. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  224. <Compile Include="Udp\UdpServer.cs" />
  225. <Compile Include="WebSocket\AlchemyServer.cs" />
  226. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  227. </ItemGroup>
  228. <ItemGroup>
  229. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  230. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  231. <Name>MediaBrowser.Common.Implementations</Name>
  232. </ProjectReference>
  233. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  234. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  235. <Name>MediaBrowser.Common</Name>
  236. </ProjectReference>
  237. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  238. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  239. <Name>MediaBrowser.Controller</Name>
  240. </ProjectReference>
  241. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  242. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  243. <Name>MediaBrowser.Model</Name>
  244. </ProjectReference>
  245. </ItemGroup>
  246. <ItemGroup>
  247. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  248. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  249. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  250. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  251. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  252. <EmbeddedResource Include="Localization\Ratings\dk.txt" />
  253. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  254. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  255. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  256. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  257. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  258. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  259. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  260. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  261. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  262. </ItemGroup>
  263. <ItemGroup>
  264. <None Include="packages.config" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <Content Include="sqlite3.dll" />
  268. <Content Include="swagger-ui\css\hightlight.default.css">
  269. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  270. </Content>
  271. <Content Include="swagger-ui\css\screen.css">
  272. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  273. </Content>
  274. <Content Include="swagger-ui\images\logo_small.png">
  275. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  276. </Content>
  277. <Content Include="swagger-ui\images\pet_store_api.png">
  278. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  279. </Content>
  280. <Content Include="swagger-ui\images\throbber.gif">
  281. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  282. </Content>
  283. <Content Include="swagger-ui\images\wordnik_api.png">
  284. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  285. </Content>
  286. <Content Include="swagger-ui\lib\backbone-min.js">
  287. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  288. </Content>
  289. <Content Include="swagger-ui\lib\handlebars-1.0.rc.1.js">
  290. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  291. </Content>
  292. <Content Include="swagger-ui\lib\highlight.7.3.pack.js">
  293. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  294. </Content>
  295. <Content Include="swagger-ui\lib\jquery-1.8.0.min.js">
  296. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  297. </Content>
  298. <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
  299. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  300. </Content>
  301. <Content Include="swagger-ui\lib\jquery.slideto.min.js">
  302. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  303. </Content>
  304. <Content Include="swagger-ui\lib\jquery.wiggle.min.js">
  305. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  306. </Content>
  307. <Content Include="swagger-ui\lib\swagger.js">
  308. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  309. </Content>
  310. <Content Include="swagger-ui\lib\underscore-min.js">
  311. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  312. </Content>
  313. <Content Include="swagger-ui\swagger-ui.js">
  314. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  315. </Content>
  316. <Content Include="swagger-ui\swagger-ui.min.js">
  317. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  318. </Content>
  319. <EmbeddedResource Include="Localization\Ratings\ca.txt" />
  320. <Content Include="swagger-ui\index.html">
  321. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  322. </Content>
  323. </ItemGroup>
  324. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  325. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  326. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  327. Other similar extension points exist, see Microsoft.Common.targets.
  328. <Target Name="BeforeBuild">
  329. </Target>
  330. <Target Name="AfterBuild">
  331. </Target>
  332. -->
  333. </Project>