MediaBrowser.Server.Implementations.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  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. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  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. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Alchemy">
  36. <HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
  37. </Reference>
  38. <Reference Include="BdInfo, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.2\lib\net45\BdInfo.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ICSharpCode.SharpZipLib">
  43. <HintPath>..\packages\SharpZipLib.0.86.0\lib\20\ICSharpCode.SharpZipLib.dll</HintPath>
  44. </Reference>
  45. <Reference Include="Lucene.Net">
  46. <HintPath>..\packages\Lucene.Net.3.0.3\lib\NET40\Lucene.Net.dll</HintPath>
  47. </Reference>
  48. <Reference Include="MoreLinq">
  49. <HintPath>..\packages\morelinq.1.0.15631-beta\lib\net35\MoreLinq.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ServiceStack, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\ServiceStack.3.9.54\lib\net35\ServiceStack.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ServiceStack.Api.Swagger, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.54\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ServiceStack.Common, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Common.dll</HintPath>
  62. </Reference>
  63. <Reference Include="ServiceStack.Interfaces, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ServiceStack.OrmLite">
  68. <HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.54\lib\net40\ServiceStack.OrmLite.dll</HintPath>
  69. </Reference>
  70. <Reference Include="ServiceStack.OrmLite.SqliteNET">
  71. <HintPath>..\packages\ServiceStack.OrmLite.Sqlite32.3.9.54\lib\net40\ServiceStack.OrmLite.SqliteNET.dll</HintPath>
  72. </Reference>
  73. <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  74. <SpecificVersion>False</SpecificVersion>
  75. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  76. </Reference>
  77. <Reference Include="ServiceStack.Redis, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  78. <SpecificVersion>False</SpecificVersion>
  79. <HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath>
  80. </Reference>
  81. <Reference Include="ServiceStack.ServiceInterface, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  82. <SpecificVersion>False</SpecificVersion>
  83. <HintPath>..\packages\ServiceStack.3.9.54\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  84. </Reference>
  85. <Reference Include="ServiceStack.Text, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  86. <SpecificVersion>False</SpecificVersion>
  87. <HintPath>..\packages\ServiceStack.Text.3.9.54\lib\net35\ServiceStack.Text.dll</HintPath>
  88. </Reference>
  89. <Reference Include="System" />
  90. <Reference Include="System.Core" />
  91. <Reference Include="System.Data.SQLite">
  92. <HintPath>..\packages\System.Data.SQLite.x86.1.0.86.0\lib\net45\System.Data.SQLite.dll</HintPath>
  93. </Reference>
  94. <Reference Include="System.Data.SQLite.Linq">
  95. <HintPath>..\packages\System.Data.SQLite.x86.1.0.86.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  96. </Reference>
  97. <Reference Include="System.Reactive.Core">
  98. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
  99. </Reference>
  100. <Reference Include="System.Reactive.Interfaces">
  101. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  102. </Reference>
  103. <Reference Include="System.Reactive.Linq">
  104. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
  105. </Reference>
  106. <Reference Include="System.Runtime.Serialization" />
  107. <Reference Include="System.Web" />
  108. <Reference Include="Microsoft.CSharp" />
  109. <Reference Include="System.Data" />
  110. <Reference Include="System.Xml" />
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Compile Include="..\SharedVersion.cs">
  114. <Link>Properties\SharedVersion.cs</Link>
  115. </Compile>
  116. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  117. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  118. <Compile Include="HttpServer\HttpResultFactory.cs" />
  119. <Compile Include="HttpServer\HttpServer.cs" />
  120. <Compile Include="HttpServer\NativeWebSocket.cs" />
  121. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  122. <Compile Include="HttpServer\ServerFactory.cs" />
  123. <Compile Include="HttpServer\ServerLogger.cs" />
  124. <Compile Include="HttpServer\StreamWriter.cs" />
  125. <Compile Include="HttpServer\SwaggerService.cs" />
  126. <Compile Include="IO\DirectoryWatchers.cs" />
  127. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  128. <Compile Include="Library\LibraryManager.cs" />
  129. <Compile Include="Library\LuceneSearchEngine.cs" />
  130. <Compile Include="Library\ResolverHelper.cs" />
  131. <Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
  132. <Compile Include="Library\Resolvers\Audio\MusicAlbumDiscResolver.cs" />
  133. <Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
  134. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  135. <Compile Include="Library\Resolvers\BaseItemResolver.cs" />
  136. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  137. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  138. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  139. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  140. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  141. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  142. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  143. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  144. <Compile Include="Library\UserManager.cs" />
  145. <Compile Include="Localization\LocalizationManager.cs" />
  146. <Compile Include="MediaEncoder\MediaEncoder.cs" />
  147. <Compile Include="Persistence\SqliteChapterRepository.cs" />
  148. <Compile Include="Persistence\SqliteExtensions.cs" />
  149. <Compile Include="Properties\AssemblyInfo.cs" />
  150. <Compile Include="Providers\ProviderManager.cs" />
  151. <Compile Include="ScheduledTasks\ArtistValidationTask.cs" />
  152. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  153. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  154. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  155. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  156. <Compile Include="ScheduledTasks\VideoImagesTask.cs" />
  157. <Compile Include="ServerApplicationPaths.cs" />
  158. <Compile Include="ServerManager\ServerManager.cs" />
  159. <Compile Include="ServerManager\WebSocketConnection.cs" />
  160. <Compile Include="Session\SessionManager.cs">
  161. <SubType>Code</SubType>
  162. </Compile>
  163. <Compile Include="Session\SessionWebSocketListener.cs" />
  164. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  165. <Compile Include="Sorting\AlbumComparer.cs" />
  166. <Compile Include="Sorting\ArtistComparer.cs" />
  167. <Compile Include="Sorting\BudgetComparer.cs" />
  168. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  169. <Compile Include="Sorting\CriticRatingComparer.cs" />
  170. <Compile Include="Sorting\DateCreatedComparer.cs" />
  171. <Compile Include="Sorting\DatePlayedComparer.cs" />
  172. <Compile Include="Sorting\PlayCountComparer.cs" />
  173. <Compile Include="Sorting\PremiereDateComparer.cs" />
  174. <Compile Include="Sorting\ProductionYearComparer.cs" />
  175. <Compile Include="Sorting\RandomComparer.cs" />
  176. <Compile Include="Sorting\RevenueComparer.cs" />
  177. <Compile Include="Sorting\RuntimeComparer.cs" />
  178. <Compile Include="Sorting\SortNameComparer.cs" />
  179. <Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
  180. <Compile Include="Persistence\SqliteItemRepository.cs" />
  181. <Compile Include="Persistence\SqliteUserDataRepository.cs" />
  182. <Compile Include="Persistence\SqliteUserRepository.cs" />
  183. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  184. <Compile Include="Udp\UdpServer.cs" />
  185. <Compile Include="Updates\InstallationManager.cs" />
  186. <Compile Include="WebSocket\AlchemyServer.cs" />
  187. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  188. </ItemGroup>
  189. <ItemGroup>
  190. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  191. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  192. <Name>MediaBrowser.Common.Implementations</Name>
  193. </ProjectReference>
  194. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  195. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  196. <Name>MediaBrowser.Common</Name>
  197. </ProjectReference>
  198. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  199. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  200. <Name>MediaBrowser.Controller</Name>
  201. </ProjectReference>
  202. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  203. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  204. <Name>MediaBrowser.Model</Name>
  205. </ProjectReference>
  206. </ItemGroup>
  207. <ItemGroup>
  208. <EmbeddedResource Include="Localization\Ratings\us.txt" />
  209. <EmbeddedResource Include="Localization\Ratings\au.txt" />
  210. <EmbeddedResource Include="Localization\Ratings\gb.txt" />
  211. <EmbeddedResource Include="Localization\Ratings\nl.txt" />
  212. <EmbeddedResource Include="Localization\Ratings\br.txt" />
  213. <EmbeddedResource Include="Localization\Ratings\da.txt" />
  214. <EmbeddedResource Include="Localization\Ratings\de.txt" />
  215. <EmbeddedResource Include="Localization\Ratings\mx.txt" />
  216. <EmbeddedResource Include="Localization\Ratings\co.txt" />
  217. <EmbeddedResource Include="Localization\Ratings\fr.txt" />
  218. <EmbeddedResource Include="Localization\Ratings\ie.txt" />
  219. <EmbeddedResource Include="Localization\Ratings\jp.txt" />
  220. <EmbeddedResource Include="Localization\Ratings\kz.txt" />
  221. <EmbeddedResource Include="Localization\Ratings\nz.txt" />
  222. <EmbeddedResource Include="Localization\Ratings\ru.txt" />
  223. <EmbeddedResource Include="MediaEncoder\readme.txt" />
  224. </ItemGroup>
  225. <ItemGroup>
  226. <EmbeddedResource Include="MediaEncoder\fonts\ARIALUNI.TTF" />
  227. <EmbeddedResource Include="MediaEncoder\fonts\fonts.conf" />
  228. <EmbeddedResource Include="MediaEncoder\ffmpeg20130614.zip" />
  229. <None Include="packages.config" />
  230. </ItemGroup>
  231. <ItemGroup>
  232. <Content Include="swagger-ui\css\hightlight.default.css">
  233. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="swagger-ui\css\screen.css">
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="swagger-ui\images\logo_small.png">
  239. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  240. </Content>
  241. <Content Include="swagger-ui\images\pet_store_api.png">
  242. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  243. </Content>
  244. <Content Include="swagger-ui\images\throbber.gif">
  245. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  246. </Content>
  247. <Content Include="swagger-ui\images\wordnik_api.png">
  248. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="swagger-ui\index.html">
  251. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  252. </Content>
  253. <Content Include="swagger-ui\lib\backbone-min.js">
  254. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  255. </Content>
  256. <Content Include="swagger-ui\lib\handlebars-1.0.rc.1.js">
  257. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  258. </Content>
  259. <Content Include="swagger-ui\lib\highlight.7.3.pack.js">
  260. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  261. </Content>
  262. <Content Include="swagger-ui\lib\jquery-1.8.0.min.js">
  263. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  264. </Content>
  265. <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
  266. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  267. </Content>
  268. <Content Include="swagger-ui\lib\jquery.slideto.min.js">
  269. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  270. </Content>
  271. <Content Include="swagger-ui\lib\jquery.wiggle.min.js">
  272. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  273. </Content>
  274. <Content Include="swagger-ui\lib\swagger.js">
  275. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  276. </Content>
  277. <Content Include="swagger-ui\lib\underscore-min.js">
  278. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  279. </Content>
  280. <Content Include="swagger-ui\swagger-ui.js">
  281. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  282. </Content>
  283. <Content Include="swagger-ui\swagger-ui.min.js">
  284. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  285. </Content>
  286. </ItemGroup>
  287. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  288. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  289. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  290. Other similar extension points exist, see Microsoft.Common.targets.
  291. <Target Name="BeforeBuild">
  292. </Target>
  293. <Target Name="AfterBuild">
  294. </Target>
  295. -->
  296. </Project>