MediaBrowser.Server.Implementations.csproj 18 KB

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