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