|
@@ -0,0 +1,119 @@
|
|
|
+<?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>
|
|
|
+ <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
|
|
+ <FileAlignment>512</FileAlignment>
|
|
|
+ <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
|
|
|
+ <RestorePackages>true</RestorePackages>
|
|
|
+ </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' ">
|
|
|
+ <DebugType>pdbonly</DebugType>
|
|
|
+ <Optimize>true</Optimize>
|
|
|
+ <OutputPath>bin\Release\</OutputPath>
|
|
|
+ <DefineConstants>TRACE</DefineConstants>
|
|
|
+ <ErrorReport>prompt</ErrorReport>
|
|
|
+ <WarningLevel>4</WarningLevel>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Reference Include="MoreLinq">
|
|
|
+ <HintPath>..\packages\morelinq.1.0.15631-beta\lib\net35\MoreLinq.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <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" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <Compile Include="Extensions\XmlExtensions.cs" />
|
|
|
+ <Compile Include="FanartBaseProvider.cs" />
|
|
|
+ <Compile Include="FolderProviderFromXml.cs" />
|
|
|
+ <Compile Include="ImageFromMediaLocationProvider.cs" />
|
|
|
+ <Compile Include="ImagesByNameProvider.cs" />
|
|
|
+ <Compile Include="MediaInfo\AudioImageProvider.cs" />
|
|
|
+ <Compile Include="MediaInfo\BaseFFMpegProvider.cs" />
|
|
|
+ <Compile Include="MediaInfo\BaseFFProbeProvider.cs" />
|
|
|
+ <Compile Include="MediaInfo\FFProbeAudioInfoProvider.cs" />
|
|
|
+ <Compile Include="MediaInfo\FFProbeVideoInfoProvider.cs" />
|
|
|
+ <Compile Include="Movies\FanArtMovieProvider.cs" />
|
|
|
+ <Compile Include="Movies\FanArtMovieUpdatesPrescanTask.cs" />
|
|
|
+ <Compile Include="Movies\MovieDbImagesProvider.cs" />
|
|
|
+ <Compile Include="Movies\MovieDbProvider.cs" />
|
|
|
+ <Compile Include="Movies\MovieProviderFromJson.cs" />
|
|
|
+ <Compile Include="Movies\MovieProviderFromXml.cs" />
|
|
|
+ <Compile Include="Movies\OpenMovieDatabaseProvider.cs" />
|
|
|
+ <Compile Include="Movies\PersonProviderFromJson.cs" />
|
|
|
+ <Compile Include="Movies\TmdbPersonProvider.cs" />
|
|
|
+ <Compile Include="Music\ArtistsPostScanTask.cs" />
|
|
|
+ <Compile Include="Music\FanArtAlbumProvider.cs" />
|
|
|
+ <Compile Include="Music\FanArtArtistByNameProvider.cs" />
|
|
|
+ <Compile Include="Music\FanArtArtistProvider.cs" />
|
|
|
+ <Compile Include="Music\FanArtUpdatesPrescanTask.cs" />
|
|
|
+ <Compile Include="Music\LastfmAlbumProvider.cs" />
|
|
|
+ <Compile Include="Music\LastfmArtistByNameProvider.cs" />
|
|
|
+ <Compile Include="Music\LastfmArtistProvider.cs" />
|
|
|
+ <Compile Include="Music\LastfmBaseProvider.cs" />
|
|
|
+ <Compile Include="Music\LastfmHelper.cs" />
|
|
|
+ <Compile Include="Music\MusicArtistProviderFromJson.cs" />
|
|
|
+ <Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
+ <Compile Include="TV\EpisodeImageFromMediaLocationProvider.cs" />
|
|
|
+ <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\RemoteEpisodeProvider.cs" />
|
|
|
+ <Compile Include="TV\RemoteSeasonProvider.cs" />
|
|
|
+ <Compile Include="TV\RemoteSeriesProvider.cs" />
|
|
|
+ <Compile Include="TV\SeriesProviderFromXml.cs" />
|
|
|
+ <Compile Include="TV\SeriesXmlParser.cs" />
|
|
|
+ <Compile Include="TV\TvdbPrescanTask.cs" />
|
|
|
+ <Compile Include="TV\TvdbSeriesImageProvider.cs" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
|
|
+ <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
|
|
|
+ <Name>MediaBrowser.Common</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
|
|
|
+ <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
|
|
|
+ <Name>MediaBrowser.Controller</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
|
|
+ <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
|
|
|
+ <Name>MediaBrowser.Model</Name>
|
|
|
+ </ProjectReference>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <None Include="packages.config" />
|
|
|
+ </ItemGroup>
|
|
|
+ <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
|
|
|
+ <!-- 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>
|