MediaBrowser.Controller.csproj 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Controller</RootNamespace>
  11. <AssemblyName>MediaBrowser.Controller</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. <PropertyGroup>
  35. <RunPostBuildEvent>Always</RunPostBuildEvent>
  36. </PropertyGroup>
  37. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  38. <DebugSymbols>true</DebugSymbols>
  39. <OutputPath>bin\x86\Debug\</OutputPath>
  40. <DefineConstants>DEBUG;TRACE</DefineConstants>
  41. <DebugType>full</DebugType>
  42. <PlatformTarget>x86</PlatformTarget>
  43. <ErrorReport>prompt</ErrorReport>
  44. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  47. <OutputPath>bin\x86\Release\</OutputPath>
  48. <DefineConstants>TRACE</DefineConstants>
  49. <Optimize>true</Optimize>
  50. <DebugType>pdbonly</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <ErrorReport>prompt</ErrorReport>
  53. <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
  54. </PropertyGroup>
  55. <ItemGroup>
  56. <Reference Include="Mediabrowser.PluginSecurity">
  57. <HintPath>Plugins\Mediabrowser.PluginSecurity.dll</HintPath>
  58. </Reference>
  59. <Reference Include="MoreLinq">
  60. <HintPath>..\packages\morelinq.1.0.15631-beta\lib\net35\MoreLinq.dll</HintPath>
  61. </Reference>
  62. <Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
  65. </Reference>
  66. <Reference Include="System" />
  67. <Reference Include="System.Core" />
  68. <Reference Include="System.Data" />
  69. <Reference Include="System.Drawing" />
  70. <Reference Include="System.Net" />
  71. <Reference Include="System.Runtime.Serialization" />
  72. <Reference Include="Microsoft.CSharp" />
  73. <Reference Include="System.Xml" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <Compile Include="..\SharedVersion.cs">
  77. <Link>Properties\SharedVersion.cs</Link>
  78. </Compile>
  79. <Compile Include="BaseManager.cs" />
  80. <Compile Include="Drawing\ImageExtensions.cs" />
  81. <Compile Include="Drawing\ImageHeader.cs" />
  82. <Compile Include="Drawing\ImageManager.cs" />
  83. <Compile Include="Entities\AggregateFolder.cs" />
  84. <Compile Include="Entities\Audio\Audio.cs" />
  85. <Compile Include="Entities\Audio\MusicAlbum.cs" />
  86. <Compile Include="Entities\Audio\MusicArtist.cs" />
  87. <Compile Include="Entities\BaseItem.cs" />
  88. <Compile Include="Entities\BasePluginFolder.cs" />
  89. <Compile Include="Entities\Folder.cs" />
  90. <Compile Include="Entities\Genre.cs" />
  91. <Compile Include="Entities\ICollectionFolder.cs" />
  92. <Compile Include="Entities\IndexFolder.cs" />
  93. <Compile Include="Entities\IVirtualFolderCreator.cs" />
  94. <Compile Include="Entities\Movies\BoxSet.cs" />
  95. <Compile Include="Entities\Movies\Movie.cs" />
  96. <Compile Include="Entities\Person.cs" />
  97. <Compile Include="Entities\PlaybackProgressEventArgs.cs" />
  98. <Compile Include="Entities\Studio.cs" />
  99. <Compile Include="Entities\Trailer.cs" />
  100. <Compile Include="Entities\TV\Episode.cs" />
  101. <Compile Include="Entities\TV\Season.cs" />
  102. <Compile Include="Entities\TV\Series.cs" />
  103. <Compile Include="Entities\User.cs" />
  104. <Compile Include="Entities\UserItemData.cs" />
  105. <Compile Include="Entities\UserRootFolder.cs" />
  106. <Compile Include="Entities\Video.cs" />
  107. <Compile Include="Entities\CollectionFolder.cs" />
  108. <Compile Include="Entities\Year.cs" />
  109. <Compile Include="Extensions\XmlExtensions.cs" />
  110. <Compile Include="IO\FileSystem.cs" />
  111. <Compile Include="IO\FileSystemManager.cs" />
  112. <Compile Include="IO\NativeMethods.cs" />
  113. <Compile Include="IServerApplicationPaths.cs" />
  114. <Compile Include="Library\ChildrenChangedEventArgs.cs" />
  115. <Compile Include="Library\DtoBuilder.cs" />
  116. <Compile Include="Library\Profiler.cs" />
  117. <Compile Include="Library\UserDataManager.cs" />
  118. <Compile Include="Library\UserManager.cs" />
  119. <Compile Include="Localization\AURatingsDictionary.cs" />
  120. <Compile Include="Localization\BaseStrings.cs" />
  121. <Compile Include="Localization\GBRatingsDictionary.cs" />
  122. <Compile Include="Localization\LocalizedStringData.cs" />
  123. <Compile Include="Localization\LocalizedStrings.cs" />
  124. <Compile Include="Localization\NLRatingsDictionary.cs" />
  125. <Compile Include="Localization\Ratings.cs" />
  126. <Compile Include="Localization\RatingsDefinition.cs" />
  127. <Compile Include="Localization\USRatingsDictionary.cs" />
  128. <Compile Include="MediaInfo\FFMpegManager.cs" />
  129. <Compile Include="MediaInfo\FFProbeResult.cs" />
  130. <Compile Include="Persistence\IDisplayPreferencesRepository.cs" />
  131. <Compile Include="Persistence\IItemRepository.cs" />
  132. <Compile Include="Persistence\IRepository.cs" />
  133. <Compile Include="Persistence\IUserDataRepository.cs" />
  134. <Compile Include="Persistence\IUserRepository.cs" />
  135. <Compile Include="Persistence\TypeMapper.cs" />
  136. <Compile Include="Playback\IIntroProvider.cs" />
  137. <Compile Include="Plugins\IPluginConfigurationPage.cs" />
  138. <Compile Include="Plugins\PluginSecurityManager.cs" />
  139. <Compile Include="Providers\FanartBaseProvider.cs" />
  140. <Compile Include="Providers\IImageEnhancer.cs" />
  141. <Compile Include="Providers\ImagesByNameProvider.cs" />
  142. <Compile Include="Providers\MediaInfo\BaseFFMpegImageProvider.cs" />
  143. <Compile Include="Providers\MediaInfo\BaseFFMpegProvider.cs" />
  144. <Compile Include="Providers\MediaInfo\FFMpegAudioImageProvider.cs" />
  145. <Compile Include="Providers\MediaInfo\BaseFFProbeProvider.cs" />
  146. <Compile Include="Providers\BaseProviderInfo.cs" />
  147. <Compile Include="Providers\Movies\FanArtMovieProvider.cs" />
  148. <Compile Include="Providers\Movies\MovieDbProvider.cs" />
  149. <Compile Include="Providers\Movies\MovieProviderFromJson.cs" />
  150. <Compile Include="Providers\Movies\MovieProviderFromXml.cs" />
  151. <Compile Include="Providers\Movies\PersonProviderFromJson.cs" />
  152. <Compile Include="Providers\Movies\TmdbPersonProvider.cs" />
  153. <Compile Include="Providers\ProviderManager.cs" />
  154. <Compile Include="Providers\SortNameProvider.cs" />
  155. <Compile Include="Providers\TV\EpisodeImageFromMediaLocationProvider.cs" />
  156. <Compile Include="Providers\TV\EpisodeProviderFromXml.cs" />
  157. <Compile Include="Providers\TV\EpisodeXmlParser.cs" />
  158. <Compile Include="Providers\TV\FanArtTVProvider.cs" />
  159. <Compile Include="Providers\TV\RemoteEpisodeProvider.cs">
  160. <SubType>Code</SubType>
  161. </Compile>
  162. <Compile Include="Providers\TV\RemoteSeasonProvider.cs">
  163. <SubType>Code</SubType>
  164. </Compile>
  165. <Compile Include="Providers\TV\RemoteSeriesProvider.cs" />
  166. <Compile Include="Providers\TV\SeriesProviderFromXml.cs" />
  167. <Compile Include="Providers\TV\SeriesXmlParser.cs" />
  168. <Compile Include="Providers\MediaInfo\FFMpegVideoImageProvider.cs" />
  169. <Compile Include="Resolvers\Audio\MusicAlbumResolver.cs" />
  170. <Compile Include="Resolvers\Audio\MusicArtistResolver.cs" />
  171. <Compile Include="Resolvers\IResolutionIgnoreRule.cs" />
  172. <Compile Include="Resolvers\CoreResolutionIgnoreRule.cs" />
  173. <Compile Include="Resolvers\EntityResolutionHelper.cs" />
  174. <Compile Include="Resolvers\LocalTrailerResolver.cs" />
  175. <Compile Include="Resolvers\Movies\BoxSetResolver.cs" />
  176. <Compile Include="Resolvers\Movies\MovieResolver.cs" />
  177. <Compile Include="Resolvers\TV\EpisodeResolver.cs" />
  178. <Compile Include="Resolvers\TV\SeasonResolver.cs" />
  179. <Compile Include="Resolvers\TV\SeriesResolver.cs" />
  180. <Compile Include="Resolvers\TV\TVUtils.cs" />
  181. <Compile Include="Library\ResourcePool.cs" />
  182. <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
  183. <Compile Include="ScheduledTasks\ImageCleanupTask.cs" />
  184. <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
  185. <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
  186. <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
  187. <Compile Include="Library\ItemResolveArgs.cs" />
  188. <Compile Include="IO\DirectoryWatchers.cs" />
  189. <Compile Include="IO\FileData.cs" />
  190. <Compile Include="Library\LibraryManager.cs" />
  191. <Compile Include="Kernel.cs" />
  192. <Compile Include="Properties\AssemblyInfo.cs" />
  193. <Compile Include="Providers\BaseMetadataProvider.cs" />
  194. <Compile Include="Providers\MediaInfo\FFProbeAudioInfoProvider.cs" />
  195. <Compile Include="Providers\FolderProviderFromXml.cs" />
  196. <Compile Include="Providers\ImageFromMediaLocationProvider.cs" />
  197. <Compile Include="Providers\MediaInfo\FFProbeVideoInfoProvider.cs" />
  198. <Compile Include="Resolvers\Audio\AudioResolver.cs" />
  199. <Compile Include="Resolvers\BaseItemResolver.cs" />
  200. <Compile Include="Resolvers\FolderResolver.cs" />
  201. <Compile Include="Resolvers\VideoResolver.cs" />
  202. <Compile Include="Sorting\BaseItemComparer.cs" />
  203. <Compile Include="Sorting\SortOrder.cs" />
  204. <Compile Include="Updates\InstallationManager.cs" />
  205. <Compile Include="Weather\IWeatherProvider.cs" />
  206. <Compile Include="Providers\BaseItemXmlParser.cs" />
  207. </ItemGroup>
  208. <ItemGroup>
  209. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  210. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  211. <Name>MediaBrowser.Common</Name>
  212. </ProjectReference>
  213. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  214. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  215. <Name>MediaBrowser.Model</Name>
  216. </ProjectReference>
  217. </ItemGroup>
  218. <ItemGroup>
  219. <EmbeddedResource Include="MediaInfo\ffmpeg20130209.zip" />
  220. <None Include="packages.config" />
  221. </ItemGroup>
  222. <ItemGroup>
  223. <Content Include="MediaInfo\readme.txt" />
  224. </ItemGroup>
  225. <ItemGroup />
  226. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  227. <PropertyGroup>
  228. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent>
  229. </PropertyGroup>
  230. <PropertyGroup>
  231. <PreBuildEvent>
  232. </PreBuildEvent>
  233. </PropertyGroup>
  234. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  235. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  236. Other similar extension points exist, see Microsoft.Common.targets.
  237. <Target Name="BeforeBuild">
  238. </Target>
  239. <Target Name="AfterBuild">
  240. </Target>
  241. -->
  242. </Project>