MediaBrowser.Server.Implementations.csproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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.44.0, Culture=neutral, processorArchitecture=MSIL">
  52. <SpecificVersion>False</SpecificVersion>
  53. <HintPath>..\packages\ServiceStack.3.9.44\lib\net35\ServiceStack.dll</HintPath>
  54. </Reference>
  55. <Reference Include="ServiceStack.Api.Swagger, Version=3.9.45.0, Culture=neutral, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.45\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
  58. </Reference>
  59. <Reference Include="ServiceStack.Common, Version=3.9.44.0, Culture=neutral, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\packages\ServiceStack.Common.3.9.44\lib\net35\ServiceStack.Common.dll</HintPath>
  62. </Reference>
  63. <Reference Include="ServiceStack.Interfaces, Version=3.9.44.0, Culture=neutral, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\packages\ServiceStack.Common.3.9.44\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ServiceStack.OrmLite, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  68. <SpecificVersion>False</SpecificVersion>
  69. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.dll</HintPath>
  70. </Reference>
  71. <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  72. <SpecificVersion>False</SpecificVersion>
  73. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  74. </Reference>
  75. <Reference Include="ServiceStack.Redis, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  76. <SpecificVersion>False</SpecificVersion>
  77. <HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath>
  78. </Reference>
  79. <Reference Include="ServiceStack.ServiceInterface, Version=3.9.44.0, Culture=neutral, processorArchitecture=MSIL">
  80. <SpecificVersion>False</SpecificVersion>
  81. <HintPath>..\packages\ServiceStack.3.9.44\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  82. </Reference>
  83. <Reference Include="ServiceStack.Text, Version=3.9.44.0, Culture=neutral, processorArchitecture=MSIL">
  84. <SpecificVersion>False</SpecificVersion>
  85. <HintPath>..\packages\ServiceStack.Text.3.9.44\lib\net35\ServiceStack.Text.dll</HintPath>
  86. </Reference>
  87. <Reference Include="System" />
  88. <Reference Include="System.Core" />
  89. <Reference Include="System.Data.SQLite, Version=1.0.85.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  90. <SpecificVersion>False</SpecificVersion>
  91. <HintPath>..\packages\System.Data.SQLite.1.0.85.0\lib\net45\System.Data.SQLite.dll</HintPath>
  92. </Reference>
  93. <Reference Include="System.Data.SQLite.Linq, Version=1.0.85.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
  94. <SpecificVersion>False</SpecificVersion>
  95. <HintPath>..\packages\System.Data.SQLite.1.0.85.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.Web" />
  107. <Reference Include="Microsoft.CSharp" />
  108. <Reference Include="System.Data" />
  109. <Reference Include="System.Xml" />
  110. </ItemGroup>
  111. <ItemGroup>
  112. <Compile Include="..\SharedVersion.cs">
  113. <Link>Properties\SharedVersion.cs</Link>
  114. </Compile>
  115. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  116. <Compile Include="Configuration\ServerConfigurationManager.cs" />
  117. <Compile Include="HttpServer\HttpResultFactory.cs" />
  118. <Compile Include="HttpServer\HttpServer.cs" />
  119. <Compile Include="HttpServer\NativeWebSocket.cs" />
  120. <Compile Include="HttpServer\RangeRequestWriter.cs" />
  121. <Compile Include="HttpServer\ServerFactory.cs" />
  122. <Compile Include="HttpServer\ServerLogger.cs" />
  123. <Compile Include="HttpServer\StreamWriter.cs" />
  124. <Compile Include="HttpServer\SwaggerService.cs" />
  125. <Compile Include="IO\DirectoryWatchers.cs" />
  126. <Compile Include="Library\CoreResolutionIgnoreRule.cs" />
  127. <Compile Include="Library\DisplayPreferencesManager.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\MusicAlbumResolver.cs" />
  133. <Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
  134. <Compile Include="Library\Resolvers\BaseItemResolver.cs" />
  135. <Compile Include="Library\Resolvers\FolderResolver.cs" />
  136. <Compile Include="Library\Resolvers\LocalTrailerResolver.cs" />
  137. <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
  138. <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
  139. <Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
  140. <Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
  141. <Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
  142. <Compile Include="Library\Resolvers\VideoResolver.cs" />
  143. <Compile Include="Library\UserManager.cs" />
  144. <Compile Include="MediaEncoder\MediaEncoder.cs" />
  145. <Compile Include="Properties\AssemblyInfo.cs" />
  146. <Compile Include="Providers\ProviderManager.cs" />
  147. <Compile Include="Reflection\TypeMapper.cs" />
  148. <Compile Include="ScheduledTasks\ArtistValidationTask.cs" />
  149. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  150. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  151. <Compile Include="ScheduledTasks\ImageCleanupTask.cs" />
  152. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  153. <Compile Include="ScheduledTasks\AudioImagesTask.cs" />
  154. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  155. <Compile Include="ScheduledTasks\VideoImagesTask.cs" />
  156. <Compile Include="ServerApplicationPaths.cs" />
  157. <Compile Include="ServerManager\ServerManager.cs" />
  158. <Compile Include="ServerManager\WebSocketConnection.cs" />
  159. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  160. <Compile Include="Sorting\AlbumComparer.cs" />
  161. <Compile Include="Sorting\ArtistComparer.cs" />
  162. <Compile Include="Sorting\BudgetComparer.cs" />
  163. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  164. <Compile Include="Sorting\CriticRatingComparer.cs" />
  165. <Compile Include="Sorting\DateCreatedComparer.cs" />
  166. <Compile Include="Sorting\DatePlayedComparer.cs" />
  167. <Compile Include="Sorting\PlayCountComparer.cs" />
  168. <Compile Include="Sorting\PremiereDateComparer.cs" />
  169. <Compile Include="Sorting\ProductionYearComparer.cs" />
  170. <Compile Include="Sorting\RandomComparer.cs" />
  171. <Compile Include="Sorting\RevenueComparer.cs" />
  172. <Compile Include="Sorting\RuntimeComparer.cs" />
  173. <Compile Include="Sorting\SortNameComparer.cs" />
  174. <Compile Include="Sqlite\SQLiteDisplayPreferencesRepository.cs" />
  175. <Compile Include="Sqlite\SQLiteExtensions.cs" />
  176. <Compile Include="Sqlite\SQLiteItemRepository.cs" />
  177. <Compile Include="Sqlite\SQLiteRepository.cs" />
  178. <Compile Include="Sqlite\SQLiteUserDataRepository.cs" />
  179. <Compile Include="Sqlite\SQLiteUserRepository.cs" />
  180. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  181. <Compile Include="Udp\UdpServer.cs" />
  182. <Compile Include="Updates\InstallationManager.cs" />
  183. <Compile Include="WebSocket\AlchemyServer.cs" />
  184. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  185. <Compile Include="WorldWeatherOnline\WeatherProvider.cs" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  189. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  190. <Name>MediaBrowser.Common.Implementations</Name>
  191. </ProjectReference>
  192. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  193. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  194. <Name>MediaBrowser.Common</Name>
  195. </ProjectReference>
  196. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  197. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  198. <Name>MediaBrowser.Controller</Name>
  199. </ProjectReference>
  200. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  201. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  202. <Name>MediaBrowser.Model</Name>
  203. </ProjectReference>
  204. </ItemGroup>
  205. <ItemGroup>
  206. <Content Include="swagger-ui\css\hightlight.default.css" />
  207. <Content Include="swagger-ui\css\screen.css">
  208. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  209. </Content>
  210. <Content Include="swagger-ui\images\logo_small.png">
  211. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  212. </Content>
  213. <Content Include="swagger-ui\images\pet_store_api.png">
  214. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  215. </Content>
  216. <Content Include="swagger-ui\images\throbber.gif">
  217. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  218. </Content>
  219. <Content Include="swagger-ui\images\wordnik_api.png">
  220. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  221. </Content>
  222. <Content Include="swagger-ui\index.html">
  223. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  224. </Content>
  225. <Content Include="swagger-ui\lib\backbone-min.js">
  226. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  227. </Content>
  228. <Content Include="swagger-ui\lib\handlebars-1.0.rc.1.js">
  229. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  230. </Content>
  231. <Content Include="swagger-ui\lib\highlight.7.3.pack.js">
  232. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  233. </Content>
  234. <Content Include="swagger-ui\lib\jquery-1.8.0.min.js">
  235. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  236. </Content>
  237. <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
  238. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  239. </Content>
  240. <Content Include="swagger-ui\lib\jquery.slideto.min.js">
  241. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  242. </Content>
  243. <Content Include="swagger-ui\lib\jquery.wiggle.min.js">
  244. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  245. </Content>
  246. <Content Include="swagger-ui\lib\swagger.js">
  247. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  248. </Content>
  249. <Content Include="swagger-ui\lib\underscore-min.js">
  250. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  251. </Content>
  252. <Content Include="swagger-ui\swagger-ui.js">
  253. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  254. </Content>
  255. <Content Include="swagger-ui\swagger-ui.min.js">
  256. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  257. </Content>
  258. <Content Include="x64\SQLite.Interop.dll">
  259. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  260. </Content>
  261. <Content Include="x86\SQLite.Interop.dll">
  262. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  263. </Content>
  264. <EmbeddedResource Include="MediaEncoder\readme.txt" />
  265. </ItemGroup>
  266. <ItemGroup>
  267. <EmbeddedResource Include="MediaEncoder\fonts\ARIALUNI.TTF" />
  268. <EmbeddedResource Include="MediaEncoder\fonts\fonts.conf" />
  269. <EmbeddedResource Include="MediaEncoder\ffmpeg20130428.zip" />
  270. <None Include="packages.config" />
  271. </ItemGroup>
  272. <ItemGroup />
  273. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  274. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  275. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  276. Other similar extension points exist, see Microsoft.Common.targets.
  277. <Target Name="BeforeBuild">
  278. </Target>
  279. <Target Name="AfterBuild">
  280. </Target>
  281. -->
  282. </Project>