<?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= "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= "Configuration\IServerConfigurationManager.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\IDirectoryWatchers.cs" />
<Compile Include= "IO\NativeMethods.cs" />
<Compile Include= "IServerApplicationHost.cs" />
<Compile Include= "IServerApplicationPaths.cs" />
<Compile Include= "Library\ChildrenChangedEventArgs.cs" />
<Compile Include= "Library\DtoBuilder.cs" />
<Compile Include= "Providers\IProviderManager.cs" />
<Compile Include= "Providers\MetadataProviderPriority.cs" />
<Compile Include= "Providers\Music\LastfmAlbumProvider.cs" />
<Compile Include= "Providers\Music\FanArtAlbumProvider.cs" />
<Compile Include= "Providers\Music\FanArtArtistProvider.cs" />
<Compile Include= "Providers\Music\LastfmArtistProvider.cs" />
<Compile Include= "Providers\Music\LastfmHelper.cs" />
<Compile Include= "Providers\Music\MusicArtistProviderFromJson.cs" />
<Compile Include= "Resolvers\BaseItemResolver.cs" />
<Compile Include= "Resolvers\BaseVideoResolver.cs" />
<Compile Include= "Resolvers\IItemResolver.cs" />
<Compile Include= "Library\ILibraryManager.cs" />
<Compile Include= "Library\IUserManager.cs" />
<Compile Include= "Library\Profiler.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= "Library\IIntroProvider.cs" />
<Compile Include= "Plugins\IPluginConfigurationPage.cs" />
<Compile Include= "Plugins\IServerEntryPoint.cs" />
<Compile Include= "Providers\Music\LastfmBaseProvider.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\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\IResolverIgnoreRule.cs" />
<Compile Include= "Resolvers\EntityResolutionHelper.cs" />
<Compile Include= "Resolvers\ResolverPriority.cs" />
<Compile Include= "Library\TVUtils.cs" />
<Compile Include= "ScheduledTasks\RefreshMediaLibraryTask.cs" />
<Compile Include= "Library\ItemResolveArgs.cs" />
<Compile Include= "IO\FileData.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= "Sorting\IBaseItemComparer.cs" />
<Compile Include= "Sorting\IUserBaseItemComparer.cs" />
<Compile Include= "Updates\IInstallationManager.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\ffmpeg20130310.zip" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<Content Include= "MediaInfo\readme.txt" />
</ItemGroup>
<ItemGroup />
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup >
<PostBuildEvent > if $(ConfigurationName) == Release (
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>