jellyfin/MediaBrowser.Providers/MediaBrowser.Providers.csproj

205 lines
10 KiB
XML
Raw Normal View History

2013-06-09 18:47:28 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<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>
<RestorePackages>true</RestorePackages>
2013-09-24 23:06:21 +02:00
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2013-12-11 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-06-09 18:47:28 +02: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>
2013-12-11 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-06-09 18:47:28 +02:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
2013-12-11 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-06-09 18:47:28 +02:00
</PropertyGroup>
<ItemGroup>
2014-01-11 06:49:18 +01:00
<Reference Include="BDInfo">
<HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.7\lib\net35\BDInfo.dll</HintPath>
</Reference>
<Reference Include="DvdLib">
<HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.7\lib\net35\DvdLib.dll</HintPath>
</Reference>
2013-06-09 18:47:28 +02:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
2013-09-24 23:06:21 +02:00
<Reference Include="MoreLinq">
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
</Reference>
2013-06-09 18:47:28 +02:00
</ItemGroup>
<ItemGroup>
<Compile Include="All\LocalImageProvider.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="BoxSets\BoxSetMetadataService.cs" />
2014-01-30 22:47:13 +01:00
<Compile Include="BoxSets\MovieDbBoxSetImageProvider.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="BoxSets\MovieDbBoxSetProvider.cs" />
<Compile Include="GameGenres\GameGenreMetadataService.cs" />
<Compile Include="Genres\GenreMetadataService.cs" />
<Compile Include="LiveTv\ChannelMetadataService.cs" />
<Compile Include="LiveTv\ChannelXmlProvider.cs" />
<Compile Include="LiveTv\ProgramMetadataService.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="Manager\ConcreteMetadataService.cs" />
<Compile Include="Manager\ImageSaver.cs" />
<Compile Include="Manager\ItemImageProvider.cs" />
<Compile Include="Manager\ProviderManager.cs" />
<Compile Include="Manager\MetadataService.cs" />
<Compile Include="BaseXmlProvider.cs" />
<Compile Include="CollectionFolderImageProvider.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="FolderProviderFromXml.cs" />
<Compile Include="Games\GameXmlParser.cs" />
2013-08-13 16:51:26 +02:00
<Compile Include="Games\GameProviderFromXml.cs" />
2013-09-26 17:15:18 +02:00
<Compile Include="Games\GameSystemProviderFromXml.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="ImageFromMediaLocationProvider.cs" />
<Compile Include="ImagesByNameProvider.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="Movies\MovieDbSearch.cs" />
<Compile Include="MusicGenres\MusicGenreImageProvider.cs" />
<Compile Include="GameGenres\GameGenreImageProvider.cs" />
<Compile Include="Genres\GenreImageProvider.cs" />
2013-12-30 17:32:01 +01:00
<Compile Include="ImagesByName\ImageUtils.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="MediaInfo\AudioImageProvider.cs" />
<Compile Include="MediaInfo\BaseFFProbeProvider.cs" />
<Compile Include="MediaInfo\FFProbeAudioInfoProvider.cs" />
<Compile Include="MediaInfo\FFProbeVideoInfoProvider.cs" />
<Compile Include="MediaInfo\VideoImageProvider.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="BoxSets\BoxSetXmlProvider.cs" />
2013-10-30 22:33:27 +01:00
<Compile Include="Movies\ManualMovieDbImageProvider.cs" />
<Compile Include="Movies\ManualFanartMovieImageProvider.cs" />
<Compile Include="MusicGenres\MusicGenreMetadataService.cs" />
2014-01-31 05:50:09 +01:00
<Compile Include="Music\ArtistMetadataService.cs" />
<Compile Include="Music\LastFmArtistProvider.cs" />
<Compile Include="People\MovieDbPersonImageProvider.cs" />
<Compile Include="Movies\MovieUpdatesPrescanTask.cs" />
2013-08-12 21:18:31 +02:00
<Compile Include="Movies\MovieXmlParser.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="Movies\FanArtMovieProvider.cs" />
<Compile Include="Movies\FanArtMovieUpdatesPrescanTask.cs" />
<Compile Include="Movies\MovieDbImagesProvider.cs" />
<Compile Include="Movies\MovieDbProvider.cs" />
<Compile Include="Movies\MovieProviderFromXml.cs" />
<Compile Include="Movies\OpenMovieDatabaseProvider.cs" />
2013-08-07 17:59:13 +02:00
<Compile Include="Music\AlbumInfoFromSongProvider.cs" />
2013-11-05 20:57:07 +01:00
<Compile Include="Music\AlbumProviderFromXml.cs" />
2014-01-31 05:50:09 +01:00
<Compile Include="Music\ArtistXmlProvider.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="Music\FanArtAlbumProvider.cs" />
<Compile Include="Music\FanArtUpdatesPrescanTask.cs" />
<Compile Include="Music\LastfmAlbumProvider.cs" />
<Compile Include="Music\LastFmImageProvider.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="Music\LastfmBaseProvider.cs" />
<Compile Include="Music\LastfmHelper.cs" />
<Compile Include="Music\ManualFanartAlbumProvider.cs" />
2014-01-31 05:50:09 +01:00
<Compile Include="Music\FanartArtistProvider.cs" />
2013-11-06 16:46:02 +01:00
<Compile Include="Music\ManualLastFmImageProvider.cs" />
<Compile Include="Music\MusicBrainzAlbumProvider.cs" />
<Compile Include="Music\MusicVideoXmlParser.cs" />
2013-08-31 01:55:17 +02:00
<Compile Include="Music\SoundtrackPostScanTask.cs" />
<Compile Include="People\PersonMetadataService.cs" />
<Compile Include="People\PersonXmlProvider.cs" />
<Compile Include="People\MovieDbPersonProvider.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ProviderUtils.cs" />
<Compile Include="RefreshIntrosTask.cs" />
2013-06-23 20:55:30 +02:00
<Compile Include="Savers\AlbumXmlSaver.cs" />
<Compile Include="Savers\ArtistXmlSaver.cs" />
2013-06-27 16:51:40 +02:00
<Compile Include="Savers\BoxSetXmlSaver.cs" />
<Compile Include="Savers\ChannelXmlSaver.cs" />
<Compile Include="Savers\EpisodeXmlSaver.cs" />
<Compile Include="Savers\FolderXmlSaver.cs" />
2013-09-26 17:15:18 +02:00
<Compile Include="Savers\GameSystemXmlSaver.cs" />
2013-07-01 20:17:55 +02:00
<Compile Include="Savers\GameXmlSaver.cs" />
<Compile Include="Savers\MovieXmlSaver.cs" />
2013-06-23 19:56:11 +02:00
<Compile Include="Savers\PersonXmlSaver.cs" />
2013-06-27 16:51:40 +02:00
<Compile Include="Savers\SeasonXmlSaver.cs" />
<Compile Include="Savers\SeriesXmlSaver.cs" />
2013-06-23 20:55:30 +02:00
<Compile Include="Savers\XmlSaverHelpers.cs" />
<Compile Include="Studios\StudiosImageProvider.cs" />
<Compile Include="Studios\StudioMetadataService.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="TV\EpisodeImageFromMediaLocationProvider.cs" />
2013-06-17 22:35:43 +02:00
<Compile Include="TV\EpisodeIndexNumberProvider.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="TV\EpisodeProviderFromXml.cs" />
<Compile Include="TV\EpisodeXmlParser.cs" />
<Compile Include="TV\FanArtSeasonProvider.cs" />
<Compile Include="TV\FanArtTVProvider.cs" />
<Compile Include="TV\FanArtTvUpdatesPrescanTask.cs" />
<Compile Include="TV\ManualFanartSeasonProvider.cs" />
<Compile Include="TV\ManualFanartSeriesProvider.cs" />
<Compile Include="TV\ManualTvdbEpisodeImageProvider.cs" />
<Compile Include="People\TvdbPersonImageProvider.cs" />
<Compile Include="TV\ManualTvdbSeasonImageProvider.cs" />
<Compile Include="TV\ManualTvdbSeriesImageProvider.cs" />
2013-12-22 19:58:51 +01:00
<Compile Include="TV\SeasonIndexNumberProvider.cs" />
<Compile Include="TV\TvdbEpisodeProvider.cs" />
<Compile Include="TV\TvdbSeasonProvider.cs" />
<Compile Include="TV\TvdbSeriesProvider.cs" />
2013-06-27 16:51:40 +02:00
<Compile Include="TV\SeasonProviderFromXml.cs" />
2013-09-30 02:51:21 +02:00
<Compile Include="TV\SeriesDynamicInfoProvider.cs" />
<Compile Include="TV\SeriesPostScanTask.cs" />
2013-06-09 18:47:28 +02:00
<Compile Include="TV\SeriesProviderFromXml.cs" />
<Compile Include="TV\SeriesXmlParser.cs" />
<Compile Include="TV\TvdbPrescanTask.cs" />
<Compile Include="TV\TvdbSeriesImageProvider.cs" />
2013-11-28 19:27:29 +01:00
<Compile Include="UserRootFolderNameProvider.cs" />
2014-01-30 22:23:54 +01:00
<Compile Include="Users\UserMetadataService.cs" />
2013-12-21 19:37:34 +01:00
<Compile Include="VirtualItemImageValidator.cs" />
2013-06-09 18:47:28 +02:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 23:06:21 +02:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-06-09 18:47:28 +02:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 23:06:21 +02:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-06-09 18:47:28 +02:00
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 23:06:21 +02:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-06-09 18:47:28 +02:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
2013-06-09 18:47:28 +02:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2013-12-11 20:54:33 +01:00
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
2013-06-09 18:47:28 +02: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>
-->
</Project>