jellyfin/MediaBrowser.Controller/MediaBrowser.Controller.csproj

247 lines
12 KiB
XML
Raw Normal View History

2013-02-21 01:33:05 +00: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>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>MediaBrowser.Controller</RootNamespace>
<AssemblyName>MediaBrowser.Controller</AssemblyName>
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2013-09-24 21:06:21 +00:00
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2013-12-11 19:54:33 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 01:33:05 +00: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 19:54:33 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 01:33:05 +00: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 19:54:33 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
2013-12-11 19:54:33 +00:00
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
2013-02-21 01:33:05 +00:00
<DebugType>pdbonly</DebugType>
2013-12-11 19:54:33 +00:00
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
2013-02-21 01:33:05 +00:00
<ErrorReport>prompt</ErrorReport>
2013-09-24 21:06:21 +00:00
<WarningLevel>4</WarningLevel>
2013-12-11 19:54:33 +00:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
2013-04-22 04:38:03 +00:00
<Reference Include="System.Data" />
2013-02-21 01:33:05 +00:00
<Reference Include="System.Drawing" />
<Reference Include="System.Net" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
2013-09-24 21:06:21 +00:00
<Reference Include="MoreLinq">
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
</Reference>
2013-12-08 17:57:49 +00:00
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
</Reference>
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
2013-02-22 07:17:50 +00:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2013-09-18 18:49:06 +00:00
<Compile Include="Drawing\IImageProcessor.cs" />
2013-09-19 15:12:28 +00:00
<Compile Include="Drawing\ImageProcessingOptions.cs" />
2013-09-04 17:02:19 +00:00
<Compile Include="Dto\IDtoService.cs" />
2013-07-16 18:47:05 +00:00
<Compile Include="Entities\AdultVideo.cs" />
<Compile Include="Entities\Audio\IHasAlbumArtist.cs" />
<Compile Include="Entities\Audio\IHasMusicGenres.cs" />
2013-08-30 23:54:49 +00:00
<Compile Include="Entities\Book.cs" />
<Compile Include="Configuration\IServerConfigurationManager.cs" />
2013-06-11 03:31:00 +00:00
<Compile Include="Entities\Audio\MusicGenre.cs" />
2013-09-11 17:54:59 +00:00
<Compile Include="Entities\Extensions.cs" />
2013-06-22 18:15:31 +00:00
<Compile Include="Entities\Game.cs" />
2013-07-01 17:17:33 +00:00
<Compile Include="Entities\GameGenre.cs" />
2013-09-21 21:00:04 +00:00
<Compile Include="Entities\GameSystem.cs" />
<Compile Include="Entities\IByReferenceItem.cs" />
<Compile Include="Entities\IHasAspectRatio.cs" />
2013-12-02 16:16:03 +00:00
<Compile Include="Entities\IHasBudget.cs" />
2013-11-06 16:06:16 +00:00
<Compile Include="Entities\IHasCriticRating.cs" />
<Compile Include="Entities\IHasDisplayOrder.cs" />
2013-12-19 21:51:32 +00:00
<Compile Include="Entities\IHasImages.cs" />
2014-01-14 15:50:39 +00:00
<Compile Include="Entities\IHasKeywords.cs" />
2013-12-06 03:39:44 +00:00
<Compile Include="Entities\IHasMediaStreams.cs" />
<Compile Include="Entities\IHasPreferredMetadataLanguage.cs" />
<Compile Include="Entities\IHasProductionLocations.cs" />
<Compile Include="Entities\IHasScreenshots.cs" />
2013-11-12 15:36:08 +00:00
<Compile Include="Entities\IHasSoundtracks.cs" />
<Compile Include="Entities\IHasTaglines.cs" />
<Compile Include="Entities\IHasTags.cs" />
<Compile Include="Entities\IHasThemeMedia.cs" />
2013-12-02 16:46:25 +00:00
<Compile Include="Entities\IHasTrailers.cs" />
2013-12-19 21:51:32 +00:00
<Compile Include="Entities\IHasUserData.cs" />
2013-06-27 19:29:58 +00:00
<Compile Include="Entities\IItemByName.cs" />
2014-01-14 20:24:56 +00:00
<Compile Include="Entities\ILibraryItem.cs" />
<Compile Include="Entities\ImageSourceInfo.cs" />
2013-07-05 13:47:10 +00:00
<Compile Include="Entities\LinkedChild.cs" />
<Compile Include="Entities\MusicVideo.cs" />
<Compile Include="Library\ILibraryPostScanTask.cs" />
<Compile Include="Library\ILibraryPrescanTask.cs" />
2013-06-09 16:23:06 +00:00
<Compile Include="Library\IMetadataSaver.cs" />
<Compile Include="Library\IPeoplePrescanTask.cs" />
<Compile Include="Library\ItemUpdateType.cs" />
2013-10-02 16:08:58 +00:00
<Compile Include="Library\IUserDataManager.cs" />
2013-10-02 19:08:58 +00:00
<Compile Include="Library\UserDataSaveEventArgs.cs" />
<Compile Include="LiveTv\ILiveTvRecording.cs" />
<Compile Include="LiveTv\LiveStreamInfo.cs" />
<Compile Include="LiveTv\LiveTvAudioRecording.cs" />
2013-12-19 21:51:32 +00:00
<Compile Include="LiveTv\LiveTvChannel.cs" />
<Compile Include="LiveTv\ChannelInfo.cs" />
<Compile Include="LiveTv\ILiveTvManager.cs" />
<Compile Include="LiveTv\ILiveTvService.cs" />
2013-12-24 00:00:27 +00:00
<Compile Include="LiveTv\LiveTvException.cs" />
2013-12-22 18:58:51 +00:00
<Compile Include="LiveTv\StreamResponseInfo.cs" />
2013-12-19 21:51:32 +00:00
<Compile Include="LiveTv\LiveTvProgram.cs" />
<Compile Include="LiveTv\LiveTvVideoRecording.cs" />
2013-11-25 20:39:23 +00:00
<Compile Include="LiveTv\ProgramInfo.cs" />
<Compile Include="LiveTv\RecordingInfo.cs" />
2013-12-01 06:25:19 +00:00
<Compile Include="LiveTv\SeriesTimerInfo.cs" />
2013-11-26 21:36:11 +00:00
<Compile Include="LiveTv\TimerInfo.cs" />
<Compile Include="Localization\ILocalizationManager.cs" />
2014-01-12 06:31:21 +00:00
<Compile Include="MediaInfo\IMediaEncoder.cs" />
<Compile Include="MediaInfo\InternalMediaInfoResult.cs" />
2013-12-07 15:52:38 +00:00
<Compile Include="Net\IHasResultFactory.cs" />
<Compile Include="Net\IHttpResultFactory.cs" />
<Compile Include="Net\IHttpServer.cs" />
<Compile Include="Net\IRestfulService.cs" />
2013-07-06 21:23:32 +00:00
<Compile Include="Notifications\INotificationsRepository.cs" />
<Compile Include="Notifications\NotificationUpdateEventArgs.cs" />
2013-12-06 03:39:44 +00:00
<Compile Include="Persistence\MediaStreamQuery.cs" />
<Compile Include="Providers\IDynamicInfoProvider.cs" />
2013-10-30 21:33:27 +00:00
<Compile Include="Providers\IImageProvider.cs" />
2013-12-02 02:24:14 +00:00
<Compile Include="Providers\NameParser.cs" />
<Compile Include="Session\ISessionManager.cs" />
<Compile Include="Drawing\ImageExtensions.cs" />
2013-02-21 01:33:05 +00:00
<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" />
2013-02-23 01:24:04 +00:00
<Compile Include="Entities\IVirtualFolderCreator.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Entities\Movies\BoxSet.cs" />
<Compile Include="Entities\Movies\Movie.cs" />
<Compile Include="Entities\Person.cs" />
<Compile Include="Library\ISearchEngine.cs" />
<Compile Include="Library\ItemChangeEventArgs.cs" />
2013-03-20 16:54:32 +00:00
<Compile Include="Library\PlaybackProgressEventArgs.cs" />
2013-02-21 01:33:05 +00:00
<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="IO\IDirectoryWatchers.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="IServerApplicationHost.cs" />
2013-02-24 21:53:54 +00:00
<Compile Include="IServerApplicationPaths.cs" />
2013-04-27 13:05:33 +00:00
<Compile Include="Library\SearchHintInfo.cs" />
<Compile Include="Providers\IProviderManager.cs" />
2013-06-09 16:47:28 +00:00
<Compile Include="MediaInfo\MediaEncoderHelpers.cs" />
<Compile Include="Providers\MetadataProviderPriority.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" />
2013-02-21 01:33:05 +00:00
<Compile Include="Library\Profiler.cs" />
<Compile Include="Localization\BaseStrings.cs" />
2013-02-23 07:57:11 +00:00
<Compile Include="Localization\LocalizedStringData.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Localization\LocalizedStrings.cs" />
<Compile Include="MediaInfo\FFMpegManager.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" />
2013-02-22 06:28:57 +00:00
<Compile Include="Plugins\IPluginConfigurationPage.cs" />
<Compile Include="Plugins\IServerEntryPoint.cs" />
2013-02-23 00:44:20 +00:00
<Compile Include="Providers\IImageEnhancer.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Providers\BaseProviderInfo.cs" />
<Compile Include="Resolvers\IResolverIgnoreRule.cs" />
<Compile Include="Resolvers\EntityResolutionHelper.cs" />
<Compile Include="Resolvers\ResolverPriority.cs" />
<Compile Include="Library\TVUtils.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Library\ItemResolveArgs.cs" />
<Compile Include="IO\FileData.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Providers\BaseMetadataProvider.cs" />
2013-10-02 19:08:58 +00:00
<Compile Include="Session\ISessionController.cs" />
<Compile Include="Session\ISessionControllerFactory.cs" />
<Compile Include="Session\PlaybackInfo.cs" />
<Compile Include="Session\PlaybackProgressInfo.cs" />
<Compile Include="Session\PlaybackStopInfo.cs" />
2013-05-09 22:43:11 +00:00
<Compile Include="Session\SessionInfo.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\IBaseItemComparer.cs" />
<Compile Include="Sorting\IUserBaseItemComparer.cs" />
2013-02-21 01:33:05 +00:00
<Compile Include="Providers\BaseItemXmlParser.cs" />
2014-01-13 16:25:18 +00:00
<Compile Include="Sorting\SortExtensions.cs" />
2013-02-21 01:33:05 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 21:06:21 +00:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-21 01:33:05 +00:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 21:06:21 +00:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-21 01:33:05 +00:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2013-04-22 04:38:03 +00:00
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
2013-02-21 01:33:05 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
2013-12-11 19:54:33 +00:00
<PostBuildEvent Condition=" '$(ConfigurationName)' != 'Release Mono' ">if '$(ConfigurationName)' == 'Release' (
xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
)</PostBuildEvent>
2013-02-21 01:33:05 +00:00
</PropertyGroup>
<PropertyGroup>
<PreBuildEvent>
</PreBuildEvent>
</PropertyGroup>
2013-12-11 19:54:33 +00:00
<Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
2013-02-21 01:33:05 +00: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>
-->
2012-07-12 06:55:27 +00:00
</Project>