123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242 |
- <?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>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>MediaBrowser.Controller</RootNamespace>
- <AssemblyName>MediaBrowser.Controller</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>
- <PropertyGroup>
- <RunPostBuildEvent>Always</RunPostBuildEvent>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
- <DebugSymbols>true</DebugSymbols>
- <OutputPath>bin\x86\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <DebugType>full</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
- <OutputPath>bin\x86\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <Optimize>true</Optimize>
- <DebugType>pdbonly</DebugType>
- <PlatformTarget>x86</PlatformTarget>
- <ErrorReport>prompt</ErrorReport>
- <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Mediabrowser.PluginSecurity">
- <HintPath>Plugins\Mediabrowser.PluginSecurity.dll</HintPath>
- </Reference>
- <Reference Include="MoreLinq">
- <HintPath>..\packages\morelinq.1.0.15631-beta\lib\net35\MoreLinq.dll</HintPath>
- </Reference>
- <Reference Include="protobuf-net, Version=2.0.0.621, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Data" />
- <Reference Include="System.Drawing" />
- <Reference Include="System.Net" />
- <Reference Include="System.Runtime.Serialization" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="..\SharedVersion.cs">
- <Link>Properties\SharedVersion.cs</Link>
- </Compile>
- <Compile Include="BaseManager.cs" />
- <Compile Include="Drawing\ImageExtensions.cs" />
- <Compile Include="Drawing\ImageHeader.cs" />
- <Compile Include="Drawing\ImageManager.cs" />
- <Compile Include="Entities\AggregateFolder.cs" />
- <Compile Include="Entities\Audio\Audio.cs" />
- <Compile Include="Entities\Audio\MusicAlbum.cs" />
- <Compile Include="Entities\Audio\MusicArtist.cs" />
- <Compile Include="Entities\BaseItem.cs" />
- <Compile Include="Entities\BasePluginFolder.cs" />
- <Compile Include="Entities\Folder.cs" />
- <Compile Include="Entities\Genre.cs" />
- <Compile Include="Entities\ICollectionFolder.cs" />
- <Compile Include="Entities\IndexFolder.cs" />
- <Compile Include="Entities\IVirtualFolderCreator.cs" />
- <Compile Include="Entities\Movies\BoxSet.cs" />
- <Compile Include="Entities\Movies\Movie.cs" />
- <Compile Include="Entities\Person.cs" />
- <Compile Include="Entities\PlaybackProgressEventArgs.cs" />
- <Compile Include="Entities\Studio.cs" />
- <Compile Include="Entities\Trailer.cs" />
- <Compile Include="Entities\TV\Episode.cs" />
- <Compile Include="Entities\TV\Season.cs" />
- <Compile Include="Entities\TV\Series.cs" />
- <Compile Include="Entities\User.cs" />
- <Compile Include="Entities\UserItemData.cs" />
- <Compile Include="Entities\UserRootFolder.cs" />
- <Compile Include="Entities\Video.cs" />
- <Compile Include="Entities\CollectionFolder.cs" />
- <Compile Include="Entities\Year.cs" />
- <Compile Include="Extensions\XmlExtensions.cs" />
- <Compile Include="IO\FileSystem.cs" />
- <Compile Include="IO\FileSystemManager.cs" />
- <Compile Include="IO\NativeMethods.cs" />
- <Compile Include="IServerApplicationPaths.cs" />
- <Compile Include="Library\ChildrenChangedEventArgs.cs" />
- <Compile Include="Library\DtoBuilder.cs" />
- <Compile Include="Library\Profiler.cs" />
- <Compile Include="Library\UserDataManager.cs" />
- <Compile Include="Library\UserManager.cs" />
- <Compile Include="Localization\AURatingsDictionary.cs" />
- <Compile Include="Localization\BaseStrings.cs" />
- <Compile Include="Localization\GBRatingsDictionary.cs" />
- <Compile Include="Localization\LocalizedStringData.cs" />
- <Compile Include="Localization\LocalizedStrings.cs" />
- <Compile Include="Localization\NLRatingsDictionary.cs" />
- <Compile Include="Localization\Ratings.cs" />
- <Compile Include="Localization\RatingsDefinition.cs" />
- <Compile Include="Localization\USRatingsDictionary.cs" />
- <Compile Include="MediaInfo\FFMpegManager.cs" />
- <Compile Include="MediaInfo\FFProbeResult.cs" />
- <Compile Include="Persistence\IDisplayPreferencesRepository.cs" />
- <Compile Include="Persistence\IItemRepository.cs" />
- <Compile Include="Persistence\IRepository.cs" />
- <Compile Include="Persistence\IUserDataRepository.cs" />
- <Compile Include="Persistence\IUserRepository.cs" />
- <Compile Include="Persistence\TypeMapper.cs" />
- <Compile Include="Playback\IIntroProvider.cs" />
- <Compile Include="Plugins\IPluginConfigurationPage.cs" />
- <Compile Include="Plugins\PluginSecurityManager.cs" />
- <Compile Include="Providers\FanartBaseProvider.cs" />
- <Compile Include="Providers\IImageEnhancer.cs" />
- <Compile Include="Providers\ImagesByNameProvider.cs" />
- <Compile Include="Providers\MediaInfo\BaseFFMpegImageProvider.cs" />
- <Compile Include="Providers\MediaInfo\BaseFFMpegProvider.cs" />
- <Compile Include="Providers\MediaInfo\FFMpegAudioImageProvider.cs" />
- <Compile Include="Providers\MediaInfo\BaseFFProbeProvider.cs" />
- <Compile Include="Providers\BaseProviderInfo.cs" />
- <Compile Include="Providers\Movies\FanArtMovieProvider.cs" />
- <Compile Include="Providers\Movies\MovieDbProvider.cs" />
- <Compile Include="Providers\Movies\MovieProviderFromJson.cs" />
- <Compile Include="Providers\Movies\MovieProviderFromXml.cs" />
- <Compile Include="Providers\Movies\PersonProviderFromJson.cs" />
- <Compile Include="Providers\Movies\TmdbPersonProvider.cs" />
- <Compile Include="Providers\ProviderManager.cs" />
- <Compile Include="Providers\SortNameProvider.cs" />
- <Compile Include="Providers\TV\EpisodeImageFromMediaLocationProvider.cs" />
- <Compile Include="Providers\TV\EpisodeProviderFromXml.cs" />
- <Compile Include="Providers\TV\EpisodeXmlParser.cs" />
- <Compile Include="Providers\TV\FanArtTVProvider.cs" />
- <Compile Include="Providers\TV\RemoteEpisodeProvider.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Providers\TV\RemoteSeasonProvider.cs">
- <SubType>Code</SubType>
- </Compile>
- <Compile Include="Providers\TV\RemoteSeriesProvider.cs" />
- <Compile Include="Providers\TV\SeriesProviderFromXml.cs" />
- <Compile Include="Providers\TV\SeriesXmlParser.cs" />
- <Compile Include="Providers\MediaInfo\FFMpegVideoImageProvider.cs" />
- <Compile Include="Resolvers\Audio\MusicAlbumResolver.cs" />
- <Compile Include="Resolvers\Audio\MusicArtistResolver.cs" />
- <Compile Include="Resolvers\IResolutionIgnoreRule.cs" />
- <Compile Include="Resolvers\CoreResolutionIgnoreRule.cs" />
- <Compile Include="Resolvers\EntityResolutionHelper.cs" />
- <Compile Include="Resolvers\LocalTrailerResolver.cs" />
- <Compile Include="Resolvers\Movies\BoxSetResolver.cs" />
- <Compile Include="Resolvers\Movies\MovieResolver.cs" />
- <Compile Include="Resolvers\TV\EpisodeResolver.cs" />
- <Compile Include="Resolvers\TV\SeasonResolver.cs" />
- <Compile Include="Resolvers\TV\SeriesResolver.cs" />
- <Compile Include="Resolvers\TV\TVUtils.cs" />
- <Compile Include="Library\ResourcePool.cs" />
- <Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
- <Compile Include="ScheduledTasks\ImageCleanupTask.cs" />
- <Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
- <Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
- <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
- <Compile Include="Library\ItemResolveArgs.cs" />
- <Compile Include="IO\DirectoryWatchers.cs" />
- <Compile Include="IO\FileData.cs" />
- <Compile Include="Library\LibraryManager.cs" />
- <Compile Include="Kernel.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Providers\BaseMetadataProvider.cs" />
- <Compile Include="Providers\MediaInfo\FFProbeAudioInfoProvider.cs" />
- <Compile Include="Providers\FolderProviderFromXml.cs" />
- <Compile Include="Providers\ImageFromMediaLocationProvider.cs" />
- <Compile Include="Providers\MediaInfo\FFProbeVideoInfoProvider.cs" />
- <Compile Include="Resolvers\Audio\AudioResolver.cs" />
- <Compile Include="Resolvers\BaseItemResolver.cs" />
- <Compile Include="Resolvers\FolderResolver.cs" />
- <Compile Include="Resolvers\VideoResolver.cs" />
- <Compile Include="Sorting\BaseItemComparer.cs" />
- <Compile Include="Sorting\SortOrder.cs" />
- <Compile Include="Updates\InstallationManager.cs" />
- <Compile Include="Weather\IWeatherProvider.cs" />
- <Compile Include="Providers\BaseItemXmlParser.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.Model\MediaBrowser.Model.csproj">
- <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
- <Name>MediaBrowser.Model</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <EmbeddedResource Include="MediaInfo\ffmpeg20130209.zip" />
- <None Include="packages.config" />
- </ItemGroup>
- <ItemGroup>
- <Content Include="MediaInfo\readme.txt" />
- </ItemGroup>
- <ItemGroup />
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <PropertyGroup>
- <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent>
- </PropertyGroup>
- <PropertyGroup>
- <PreBuildEvent>
- </PreBuildEvent>
- </PropertyGroup>
- <Import Project="$(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>
|