MediaBrowser.Providers.csproj 9.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Providers</RootNamespace>
  11. <AssemblyName>MediaBrowser.Providers</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>none</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Compile Include="..\SharedVersion.cs">
  39. <Link>Properties\SharedVersion.cs</Link>
  40. </Compile>
  41. <Compile Include="Books\AudioBookMetadataService.cs" />
  42. <Compile Include="Books\AudioPodcastMetadataService.cs" />
  43. <Compile Include="Books\BookMetadataService.cs" />
  44. <Compile Include="BoxSets\BoxSetMetadataService.cs" />
  45. <Compile Include="BoxSets\MovieDbBoxSetImageProvider.cs" />
  46. <Compile Include="BoxSets\MovieDbBoxSetProvider.cs" />
  47. <Compile Include="Channels\ChannelMetadataService.cs" />
  48. <Compile Include="Chapters\ChapterManager.cs" />
  49. <Compile Include="Folders\CollectionFolderMetadataService.cs" />
  50. <Compile Include="Folders\FolderMetadataService.cs" />
  51. <Compile Include="Folders\UserViewMetadataService.cs" />
  52. <Compile Include="GameGenres\GameGenreMetadataService.cs" />
  53. <Compile Include="Games\GameMetadataService.cs" />
  54. <Compile Include="Games\GameSystemMetadataService.cs" />
  55. <Compile Include="Genres\GenreMetadataService.cs" />
  56. <Compile Include="LiveTv\AudioRecordingService.cs" />
  57. <Compile Include="LiveTv\ChannelMetadataService.cs" />
  58. <Compile Include="LiveTv\ProgramMetadataService.cs" />
  59. <Compile Include="LiveTv\VideoRecordingService.cs" />
  60. <Compile Include="Manager\GenericPriorityQueue.cs" />
  61. <Compile Include="Manager\GenericPriorityQueueNode.cs" />
  62. <Compile Include="Manager\IFixedSizePriorityQueue.cs" />
  63. <Compile Include="Manager\ImageSaver.cs" />
  64. <Compile Include="Manager\IPriorityQueue.cs" />
  65. <Compile Include="Manager\ItemImageProvider.cs" />
  66. <Compile Include="Manager\ProviderManager.cs" />
  67. <Compile Include="Manager\MetadataService.cs" />
  68. <Compile Include="Manager\SimplePriorityQueue.cs" />
  69. <Compile Include="MediaInfo\FFProbeAudioInfo.cs" />
  70. <Compile Include="MediaInfo\FFProbeProvider.cs" />
  71. <Compile Include="MediaInfo\FFProbeVideoInfo.cs" />
  72. <Compile Include="MediaInfo\SubtitleDownloader.cs" />
  73. <Compile Include="MediaInfo\SubtitleResolver.cs" />
  74. <Compile Include="MediaInfo\SubtitleScheduledTask.cs" />
  75. <Compile Include="Movies\MovieDbTrailerProvider.cs" />
  76. <Compile Include="Movies\MovieExternalIds.cs" />
  77. <Compile Include="Movies\GenericMovieDbInfo.cs" />
  78. <Compile Include="Movies\MovieDbSearch.cs" />
  79. <Compile Include="Movies\MovieMetadataService.cs" />
  80. <Compile Include="Movies\TmdbSettings.cs" />
  81. <Compile Include="ImagesByName\ImageUtils.cs" />
  82. <Compile Include="MediaInfo\AudioImageProvider.cs" />
  83. <Compile Include="MediaInfo\VideoImageProvider.cs" />
  84. <Compile Include="Movies\MovieDbImageProvider.cs" />
  85. <Compile Include="Movies\FanartMovieImageProvider.cs" />
  86. <Compile Include="MusicGenres\MusicGenreMetadataService.cs" />
  87. <Compile Include="Music\AlbumImageFromSongProvider.cs" />
  88. <Compile Include="Music\AlbumMetadataService.cs" />
  89. <Compile Include="Music\ArtistMetadataService.cs" />
  90. <Compile Include="Music\AudioDbAlbumImageProvider.cs" />
  91. <Compile Include="Music\AudioDbAlbumProvider.cs" />
  92. <Compile Include="Music\AudioDbArtistImageProvider.cs" />
  93. <Compile Include="Music\AudioDbArtistProvider.cs" />
  94. <Compile Include="Music\AudioDbExternalIds.cs" />
  95. <Compile Include="Music\AudioMetadataService.cs" />
  96. <Compile Include="Music\Extensions.cs" />
  97. <Compile Include="Music\MovieDbMusicVideoProvider.cs" />
  98. <Compile Include="Music\MusicBrainzArtistProvider.cs" />
  99. <Compile Include="Music\MusicExternalIds.cs" />
  100. <Compile Include="Music\MusicVideoMetadataService.cs" />
  101. <Compile Include="Omdb\OmdbImageProvider.cs" />
  102. <Compile Include="Omdb\OmdbProvider.cs" />
  103. <Compile Include="Omdb\OmdbItemProvider.cs" />
  104. <Compile Include="People\MovieDbPersonImageProvider.cs" />
  105. <Compile Include="Movies\MovieDbProvider.cs" />
  106. <Compile Include="Music\FanArtAlbumProvider.cs" />
  107. <Compile Include="Music\FanArtArtistProvider.cs" />
  108. <Compile Include="Music\MusicBrainzAlbumProvider.cs" />
  109. <Compile Include="People\PersonMetadataService.cs" />
  110. <Compile Include="People\MovieDbPersonProvider.cs" />
  111. <Compile Include="Photos\PhotoAlbumMetadataService.cs" />
  112. <Compile Include="Photos\PhotoMetadataService.cs" />
  113. <Compile Include="Playlists\PlaylistMetadataService.cs" />
  114. <Compile Include="Properties\AssemblyInfo.cs" />
  115. <Compile Include="Manager\ProviderUtils.cs" />
  116. <Compile Include="Studios\StudiosImageProvider.cs" />
  117. <Compile Include="Studios\StudioMetadataService.cs" />
  118. <Compile Include="Subtitles\SubtitleManager.cs" />
  119. <Compile Include="TV\DummySeasonProvider.cs" />
  120. <Compile Include="TV\EpisodeMetadataService.cs" />
  121. <Compile Include="TV\FanArt\FanArtSeasonProvider.cs" />
  122. <Compile Include="TV\FanArt\FanartSeriesProvider.cs" />
  123. <Compile Include="TV\MissingEpisodeProvider.cs" />
  124. <Compile Include="TV\TheMovieDb\MovieDbProviderBase.cs" />
  125. <Compile Include="TV\TheMovieDb\MovieDbEpisodeImageProvider.cs" />
  126. <Compile Include="TV\TheMovieDb\MovieDbSeasonProvider.cs" />
  127. <Compile Include="TV\TheMovieDb\MovieDbSeriesImageProvider.cs" />
  128. <Compile Include="TV\TheMovieDb\MovieDbSeriesProvider.cs" />
  129. <Compile Include="TV\TheMovieDb\MovieDbEpisodeProvider.cs" />
  130. <Compile Include="TV\Omdb\OmdbEpisodeProvider.cs" />
  131. <Compile Include="TV\SeriesMetadataService.cs" />
  132. <Compile Include="TV\TheTVDB\TvdbEpisodeImageProvider.cs" />
  133. <Compile Include="People\TvdbPersonImageProvider.cs" />
  134. <Compile Include="TV\TheTVDB\TvdbSeasonImageProvider.cs" />
  135. <Compile Include="TV\TheTVDB\TvdbSeriesImageProvider.cs" />
  136. <Compile Include="TV\SeasonMetadataService.cs" />
  137. <Compile Include="TV\TheTVDB\TvdbEpisodeProvider.cs" />
  138. <Compile Include="TV\TheTVDB\TvdbSeriesProvider.cs" />
  139. <Compile Include="TV\TheTVDB\TvdbPrescanTask.cs" />
  140. <Compile Include="TV\TvExternalIds.cs" />
  141. <Compile Include="Users\UserMetadataService.cs" />
  142. <Compile Include="Videos\VideoMetadataService.cs" />
  143. <Compile Include="Years\YearMetadataService.cs" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <ProjectReference Include="..\DvdLib\DvdLib.csproj">
  147. <Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
  148. <Name>DvdLib</Name>
  149. </ProjectReference>
  150. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  151. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  152. <Name>MediaBrowser.Common</Name>
  153. </ProjectReference>
  154. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  155. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  156. <Name>MediaBrowser.Controller</Name>
  157. </ProjectReference>
  158. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  159. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  160. <Name>MediaBrowser.Model</Name>
  161. </ProjectReference>
  162. </ItemGroup>
  163. <ItemGroup />
  164. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  165. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  166. Other similar extension points exist, see Microsoft.Common.targets.
  167. <Target Name="BeforeBuild">
  168. </Target>
  169. <Target Name="AfterBuild">
  170. </Target>
  171. -->
  172. </Project>