MediaBrowser.Server.Implementations.csproj 16 KB

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