jellyfin/MediaBrowser.Providers/MediaBrowser.Providers.csproj

176 lines
9.2 KiB
XML
Raw Normal View History

2013-06-09 12:47:28 -04:00
<?xml version="1.0" encoding="utf-8"?>
2016-10-21 22:08:34 -04:00
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2013-06-09 12:47:28 -04:00
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MediaBrowser.Providers</RootNamespace>
<AssemblyName>MediaBrowser.Providers</AssemblyName>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
2013-09-24 17:06:21 -04:00
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2016-10-27 15:03:23 -04:00
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-06-09 12:47:28 -04:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2014-11-05 14:28:41 -05:00
<DebugType>none</DebugType>
2013-06-09 12:47:28 -04:00
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2013-12-11 14:54:33 -05:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
2014-11-05 14:28:41 -05:00
<DebugType>none</DebugType>
2013-12-11 14:54:33 -05:00
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2013-06-09 12:47:28 -04:00
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2014-02-03 00:35:43 -05:00
<Compile Include="Books\BookMetadataService.cs" />
2014-01-30 16:23:54 -05:00
<Compile Include="BoxSets\BoxSetMetadataService.cs" />
2014-01-30 16:47:13 -05:00
<Compile Include="BoxSets\MovieDbBoxSetImageProvider.cs" />
2014-01-30 16:23:54 -05:00
<Compile Include="BoxSets\MovieDbBoxSetProvider.cs" />
2014-03-17 21:45:41 -04:00
<Compile Include="Channels\ChannelMetadataService.cs" />
2014-06-09 15:16:14 -04:00
<Compile Include="Chapters\ChapterManager.cs" />
2016-04-15 22:18:40 -04:00
<Compile Include="Folders\CollectionFolderMetadataService.cs" />
<Compile Include="Folders\FolderMetadataService.cs" />
2014-10-29 18:01:02 -04:00
<Compile Include="Folders\UserViewMetadataService.cs" />
<Compile Include="GameGenres\GameGenreMetadataService.cs" />
2014-02-02 08:36:31 -05:00
<Compile Include="Games\GameMetadataService.cs" />
<Compile Include="Games\GameSystemMetadataService.cs" />
<Compile Include="Genres\GenreMetadataService.cs" />
2014-02-07 11:42:19 -05:00
<Compile Include="LiveTv\AudioRecordingService.cs" />
<Compile Include="LiveTv\ChannelMetadataService.cs" />
<Compile Include="LiveTv\ProgramMetadataService.cs" />
2014-02-07 11:42:19 -05:00
<Compile Include="LiveTv\VideoRecordingService.cs" />
<Compile Include="Manager\ImageSaver.cs" />
<Compile Include="Manager\ItemImageProvider.cs" />
<Compile Include="Manager\ProviderManager.cs" />
<Compile Include="Manager\MetadataService.cs" />
<Compile Include="MediaInfo\FFProbeAudioInfo.cs" />
<Compile Include="MediaInfo\FFProbeProvider.cs" />
<Compile Include="MediaInfo\FFProbeVideoInfo.cs" />
2014-05-06 22:28:19 -04:00
<Compile Include="MediaInfo\SubtitleDownloader.cs" />
2014-05-16 15:16:29 -04:00
<Compile Include="MediaInfo\SubtitleResolver.cs" />
<Compile Include="MediaInfo\SubtitleScheduledTask.cs" />
2015-03-14 16:00:32 -04:00
<Compile Include="Movies\LiveTvMovieDbProvider.cs" />
2014-02-06 22:10:13 -05:00
<Compile Include="Movies\MovieDbTrailerProvider.cs" />
2014-02-21 13:48:15 -05:00
<Compile Include="Movies\MovieExternalIds.cs" />
<Compile Include="Movies\GenericMovieDbInfo.cs" />
2014-01-30 16:23:54 -05:00
<Compile Include="Movies\MovieDbSearch.cs" />
<Compile Include="Movies\MovieMetadataService.cs" />
<Compile Include="Movies\TmdbSettings.cs" />
<Compile Include="GameGenres\GameGenreImageProvider.cs" />
<Compile Include="Genres\GenreImageProvider.cs" />
2013-12-30 11:32:01 -05:00
<Compile Include="ImagesByName\ImageUtils.cs" />
2013-06-09 12:47:28 -04:00
<Compile Include="MediaInfo\AudioImageProvider.cs" />
<Compile Include="MediaInfo\VideoImageProvider.cs" />
<Compile Include="Movies\MovieDbImageProvider.cs" />
<Compile Include="Movies\FanartMovieImageProvider.cs" />
<Compile Include="MusicGenres\MusicGenreMetadataService.cs" />
<Compile Include="Music\AlbumImageFromSongProvider.cs" />
2014-01-31 14:55:21 -05:00
<Compile Include="Music\AlbumMetadataService.cs" />
2014-01-30 23:50:09 -05:00
<Compile Include="Music\ArtistMetadataService.cs" />
2014-02-09 16:11:11 -05:00
<Compile Include="Music\AudioDbAlbumImageProvider.cs" />
<Compile Include="Music\AudioDbAlbumProvider.cs" />
2014-02-09 02:27:44 -05:00
<Compile Include="Music\AudioDbArtistImageProvider.cs" />
<Compile Include="Music\AudioDbArtistProvider.cs" />
2014-02-21 13:48:15 -05:00
<Compile Include="Music\AudioDbExternalIds.cs" />
<Compile Include="Music\AudioMetadataService.cs" />
<Compile Include="Music\Extensions.cs" />
2014-02-06 22:10:13 -05:00
<Compile Include="Music\MovieDbMusicVideoProvider.cs" />
<Compile Include="Music\MusicBrainzArtistProvider.cs" />
2014-02-21 13:48:15 -05:00
<Compile Include="Music\MusicExternalIds.cs" />
<Compile Include="Music\MusicVideoMetadataService.cs" />
2014-10-06 19:58:46 -04:00
<Compile Include="Omdb\OmdbImageProvider.cs" />
2014-02-03 15:51:28 -05:00
<Compile Include="Omdb\OmdbProvider.cs" />
2014-02-07 11:42:19 -05:00
<Compile Include="Omdb\OmdbItemProvider.cs" />
<Compile Include="People\MovieDbPersonImageProvider.cs" />
2013-06-09 12:47:28 -04:00
<Compile Include="Movies\MovieDbProvider.cs" />
2014-02-01 21:23:27 -05:00
<Compile Include="Music\FanArtAlbumProvider.cs" />
<Compile Include="Music\FanArtArtistProvider.cs" />
<Compile Include="Music\MusicBrainzAlbumProvider.cs" />
<Compile Include="People\PersonMetadataService.cs" />
<Compile Include="People\MovieDbPersonProvider.cs" />
2014-10-19 23:04:45 -04:00
<Compile Include="Photos\PhotoAlbumMetadataService.cs" />
2014-02-13 00:11:54 -05:00
<Compile Include="Photos\PhotoMetadataService.cs" />
<Compile Include="Playlists\PlaylistMetadataService.cs" />
2013-06-09 12:47:28 -04:00
<Compile Include="Properties\AssemblyInfo.cs" />
2014-02-08 15:02:35 -05:00
<Compile Include="Manager\ProviderUtils.cs" />
<Compile Include="Studios\StudiosImageProvider.cs" />
<Compile Include="Studios\StudioMetadataService.cs" />
2014-05-06 22:28:19 -04:00
<Compile Include="Subtitles\SubtitleManager.cs" />
2015-01-13 23:20:30 -05:00
<Compile Include="TV\DummySeasonProvider.cs" />
<Compile Include="TV\EpisodeMetadataService.cs" />
2016-03-10 20:51:10 -05:00
<Compile Include="TV\FanArt\FanArtSeasonProvider.cs" />
<Compile Include="TV\FanArt\FanartSeriesProvider.cs" />
<Compile Include="TV\MissingEpisodeProvider.cs" />
2016-03-10 20:51:10 -05:00
<Compile Include="TV\TheMovieDb\MovieDbProviderBase.cs" />
<Compile Include="TV\TheMovieDb\MovieDbEpisodeImageProvider.cs" />
<Compile Include="TV\TheMovieDb\MovieDbSeasonProvider.cs" />
<Compile Include="TV\TheMovieDb\MovieDbSeriesImageProvider.cs" />
<Compile Include="TV\TheMovieDb\MovieDbSeriesProvider.cs" />
<Compile Include="TV\TheMovieDb\MovieDbEpisodeProvider.cs" />
<Compile Include="TV\Omdb\OmdbEpisodeProvider.cs" />
2014-02-03 15:51:28 -05:00
<Compile Include="TV\SeriesMetadataService.cs" />
2016-03-10 20:51:10 -05:00
<Compile Include="TV\TheTVDB\TvdbEpisodeImageProvider.cs" />
<Compile Include="People\TvdbPersonImageProvider.cs" />
2016-03-10 20:51:10 -05:00
<Compile Include="TV\TheTVDB\TvdbSeasonImageProvider.cs" />
<Compile Include="TV\TheTVDB\TvdbSeriesImageProvider.cs" />
2014-02-03 00:35:43 -05:00
<Compile Include="TV\SeasonMetadataService.cs" />
2016-03-10 20:51:10 -05:00
<Compile Include="TV\TheTVDB\TvdbEpisodeProvider.cs" />
<Compile Include="TV\TheTVDB\TvdbSeriesProvider.cs" />
<Compile Include="TV\TheTVDB\TvdbPrescanTask.cs" />
2014-02-21 13:48:15 -05:00
<Compile Include="TV\TvExternalIds.cs" />
2014-01-30 16:23:54 -05:00
<Compile Include="Users\UserMetadataService.cs" />
<Compile Include="Videos\VideoMetadataService.cs" />
<Compile Include="Years\YearMetadataService.cs" />
2013-06-09 12:47:28 -04:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DvdLib\DvdLib.csproj">
<Project>{713f42b5-878e-499d-a878-e4c652b1d5e8}</Project>
<Name>DvdLib</Name>
</ProjectReference>
2013-06-09 12:47:28 -04:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 17:06:21 -04:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-06-09 12:47:28 -04:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 17:06:21 -04:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-06-09 12:47:28 -04:00
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 17:06:21 -04:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-06-09 12:47:28 -04:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
2016-10-27 15:03:23 -04:00
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
2013-06-09 12:47:28 -04:00
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
2014-08-10 18:13:17 -04:00
</Project>