jellyfin/MediaBrowser.Server.Implementations/MediaBrowser.Server.Implementations.csproj

544 lines
30 KiB
XML
Raw Normal View History

2013-02-21 04:37:50 +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>
2013-02-24 21:53:54 +00:00
<ProjectGuid>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
2013-02-21 04:37:50 +00:00
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2013-02-24 21:53:54 +00:00
<RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
<AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
2013-02-21 04:37:50 +00:00
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
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>
2014-10-18 21:25:04 +00:00
<RestorePackages>true</RestorePackages>
2013-02-21 04:37:50 +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 04:37:50 +00:00
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2014-11-05 19:28:41 +00:00
<DebugType>none</DebugType>
2013-02-21 04:37:50 +00:00
<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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
2014-11-05 19:28:41 +00:00
<DebugType>none</DebugType>
2013-12-11 19:54:33 +00:00
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 04:37:50 +00:00
</PropertyGroup>
<ItemGroup>
2015-04-15 03:41:29 +00:00
<Reference Include="Interfaces.IO">
<HintPath>..\packages\Interfaces.IO.1.0.0.5\lib\portable-net45+sl4+wp71+win8+wpa81\Interfaces.IO.dll</HintPath>
</Reference>
2015-05-16 19:13:08 +00:00
<Reference Include="MediaBrowser.Naming, Version=1.0.5614.25103, Culture=neutral, processorArchitecture=MSIL">
2015-05-10 04:29:04 +00:00
<SpecificVersion>False</SpecificVersion>
2015-05-16 19:13:08 +00:00
<HintPath>..\packages\MediaBrowser.Naming.1.0.0.37\lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
2014-11-16 20:44:08 +00:00
</Reference>
2015-04-29 18:48:34 +00:00
<Reference Include="Mono.Nat, Version=1.2.24.0, Culture=neutral, processorArchitecture=MSIL">
2014-03-06 05:17:13 +00:00
<SpecificVersion>False</SpecificVersion>
2015-04-29 18:48:34 +00:00
<HintPath>..\packages\Mono.Nat.1.2.24.0\lib\net40\Mono.Nat.dll</HintPath>
2014-02-26 04:38:21 +00:00
</Reference>
<Reference Include="MoreLinq, Version=1.1.17511.0, Culture=neutral, PublicKeyToken=384d532d7e88985d, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\morelinq.1.1.0\lib\net35\MoreLinq.dll</HintPath>
2014-08-19 22:28:35 +00:00
</Reference>
2015-01-17 04:38:24 +00:00
<Reference Include="Patterns.Logging">
<HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
<Private>True</Private>
</Reference>
2013-12-10 16:44:07 +00:00
<Reference Include="ServiceStack.Api.Swagger">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
</Reference>
2015-06-05 14:27:01 +00:00
<Reference Include="SocketHttpListener, Version=1.0.5634.16042, Culture=neutral, processorArchitecture=MSIL">
2015-01-17 04:38:24 +00:00
<SpecificVersion>False</SpecificVersion>
2015-06-05 14:27:01 +00:00
<HintPath>..\packages\SocketHttpListener.1.0.0.7\lib\net45\SocketHttpListener.dll</HintPath>
2015-01-03 19:38:22 +00:00
</Reference>
2013-12-07 15:52:38 +00:00
<Reference Include="System" />
<Reference Include="System.Core" />
2014-11-07 16:15:02 +00:00
<Reference Include="System.Data.SQLite">
2014-11-07 22:37:10 +00:00
<HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\1.0.94.0\System.Data.SQLite.dll</HintPath>
2013-12-27 15:02:57 +00:00
</Reference>
2013-09-24 21:06:21 +00:00
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
2014-11-15 15:51:49 +00:00
<Reference Include="System.Net" />
2014-05-07 18:38:50 +00:00
<Reference Include="System.Security" />
2013-09-24 21:06:21 +00:00
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
2013-12-08 17:57:49 +00:00
<Reference Include="ServiceStack">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Client">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Client.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Common">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Common.dll</HintPath>
</Reference>
<Reference Include="ServiceStack.Interfaces">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
</Reference>
2013-12-11 19:54:33 +00:00
<Reference Include="ServiceStack.Text">
<HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
</Reference>
2015-03-09 00:36:02 +00:00
<Reference Include="UniversalDetector">
<HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath>
</Reference>
2013-02-21 04:37:50 +00:00
</ItemGroup>
<ItemGroup>
2013-02-22 07:17:50 +00:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2014-08-10 22:13:17 +00:00
<Compile Include="Activity\ActivityManager.cs" />
<Compile Include="Activity\ActivityRepository.cs" />
<Compile Include="Branding\BrandingConfigurationFactory.cs" />
<Compile Include="Channels\ChannelConfigurations.cs" />
2014-06-02 19:32:41 +00:00
<Compile Include="Channels\ChannelDownloadScheduledTask.cs" />
2015-03-28 20:22:27 +00:00
<Compile Include="Channels\ChannelDynamicMediaSourceProvider.cs" />
2014-03-18 17:05:57 +00:00
<Compile Include="Channels\ChannelImageProvider.cs" />
2014-03-18 01:45:41 +00:00
<Compile Include="Channels\ChannelItemImageProvider.cs" />
<Compile Include="Channels\ChannelManager.cs" />
2014-09-22 21:56:54 +00:00
<Compile Include="Channels\ChannelPostScanTask.cs" />
2014-03-18 17:05:57 +00:00
<Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
2014-03-06 05:17:13 +00:00
<Compile Include="Collections\CollectionManager.cs" />
<Compile Include="Collections\CollectionsDynamicFolder.cs" />
<Compile Include="Collections\ManualCollectionsFolder.cs" />
2015-01-23 06:15:15 +00:00
<Compile Include="Collections\CollectionImageProvider.cs" />
2013-03-04 05:43:06 +00:00
<Compile Include="Configuration\ServerConfigurationManager.cs" />
2014-08-25 03:54:45 +00:00
<Compile Include="Connect\ConnectData.cs" />
<Compile Include="Connect\ConnectManager.cs" />
2014-09-14 15:10:51 +00:00
<Compile Include="Connect\Responses.cs" />
2014-10-23 04:26:01 +00:00
<Compile Include="Connect\Validator.cs" />
2014-10-11 20:38:13 +00:00
<Compile Include="Devices\DeviceManager.cs" />
<Compile Include="Devices\DeviceRepository.cs" />
<Compile Include="Devices\CameraUploadsFolder.cs" />
2013-09-04 17:02:19 +00:00
<Compile Include="Dto\DtoService.cs" />
2014-08-10 22:13:17 +00:00
<Compile Include="EntryPoints\ActivityLogEntryPoint.cs" />
2014-01-11 20:13:18 +00:00
<Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
2014-02-26 04:38:21 +00:00
<Compile Include="EntryPoints\ExternalPortForwarding.cs" />
2013-07-04 00:11:11 +00:00
<Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include="EntryPoints\LoadRegistrations.cs" />
<Compile Include="EntryPoints\Notifications\Notifications.cs" />
2013-07-16 19:42:12 +00:00
<Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
2013-07-06 21:23:32 +00:00
<Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
2013-07-04 00:11:11 +00:00
<Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
2014-02-15 22:42:06 +00:00
<Compile Include="EntryPoints\UsageEntryPoint.cs" />
2014-08-25 03:54:45 +00:00
<Compile Include="Connect\ConnectEntryPoint.cs" />
2014-09-06 20:09:35 +00:00
<Compile Include="EntryPoints\UsageReporter.cs" />
2014-01-22 17:05:06 +00:00
<Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
2014-07-31 02:09:23 +00:00
<Compile Include="FileOrganization\Extensions.cs" />
<Compile Include="FileOrganization\FileOrganizationService.cs" />
2014-01-22 17:05:06 +00:00
<Compile Include="FileOrganization\NameUtils.cs" />
<Compile Include="FileOrganization\TvFolderOrganizer.cs" />
2013-09-25 00:54:51 +00:00
<Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
<Compile Include="EntryPoints\ServerEventNotifier.cs" />
<Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
<Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
2014-07-18 22:14:59 +00:00
<Compile Include="HttpServer\IHttpListener.cs" />
<Compile Include="HttpServer\Security\AuthorizationContext.cs" />
2013-12-07 15:52:38 +00:00
<Compile Include="HttpServer\ContainerAdapter.cs" />
<Compile Include="HttpServer\GetSwaggerResource.cs" />
2013-12-07 15:52:38 +00:00
<Compile Include="HttpServer\HttpListenerHost.cs" />
2013-03-08 17:25:25 +00:00
<Compile Include="HttpServer\HttpResultFactory.cs" />
2013-12-07 15:52:38 +00:00
<Compile Include="HttpServer\LoggerUtils.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="HttpServer\NativeWebSocket.cs" />
<Compile Include="HttpServer\RangeRequestWriter.cs" />
2013-12-07 15:52:38 +00:00
<Compile Include="HttpServer\ResponseFilter.cs" />
<Compile Include="HttpServer\Security\AuthService.cs" />
<Compile Include="HttpServer\Security\SessionAuthProvider.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="HttpServer\ServerFactory.cs" />
<Compile Include="HttpServer\ServerLogFactory.cs" />
2013-04-17 19:53:31 +00:00
<Compile Include="HttpServer\ServerLogger.cs" />
<Compile Include="HttpServer\Security\SessionContext.cs" />
2014-07-19 01:28:40 +00:00
<Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="HttpServer\StreamWriter.cs" />
<Compile Include="HttpServer\SwaggerService.cs" />
2014-07-19 01:28:40 +00:00
<Compile Include="HttpServer\SocketSharp\Extensions.cs" />
<Compile Include="HttpServer\SocketSharp\RequestMono.cs" />
<Compile Include="HttpServer\SocketSharp\WebSocketSharpListener.cs" />
<Compile Include="HttpServer\SocketSharp\WebSocketSharpRequest.cs" />
<Compile Include="HttpServer\SocketSharp\WebSocketSharpResponse.cs" />
2014-09-22 21:56:54 +00:00
<Compile Include="Intros\DefaultIntroProvider.cs" />
<Compile Include="IO\LibraryMonitor.cs" />
<Compile Include="Library\CoreResolutionIgnoreRule.cs" />
<Compile Include="Library\LibraryManager.cs" />
2014-12-11 06:20:28 +00:00
<Compile Include="Library\LocalTrailerPostScanTask.cs" />
<Compile Include="Library\MediaSourceManager.cs" />
<Compile Include="Library\MusicManager.cs" />
2014-12-01 12:43:34 +00:00
<Compile Include="Library\PathExtensions.cs" />
2014-12-20 06:06:27 +00:00
<Compile Include="Library\Resolvers\SpecialFolderResolver.cs" />
2014-11-16 20:44:08 +00:00
<Compile Include="Library\Resolvers\BaseVideoResolver.cs" />
2014-08-29 04:06:30 +00:00
<Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" />
2014-02-13 05:11:54 +00:00
<Compile Include="Library\Resolvers\PhotoResolver.cs" />
<Compile Include="Library\Resolvers\PlaylistResolver.cs" />
2014-01-07 20:12:39 +00:00
<Compile Include="Library\SearchEngine.cs" />
<Compile Include="Library\ResolverHelper.cs" />
<Compile Include="Library\Resolvers\Audio\AudioResolver.cs" />
<Compile Include="Library\Resolvers\Audio\MusicAlbumResolver.cs" />
<Compile Include="Library\Resolvers\Audio\MusicArtistResolver.cs" />
<Compile Include="Library\Resolvers\ItemResolver.cs" />
<Compile Include="Library\Resolvers\FolderResolver.cs" />
<Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" />
<Compile Include="Library\Resolvers\Movies\MovieResolver.cs" />
<Compile Include="Library\Resolvers\TV\EpisodeResolver.cs" />
<Compile Include="Library\Resolvers\TV\SeasonResolver.cs" />
<Compile Include="Library\Resolvers\TV\SeriesResolver.cs" />
<Compile Include="Library\Resolvers\VideoResolver.cs" />
2013-10-02 16:08:58 +00:00
<Compile Include="Library\UserDataManager.cs" />
<Compile Include="Library\UserManager.cs" />
2014-06-07 19:46:24 +00:00
<Compile Include="Library\UserViewManager.cs" />
<Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
<Compile Include="Library\Validators\ArtistsValidator.cs" />
<Compile Include="Library\Validators\GameGenresPostScanTask.cs" />
<Compile Include="Library\Validators\GameGenresValidator.cs" />
<Compile Include="Library\Validators\GenresPostScanTask.cs" />
<Compile Include="Library\Validators\GenresValidator.cs" />
<Compile Include="Library\Validators\MusicGenresPostScanTask.cs" />
<Compile Include="Library\Validators\MusicGenresValidator.cs" />
<Compile Include="Library\Validators\PeopleValidator.cs" />
<Compile Include="Library\Validators\StudiosPostScanTask.cs" />
<Compile Include="Library\Validators\StudiosValidator.cs" />
<Compile Include="Library\Validators\YearsPostScanTask.cs" />
2013-11-24 20:51:45 +00:00
<Compile Include="LiveTv\ChannelImageProvider.cs" />
2015-07-20 18:32:55 +00:00
<Compile Include="LiveTv\EmbyTV\EmbyTV.cs" />
<Compile Include="LiveTv\EmbyTV\ItemDataProvider.cs" />
<Compile Include="LiveTv\EmbyTV\RecordingHelper.cs" />
<Compile Include="LiveTv\EmbyTV\SeriesTimerManager.cs" />
<Compile Include="LiveTv\EmbyTV\TimerManager.cs" />
2015-07-21 04:22:46 +00:00
<Compile Include="LiveTv\Listings\SchedulesDirect.cs" />
2014-07-27 22:01:29 +00:00
<Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
2013-12-15 01:17:57 +00:00
<Compile Include="LiveTv\LiveTvDtoService.cs" />
<Compile Include="LiveTv\LiveTvManager.cs" />
2015-03-28 20:22:27 +00:00
<Compile Include="LiveTv\LiveTvMediaSourceProvider.cs" />
2015-07-20 18:32:55 +00:00
<Compile Include="LiveTv\TunerHosts\HdHomerun.cs" />
<Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" />
2013-12-19 21:51:32 +00:00
<Compile Include="LiveTv\ProgramImageProvider.cs" />
<Compile Include="LiveTv\RecordingImageProvider.cs" />
2013-11-24 20:51:45 +00:00
<Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
<Compile Include="Localization\LocalizationManager.cs" />
2015-01-17 04:38:24 +00:00
<Compile Include="Logging\PatternsLogger.cs" />
2014-02-20 16:37:41 +00:00
<Compile Include="MediaEncoder\EncodingManager.cs" />
2015-05-02 22:59:01 +00:00
<Compile Include="Persistence\BaseSqliteRepository.cs" />
2015-06-30 23:59:45 +00:00
<Compile Include="Social\SharingManager.cs" />
<Compile Include="Social\SharingRepository.cs" />
2015-04-03 16:31:56 +00:00
<Compile Include="Sorting\StartDateComparer.cs" />
2015-03-15 17:50:47 +00:00
<Compile Include="Sync\SyncHelper.cs" />
2015-03-15 19:10:27 +00:00
<Compile Include="Sync\SyncJobOptions.cs" />
2015-03-14 15:38:16 +00:00
<Compile Include="UserViews\DynamicImageProvider.cs" />
2014-01-19 04:25:01 +00:00
<Compile Include="News\NewsEntryPoint.cs" />
2014-01-18 21:52:01 +00:00
<Compile Include="News\NewsService.cs" />
2014-04-27 03:42:05 +00:00
<Compile Include="Notifications\CoreNotificationTypes.cs" />
2014-04-25 20:15:50 +00:00
<Compile Include="Notifications\InternalNotificationService.cs" />
2014-07-02 18:34:08 +00:00
<Compile Include="Notifications\NotificationConfigurationFactory.cs" />
2014-04-25 20:15:50 +00:00
<Compile Include="Notifications\NotificationManager.cs" />
2013-06-18 19:16:27 +00:00
<Compile Include="Persistence\SqliteChapterRepository.cs" />
2013-06-18 09:43:07 +00:00
<Compile Include="Persistence\SqliteExtensions.cs" />
<Compile Include="Persistence\SqliteFileOrganizationRepository.cs" />
2013-12-06 03:39:44 +00:00
<Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
2014-04-25 20:15:50 +00:00
<Compile Include="Notifications\SqliteNotificationsRepository.cs" />
2013-12-06 20:07:34 +00:00
<Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
2013-06-26 16:08:16 +00:00
<Compile Include="Persistence\TypeMapper.cs" />
2014-10-29 22:01:02 +00:00
<Compile Include="Photos\BaseDynamicImageProvider.cs" />
2014-08-02 02:34:45 +00:00
<Compile Include="Playlists\ManualPlaylistsFolder.cs" />
2014-10-20 03:04:45 +00:00
<Compile Include="Photos\PhotoAlbumImageProvider.cs" />
<Compile Include="Playlists\PlaylistImageProvider.cs" />
2014-08-02 02:34:45 +00:00
<Compile Include="Playlists\PlaylistManager.cs" />
2013-02-21 04:37:50 +00:00
<Compile Include="Properties\AssemblyInfo.cs" />
2013-03-05 03:34:02 +00:00
<Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
<Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
2014-09-06 20:09:35 +00:00
<Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
2014-02-08 20:02:35 +00:00
<Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
<Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
2014-09-06 20:09:35 +00:00
<Compile Include="ScheduledTasks\SystemUpdateTask.cs" />
2014-07-08 01:41:03 +00:00
<Compile Include="Security\AuthenticationRepository.cs" />
2014-05-07 18:38:50 +00:00
<Compile Include="Security\EncryptionManager.cs" />
2013-02-24 21:53:54 +00:00
<Compile Include="ServerApplicationPaths.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="ServerManager\ServerManager.cs" />
<Compile Include="ServerManager\WebSocketConnection.cs" />
2014-05-12 18:04:25 +00:00
<Compile Include="Session\HttpSessionController.cs" />
<Compile Include="Session\SessionManager.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Session\SessionWebSocketListener.cs" />
<Compile Include="Session\WebSocketController.cs" />
<Compile Include="Sorting\AiredEpisodeOrderComparer.cs" />
2013-10-24 17:49:24 +00:00
<Compile Include="Sorting\AirTimeComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\AlbumArtistComparer.cs" />
<Compile Include="Sorting\AlbumComparer.cs" />
2013-12-08 20:47:11 +00:00
<Compile Include="Sorting\AlphanumComparator.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\ArtistComparer.cs" />
2013-04-12 14:32:04 +00:00
<Compile Include="Sorting\BudgetComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\CommunityRatingComparer.cs" />
2013-05-06 02:23:19 +00:00
<Compile Include="Sorting\CriticRatingComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\DateCreatedComparer.cs" />
2015-03-03 07:03:17 +00:00
<Compile Include="Sorting\DateLastMediaAddedComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\DatePlayedComparer.cs" />
2014-03-08 18:17:05 +00:00
<Compile Include="Sorting\GameSystemComparer.cs" />
2014-05-18 21:23:03 +00:00
<Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
2013-09-02 23:17:25 +00:00
<Compile Include="Sorting\IsFolderComparer.cs" />
<Compile Include="Sorting\IsPlayedComparer.cs" />
2013-09-05 12:46:59 +00:00
<Compile Include="Sorting\IsUnplayedComparer.cs" />
2014-01-15 05:01:58 +00:00
<Compile Include="Sorting\MetascoreComparer.cs" />
<Compile Include="Sorting\NameComparer.cs" />
2013-07-18 15:07:31 +00:00
<Compile Include="Sorting\OfficialRatingComparer.cs" />
2013-03-30 14:57:30 +00:00
<Compile Include="Sorting\PlayCountComparer.cs" />
2014-03-08 18:17:05 +00:00
<Compile Include="Sorting\PlayersComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\PremiereDateComparer.cs" />
<Compile Include="Sorting\ProductionYearComparer.cs" />
<Compile Include="Sorting\RandomComparer.cs" />
<Compile Include="Sorting\RevenueComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\RuntimeComparer.cs" />
2013-09-13 20:45:27 +00:00
<Compile Include="Sorting\SeriesSortNameComparer.cs" />
2013-03-10 04:22:36 +00:00
<Compile Include="Sorting\SortNameComparer.cs" />
2013-06-18 09:43:07 +00:00
<Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
<Compile Include="Persistence\SqliteItemRepository.cs" />
<Compile Include="Persistence\SqliteUserDataRepository.cs" />
<Compile Include="Persistence\SqliteUserRepository.cs" />
2014-03-08 18:17:05 +00:00
<Compile Include="Sorting\StudioComparer.cs" />
2013-09-13 20:53:46 +00:00
<Compile Include="Sorting\VideoBitRateComparer.cs" />
2014-07-22 01:29:06 +00:00
<Compile Include="Sync\AppSyncProvider.cs" />
2015-02-28 13:42:47 +00:00
<Compile Include="Sync\CloudSyncProfile.cs" />
2015-03-12 04:47:16 +00:00
<Compile Include="Sync\IHasSyncQuality.cs" />
2015-02-05 05:29:37 +00:00
<Compile Include="Sync\MediaSync.cs" />
2015-02-28 13:42:47 +00:00
<Compile Include="Sync\MultiProviderSync.cs" />
2015-03-07 17:19:44 +00:00
<Compile Include="Sync\ServerSyncScheduledTask.cs" />
2015-03-07 22:43:53 +00:00
<Compile Include="Sync\SyncedMediaSourceProvider.cs" />
2015-01-24 22:33:26 +00:00
<Compile Include="Sync\SyncRegistrationInfo.cs" />
2015-01-17 04:29:53 +00:00
<Compile Include="Sync\SyncConfig.cs" />
2014-12-11 06:20:28 +00:00
<Compile Include="Sync\SyncJobProcessor.cs" />
2014-07-17 22:21:35 +00:00
<Compile Include="Sync\SyncManager.cs" />
2014-07-26 17:30:15 +00:00
<Compile Include="Sync\SyncRepository.cs" />
2015-03-07 17:19:44 +00:00
<Compile Include="Sync\SyncConvertScheduledTask.cs" />
2015-03-08 04:44:31 +00:00
<Compile Include="Sync\TargetDataProvider.cs" />
2014-02-28 04:49:02 +00:00
<Compile Include="Themes\AppThemeManager.cs" />
<Compile Include="TV\TVSeriesManager.cs" />
2013-03-27 22:13:46 +00:00
<Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
2013-03-07 05:34:00 +00:00
<Compile Include="Udp\UdpServer.cs" />
2013-02-21 04:37:50 +00:00
</ItemGroup>
<ItemGroup>
2013-02-24 21:53:54 +00:00
<ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
2013-09-24 21:06:21 +00:00
<Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
2013-02-24 21:53:54 +00:00
<Name>MediaBrowser.Common.Implementations</Name>
</ProjectReference>
2013-02-21 04:37:50 +00:00
<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 04:37:50 +00:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 21:06:21 +00:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-02-21 04:37:50 +00:00
<Name>MediaBrowser.Controller</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 04:37:50 +00:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2013-02-24 21:53:54 +00:00
<ItemGroup>
<EmbeddedResource Include="Localization\Ratings\us.txt" />
<EmbeddedResource Include="Localization\Ratings\au.txt" />
<EmbeddedResource Include="Localization\Ratings\gb.txt" />
<EmbeddedResource Include="Localization\Ratings\nl.txt" />
2013-06-11 12:44:11 +00:00
<EmbeddedResource Include="Localization\Ratings\br.txt" />
2013-11-09 19:04:51 +00:00
<EmbeddedResource Include="Localization\Ratings\dk.txt" />
2013-06-11 12:44:11 +00:00
<EmbeddedResource Include="Localization\Ratings\de.txt" />
2013-06-11 12:46:22 +00:00
<EmbeddedResource Include="Localization\Ratings\mx.txt" />
2013-06-11 14:39:25 +00:00
<EmbeddedResource Include="Localization\Ratings\co.txt" />
<EmbeddedResource Include="Localization\Ratings\fr.txt" />
<EmbeddedResource Include="Localization\Ratings\ie.txt" />
<EmbeddedResource Include="Localization\Ratings\jp.txt" />
<EmbeddedResource Include="Localization\Ratings\kz.txt" />
<EmbeddedResource Include="Localization\Ratings\nz.txt" />
<EmbeddedResource Include="Localization\Ratings\ru.txt" />
2013-06-18 09:48:49 +00:00
</ItemGroup>
<ItemGroup>
2014-03-31 01:00:47 +00:00
<EmbeddedResource Include="Localization\JavaScript\javascript.json" />
<EmbeddedResource Include="Localization\Server\server.json" />
2014-03-31 02:33:10 +00:00
<EmbeddedResource Include="Localization\Server\de.json" />
<EmbeddedResource Include="Localization\Server\ru.json" />
2014-03-31 21:04:22 +00:00
<EmbeddedResource Include="Localization\JavaScript\de.json" />
<EmbeddedResource Include="Localization\JavaScript\fr.json" />
<EmbeddedResource Include="Localization\JavaScript\nl.json" />
<EmbeddedResource Include="Localization\JavaScript\ru.json" />
<EmbeddedResource Include="Localization\Server\fr.json" />
<EmbeddedResource Include="Localization\Server\nl.json" />
<EmbeddedResource Include="Localization\JavaScript\es.json" />
<EmbeddedResource Include="Localization\Server\es.json" />
2014-04-01 22:23:07 +00:00
<EmbeddedResource Include="Localization\JavaScript\it.json" />
<EmbeddedResource Include="Localization\Server\he.json" />
<EmbeddedResource Include="Localization\Server\it.json" />
2014-04-05 15:02:50 +00:00
<EmbeddedResource Include="Localization\JavaScript\ar.json" />
<EmbeddedResource Include="Localization\JavaScript\he.json" />
<EmbeddedResource Include="Localization\JavaScript\nb.json" />
<EmbeddedResource Include="Localization\Server\ar.json" />
<EmbeddedResource Include="Localization\Server\el.json" />
<EmbeddedResource Include="Localization\Server\nb.json" />
2014-04-06 17:53:23 +00:00
<EmbeddedResource Include="Localization\JavaScript\el.json" />
2014-04-08 04:17:18 +00:00
<EmbeddedResource Include="Localization\JavaScript\sv.json" />
<EmbeddedResource Include="Localization\Server\sv.json" />
2014-04-09 02:12:17 +00:00
<EmbeddedResource Include="Localization\JavaScript\cs.json" />
<EmbeddedResource Include="Localization\Server\cs.json" />
2014-04-10 15:06:54 +00:00
<EmbeddedResource Include="Localization\JavaScript\ca.json" />
<EmbeddedResource Include="Localization\JavaScript\ms.json" />
<EmbeddedResource Include="Localization\Server\ca.json" />
<EmbeddedResource Include="Localization\Server\ms.json" />
2014-04-19 17:43:12 +00:00
<EmbeddedResource Include="Localization\JavaScript\kk.json" />
<EmbeddedResource Include="Localization\Server\kk.json" />
2014-05-07 02:28:19 +00:00
<EmbeddedResource Include="Localization\countries.json" />
2014-06-07 19:46:24 +00:00
<EmbeddedResource Include="Localization\JavaScript\da.json" />
<EmbeddedResource Include="Localization\JavaScript\vi.json" />
<EmbeddedResource Include="Localization\Server\da.json" />
<EmbeddedResource Include="Localization\Server\vi.json" />
2014-06-29 19:59:52 +00:00
<EmbeddedResource Include="Localization\JavaScript\pl.json" />
<EmbeddedResource Include="Localization\Server\pl.json" />
<EmbeddedResource Include="Localization\Server\ko.json" />
<EmbeddedResource Include="Localization\JavaScript\tr.json" />
<EmbeddedResource Include="Localization\Server\tr.json" />
2014-09-26 03:47:46 +00:00
<EmbeddedResource Include="Localization\JavaScript\hr.json" />
<EmbeddedResource Include="Localization\Server\hr.json" />
2014-11-04 12:41:12 +00:00
<EmbeddedResource Include="Localization\JavaScript\fi.json" />
<EmbeddedResource Include="Localization\Server\fi.json" />
2014-11-07 16:15:02 +00:00
<None Include="app.config" />
2015-01-22 17:41:16 +00:00
<EmbeddedResource Include="Localization\JavaScript\uk.json" />
<EmbeddedResource Include="Localization\Server\uk.json" />
2015-05-08 19:10:53 +00:00
<EmbeddedResource Include="Localization\JavaScript\hu.json" />
2015-05-22 15:59:17 +00:00
<EmbeddedResource Include="Localization\JavaScript\be-BY.json" />
<EmbeddedResource Include="Localization\JavaScript\bg-BG.json" />
<EmbeddedResource Include="Localization\JavaScript\en-GB.json" />
<EmbeddedResource Include="Localization\JavaScript\en-US.json" />
<EmbeddedResource Include="Localization\JavaScript\es-MX.json" />
<EmbeddedResource Include="Localization\JavaScript\es-VE.json" />
<EmbeddedResource Include="Localization\JavaScript\pt-BR.json" />
<EmbeddedResource Include="Localization\JavaScript\pt-PT.json" />
<EmbeddedResource Include="Localization\JavaScript\sl-SI.json" />
<EmbeddedResource Include="Localization\JavaScript\zh-CN.json" />
<EmbeddedResource Include="Localization\JavaScript\zh-TW.json" />
<EmbeddedResource Include="Localization\Server\bg-BG.json" />
<EmbeddedResource Include="Localization\Server\en-GB.json" />
<EmbeddedResource Include="Localization\Server\en-US.json" />
<EmbeddedResource Include="Localization\Server\es-MX.json" />
<EmbeddedResource Include="Localization\Server\pt-BR.json" />
<EmbeddedResource Include="Localization\Server\pt-PT.json" />
<EmbeddedResource Include="Localization\Server\sl-SI.json" />
<EmbeddedResource Include="Localization\Server\zh-CN.json" />
<EmbeddedResource Include="Localization\Server\zh-TW.json" />
2013-06-18 09:48:49 +00:00
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
2013-11-30 18:32:39 +00:00
<EmbeddedResource Include="Localization\Ratings\ca.txt" />
2013-02-24 21:53:54 +00:00
</ItemGroup>
2013-12-10 16:44:07 +00:00
<ItemGroup>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\screen.css">
<Link>swagger-ui\css\screen.css</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\logo_small.png">
<Link>swagger-ui\images\logo_small.png</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\pet_store_api.png">
<Link>swagger-ui\images\pet_store_api.png</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\throbber.gif">
<Link>swagger-ui\images\throbber.gif</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\images\wordnik_api.png">
<Link>swagger-ui\images\wordnik_api.png</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
<Link>swagger-ui\index.html</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\backbone-min.js">
<Link>swagger-ui\lib\backbone-min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\handlebars-1.0.0.js">
<Link>swagger-ui\lib\handlebars-1.0.0.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\highlight.7.3.pack.js">
<Link>swagger-ui\lib\highlight.7.3.pack.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery-1.8.0.min.js">
<Link>swagger-ui\lib\jquery-1.8.0.min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.ba-bbq.min.js">
<Link>swagger-ui\lib\jquery.ba-bbq.min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.slideto.min.js">
<Link>swagger-ui\lib\jquery.slideto.min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.wiggle.min.js">
<Link>swagger-ui\lib\jquery.wiggle.min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred.bundle.js">
<Link>swagger-ui\lib\shred.bundle.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred\content.js">
<Link>swagger-ui\lib\shred\content.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger.js">
<Link>swagger-ui\lib\swagger.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\lib\underscore-min.js">
<Link>swagger-ui\lib\underscore-min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.js">
<Link>swagger-ui\swagger-ui.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.min.js">
<Link>swagger-ui\swagger-ui.min.js</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2015-03-14 15:38:16 +00:00
<EmbeddedResource Include="UserViews\livetv\1.jpg" />
<EmbeddedResource Include="UserViews\livetv\2.jpg" />
<EmbeddedResource Include="UserViews\livetv\3.jpg" />
<EmbeddedResource Include="UserViews\livetv\4.jpg" />
<EmbeddedResource Include="UserViews\livetv\5.jpg" />
<EmbeddedResource Include="UserViews\livetv\6.jpg" />
<EmbeddedResource Include="UserViews\livetv\7.jpg" />
<EmbeddedResource Include="UserViews\livetv\8.jpg" />
2014-06-18 15:12:20 +00:00
<EmbeddedResource Include="Localization\iso6392.txt" />
2013-12-15 01:17:57 +00:00
<EmbeddedResource Include="Localization\Ratings\be.txt" />
2013-12-10 16:44:07 +00:00
</ItemGroup>
2015-03-08 19:06:15 +00:00
<ItemGroup>
<Folder Include="HttpServer\NetListener\" />
</ItemGroup>
2013-02-21 04:37:50 +00:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.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>