MediaBrowser.Server.Implementations.csproj 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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="NLog">
  52. <HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
  53. </Reference>
  54. <Reference Include="ServiceStack, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\ServiceStack.3.9.43\lib\net35\ServiceStack.dll</HintPath>
  57. </Reference>
  58. <Reference Include="ServiceStack.Api.Swagger, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.43\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
  61. </Reference>
  62. <Reference Include="ServiceStack.Common, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Common.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ServiceStack.Interfaces, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\ServiceStack.Common.3.9.43\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  69. </Reference>
  70. <Reference Include="ServiceStack.OrmLite, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  71. <SpecificVersion>False</SpecificVersion>
  72. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.dll</HintPath>
  73. </Reference>
  74. <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  75. <SpecificVersion>False</SpecificVersion>
  76. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.43\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  77. </Reference>
  78. <Reference Include="ServiceStack.Redis, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  79. <SpecificVersion>False</SpecificVersion>
  80. <HintPath>..\packages\ServiceStack.Redis.3.9.43\lib\net35\ServiceStack.Redis.dll</HintPath>
  81. </Reference>
  82. <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  83. <SpecificVersion>False</SpecificVersion>
  84. <HintPath>..\packages\ServiceStack.3.9.43\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  85. </Reference>
  86. <Reference Include="ServiceStack.Text, Version=3.9.43.0, Culture=neutral, processorArchitecture=MSIL">
  87. <SpecificVersion>False</SpecificVersion>
  88. <HintPath>..\packages\ServiceStack.Text.3.9.43\lib\net35\ServiceStack.Text.dll</HintPath>
  89. </Reference>
  90. <Reference Include="System" />
  91. <Reference Include="System.Core" />
  92. <Reference Include="System.Data.SQLite">
  93. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.dll</HintPath>
  94. </Reference>
  95. <Reference Include="System.Data.SQLite.Linq">
  96. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  97. </Reference>
  98. <Reference Include="System.Reactive.Core">
  99. <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
  100. </Reference>
  101. <Reference Include="System.Reactive.Interfaces">
  102. <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  103. </Reference>
  104. <Reference Include="System.Reactive.Linq">
  105. <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
  106. </Reference>
  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\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\PeopleValidationTask.cs" />
  149. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  150. <Compile Include="ScheduledTasks\ImageCleanupTask.cs" />
  151. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  152. <Compile Include="ScheduledTasks\AudioImagesTask.cs" />
  153. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  154. <Compile Include="ScheduledTasks\VideoImagesTask.cs" />
  155. <Compile Include="ServerApplicationPaths.cs" />
  156. <Compile Include="ServerManager\ServerManager.cs" />
  157. <Compile Include="ServerManager\WebSocketConnection.cs" />
  158. <Compile Include="Sorting\AlbumArtistComparer.cs" />
  159. <Compile Include="Sorting\AlbumComparer.cs" />
  160. <Compile Include="Sorting\ArtistComparer.cs" />
  161. <Compile Include="Sorting\BudgetComparer.cs" />
  162. <Compile Include="Sorting\CommunityRatingComparer.cs" />
  163. <Compile Include="Sorting\DateCreatedComparer.cs" />
  164. <Compile Include="Sorting\DatePlayedComparer.cs" />
  165. <Compile Include="Sorting\PlayCountComparer.cs" />
  166. <Compile Include="Sorting\PremiereDateComparer.cs" />
  167. <Compile Include="Sorting\ProductionYearComparer.cs" />
  168. <Compile Include="Sorting\RandomComparer.cs" />
  169. <Compile Include="Sorting\RuntimeComparer.cs" />
  170. <Compile Include="Sorting\SortNameComparer.cs" />
  171. <Compile Include="Sqlite\SQLiteDisplayPreferencesRepository.cs" />
  172. <Compile Include="Sqlite\SQLiteExtensions.cs" />
  173. <Compile Include="Sqlite\SQLiteItemRepository.cs" />
  174. <Compile Include="Sqlite\SQLiteRepository.cs" />
  175. <Compile Include="Sqlite\SQLiteUserDataRepository.cs" />
  176. <Compile Include="Sqlite\SQLiteUserRepository.cs" />
  177. <Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
  178. <Compile Include="Udp\UdpServer.cs" />
  179. <Compile Include="Updates\InstallationManager.cs" />
  180. <Compile Include="WebSocket\AlchemyServer.cs" />
  181. <Compile Include="WebSocket\AlchemyWebSocket.cs" />
  182. <Compile Include="WorldWeatherOnline\WeatherProvider.cs" />
  183. </ItemGroup>
  184. <ItemGroup>
  185. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  186. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  187. <Name>MediaBrowser.Common.Implementations</Name>
  188. </ProjectReference>
  189. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  190. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  191. <Name>MediaBrowser.Common</Name>
  192. </ProjectReference>
  193. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  194. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  195. <Name>MediaBrowser.Controller</Name>
  196. </ProjectReference>
  197. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  198. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  199. <Name>MediaBrowser.Model</Name>
  200. </ProjectReference>
  201. </ItemGroup>
  202. <ItemGroup>
  203. <EmbeddedResource Include="MediaEncoder\readme.txt" />
  204. <Content Include="README.txt" />
  205. <Content Include="swagger-ui\css\screen.css">
  206. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  207. </Content>
  208. <Content Include="swagger-ui\images\pet_store_api.png">
  209. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  210. </Content>
  211. <Content Include="swagger-ui\images\wordnik_api.png">
  212. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  213. </Content>
  214. <Content Include="swagger-ui\index.html">
  215. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  216. </Content>
  217. <Content Include="swagger-ui\lib\backbone-min.js">
  218. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  219. </Content>
  220. <Content Include="swagger-ui\lib\handlebars.runtime-1.0.0.beta.6.js">
  221. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  222. </Content>
  223. <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js">
  224. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  225. </Content>
  226. <Content Include="swagger-ui\lib\jquery.min.js">
  227. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  228. </Content>
  229. <Content Include="swagger-ui\lib\jquery.slideto.min.js">
  230. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  231. </Content>
  232. <Content Include="swagger-ui\lib\jquery.wiggle.min.js">
  233. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  234. </Content>
  235. <Content Include="swagger-ui\lib\swagger.js">
  236. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  237. </Content>
  238. <Content Include="swagger-ui\lib\underscore-min.js">
  239. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  240. </Content>
  241. <Content Include="swagger-ui\swagger-ui.js">
  242. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  243. </Content>
  244. <Content Include="swagger-ui\swagger-ui.min.js">
  245. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  246. </Content>
  247. <Content Include="x64\SQLite.Interop.dll">
  248. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  249. </Content>
  250. <Content Include="x86\SQLite.Interop.dll">
  251. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  252. </Content>
  253. </ItemGroup>
  254. <ItemGroup>
  255. <EmbeddedResource Include="MediaEncoder\fonts\ARIALUNI.TTF" />
  256. <EmbeddedResource Include="MediaEncoder\fonts\fonts.conf" />
  257. <EmbeddedResource Include="MediaEncoder\ffmpeg20130412.zip" />
  258. <None Include="packages.config" />
  259. </ItemGroup>
  260. <ItemGroup />
  261. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  262. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  263. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  264. Other similar extension points exist, see Microsoft.Common.targets.
  265. <Target Name="BeforeBuild">
  266. </Target>
  267. <Target Name="AfterBuild">
  268. </Target>
  269. -->
  270. </Project>