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

516 lines
28 KiB
XML
Raw Normal View History

2013-02-21 05:37:50 +01: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 22:53:54 +01:00
<ProjectGuid>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
2013-02-21 05:37:50 +01:00
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
2013-02-24 22:53:54 +01:00
<RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
<AssemblyName>MediaBrowser.Server.Implementations</AssemblyName>
2013-02-21 05:37:50 +01:00
<FileAlignment>512</FileAlignment>
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
<RestorePackages>true</RestorePackages>
2013-09-24 23:06:21 +02:00
<ProductVersion>10.0.0</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
2013-12-11 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 05:37:50 +01: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 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 05:37:50 +01: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 20:54:33 +01:00
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release Mono\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
2013-02-21 05:37:50 +01:00
</PropertyGroup>
<ItemGroup>
2014-08-28 06:32:45 +02:00
<Reference Include="Imazen.WebP, Version=0.2.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ThirdParty\libwebp\Imazen.WebP.dll</HintPath>
</Reference>
2014-07-26 19:30:15 +02:00
<Reference Include="Mono.Nat, Version=1.2.21.0, Culture=neutral, processorArchitecture=MSIL">
2014-03-06 06:17:13 +01:00
<SpecificVersion>False</SpecificVersion>
2014-07-26 19:30:15 +02:00
<HintPath>..\packages\Mono.Nat.1.2.21.0\lib\net40\Mono.Nat.dll</HintPath>
2014-02-26 05:38:21 +01:00
</Reference>
2014-08-20 00:28:35 +02:00
<Reference Include="MoreLinq">
<HintPath>..\packages\morelinq.1.0.16006\lib\net35\MoreLinq.dll</HintPath>
</Reference>
2013-12-10 17:44:07 +01:00
<Reference Include="ServiceStack.Api.Swagger">
<HintPath>..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
</Reference>
2013-12-07 16:52:38 +01:00
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Data.SQLite, Version=1.0.91.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
2013-12-27 16:02:57 +01:00
<SpecificVersion>False</SpecificVersion>
<HintPath>..\packages\System.Data.SQLite.Core.1.0.91.3\lib\net45\System.Data.SQLite.dll</HintPath>
2013-12-27 16:02:57 +01:00
</Reference>
2013-12-07 16:52:38 +01:00
<Reference Include="System.Drawing" />
2013-09-24 23:06:21 +02:00
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
2014-05-07 20:38:50 +02:00
<Reference Include="System.Security" />
2013-09-24 23:06:21 +02:00
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Data.SQLite" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include="System.Data.SQLite.Linq" Condition=" '$(ConfigurationName)' == 'Release Mono' ">
<HintPath>..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll</HintPath>
</Reference>
2013-12-08 18:57:49 +01: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 20:54:33 +01:00
<Reference Include="ServiceStack.Text">
<HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include="Mono.Posix" Condition=" '$(ConfigurationName)' == 'Release Mono' " />
2014-08-14 15:24:30 +02:00
<Reference Include="websocket-sharp, Version=1.0.2.508, Culture=neutral, PublicKeyToken=5660b08a1845a91e, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
2014-07-19 00:14:59 +02:00
<HintPath>..\ThirdParty\WebsocketSharp\websocket-sharp.dll</HintPath>
</Reference>
2013-02-21 05:37:50 +01:00
</ItemGroup>
<ItemGroup>
2013-02-22 08:17:50 +01:00
<Compile Include="..\SharedVersion.cs">
<Link>Properties\SharedVersion.cs</Link>
</Compile>
2014-08-11 00:13:17 +02:00
<Compile Include="Activity\ActivityManager.cs" />
<Compile Include="Activity\ActivityRepository.cs" />
<Compile Include="Branding\BrandingConfigurationFactory.cs" />
<Compile Include="Channels\ChannelConfigurations.cs" />
2014-06-02 21:32:41 +02:00
<Compile Include="Channels\ChannelDownloadScheduledTask.cs" />
2014-03-18 18:05:57 +01:00
<Compile Include="Channels\ChannelImageProvider.cs" />
2014-03-18 02:45:41 +01:00
<Compile Include="Channels\ChannelItemImageProvider.cs" />
<Compile Include="Channels\ChannelManager.cs" />
2014-03-18 18:05:57 +01:00
<Compile Include="Channels\RefreshChannelsScheduledTask.cs" />
2014-03-06 06:17:13 +01:00
<Compile Include="Collections\CollectionManager.cs" />
<Compile Include="Collections\CollectionsDynamicFolder.cs" />
<Compile Include="Collections\ManualCollectionsFolder.cs" />
2013-03-04 06:43:06 +01:00
<Compile Include="Configuration\ServerConfigurationManager.cs" />
2014-08-25 05:54:45 +02:00
<Compile Include="Connect\ConnectData.cs" />
<Compile Include="Connect\ConnectManager.cs" />
2014-09-14 17:10:51 +02:00
<Compile Include="Connect\Responses.cs" />
2013-09-18 20:49:06 +02:00
<Compile Include="Drawing\ImageHeader.cs" />
2013-09-21 17:06:00 +02:00
<Compile Include="Drawing\PercentPlayedDrawer.cs" />
<Compile Include="Drawing\PlayedIndicatorDrawer.cs" />
<Compile Include="Drawing\UnplayedCountIndicator.cs" />
2013-09-04 19:02:19 +02:00
<Compile Include="Dto\DtoService.cs" />
2014-08-11 00:13:17 +02:00
<Compile Include="EntryPoints\ActivityLogEntryPoint.cs" />
2014-01-11 21:13:18 +01:00
<Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" />
2014-02-26 05:38:21 +01:00
<Compile Include="EntryPoints\ExternalPortForwarding.cs" />
2013-07-04 02:11:11 +02:00
<Compile Include="EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include="EntryPoints\LoadRegistrations.cs" />
<Compile Include="EntryPoints\Notifications\Notifications.cs" />
2013-07-16 21:42:12 +02:00
<Compile Include="EntryPoints\Notifications\RemoteNotifications.cs" />
2013-07-06 23:23:32 +02:00
<Compile Include="EntryPoints\Notifications\WebSocketNotifier.cs" />
2013-07-04 02:11:11 +02:00
<Compile Include="EntryPoints\RefreshUsersMetadata.cs" />
2014-02-15 23:42:06 +01:00
<Compile Include="EntryPoints\UsageEntryPoint.cs" />
2014-08-25 05:54:45 +02:00
<Compile Include="Connect\ConnectEntryPoint.cs" />
2014-09-06 22:09:35 +02:00
<Compile Include="EntryPoints\UsageReporter.cs" />
2014-01-22 18:05:06 +01:00
<Compile Include="FileOrganization\EpisodeFileOrganizer.cs" />
2014-07-31 04:09:23 +02:00
<Compile Include="FileOrganization\Extensions.cs" />
<Compile Include="FileOrganization\FileOrganizationService.cs" />
2014-01-22 18:05:06 +01:00
<Compile Include="FileOrganization\NameUtils.cs" />
<Compile Include="FileOrganization\TvFolderOrganizer.cs" />
2013-09-25 02:54:51 +02:00
<Compile Include="EntryPoints\UdpServerEntryPoint.cs" />
<Compile Include="EntryPoints\ServerEventNotifier.cs" />
<Compile Include="EntryPoints\UserDataChangeNotifier.cs" />
<Compile Include="FileOrganization\OrganizerScheduledTask.cs" />
2014-07-19 00:14:59 +02:00
<Compile Include="HttpServer\NetListener\HttpListenerServer.cs" />
<Compile Include="HttpServer\IHttpListener.cs" />
<Compile Include="HttpServer\Security\AuthorizationContext.cs" />
2013-12-07 16:52:38 +01:00
<Compile Include="HttpServer\ContainerAdapter.cs" />
<Compile Include="HttpServer\GetSwaggerResource.cs" />
2013-12-07 16:52:38 +01:00
<Compile Include="HttpServer\HttpListenerHost.cs" />
2013-03-08 18:25:25 +01:00
<Compile Include="HttpServer\HttpResultFactory.cs" />
2013-12-07 16:52:38 +01:00
<Compile Include="HttpServer\LoggerUtils.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\NativeWebSocket.cs" />
<Compile Include="HttpServer\RangeRequestWriter.cs" />
2013-12-07 16:52:38 +01:00
<Compile Include="HttpServer\ResponseFilter.cs" />
<Compile Include="HttpServer\Security\AuthService.cs" />
<Compile Include="HttpServer\Security\SessionAuthProvider.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\ServerFactory.cs" />
<Compile Include="HttpServer\ServerLogFactory.cs" />
2013-04-17 21:53:31 +02:00
<Compile Include="HttpServer\ServerLogger.cs" />
<Compile Include="HttpServer\Security\SessionContext.cs" />
2014-07-19 03:28:40 +02:00
<Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" />
2014-09-04 03:44:40 +02:00
<Compile Include="HttpServer\SocketSharp\SocketSharpLogger.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="HttpServer\StreamWriter.cs" />
<Compile Include="HttpServer\SwaggerService.cs" />
2013-09-18 20:49:06 +02:00
<Compile Include="Drawing\ImageProcessor.cs" />
2014-07-19 03:28:40 +02: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-08-29 14:14:41 +02:00
<Compile Include="HttpServer\ThrottledStream.cs" />
<Compile Include="IO\LibraryMonitor.cs" />
<Compile Include="Library\CoreResolutionIgnoreRule.cs" />
<Compile Include="Library\LibraryManager.cs" />
<Compile Include="Library\MusicManager.cs" />
2014-08-29 06:06:30 +02:00
<Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" />
2014-02-13 06:11:54 +01:00
<Compile Include="Library\Resolvers\PhotoResolver.cs" />
<Compile Include="Library\Resolvers\PlaylistResolver.cs" />
2014-01-07 21:12:39 +01: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\LocalTrailerResolver.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 18:08:58 +02:00
<Compile Include="Library\UserDataManager.cs" />
<Compile Include="Library\UserManager.cs" />
2014-06-07 21:46:24 +02:00
<Compile Include="Library\UserViewManager.cs" />
<Compile Include="Library\Validators\ArtistsPostScanTask.cs" />
<Compile Include="Library\Validators\ArtistsValidator.cs" />
2014-03-15 05:14:07 +01:00
<Compile Include="Library\Validators\BoxSetPostScanTask.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" />
2014-06-07 21:46:24 +02:00
<Compile Include="Library\Validators\UserViewPostScanTask.cs" />
<Compile Include="Library\Validators\YearsPostScanTask.cs" />
2013-11-24 21:51:45 +01:00
<Compile Include="LiveTv\ChannelImageProvider.cs" />
2014-02-27 17:25:04 +01:00
<Compile Include="LiveTv\CleanDatabaseScheduledTask.cs" />
2014-07-28 00:01:29 +02:00
<Compile Include="LiveTv\LiveTvConfigurationFactory.cs" />
2013-12-15 02:17:57 +01:00
<Compile Include="LiveTv\LiveTvDtoService.cs" />
<Compile Include="LiveTv\LiveTvManager.cs" />
2013-12-19 22:51:32 +01:00
<Compile Include="LiveTv\ProgramImageProvider.cs" />
<Compile Include="LiveTv\RecordingImageProvider.cs" />
2013-11-24 21:51:45 +01:00
<Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" />
<Compile Include="Localization\LocalizationManager.cs" />
2014-02-20 17:37:41 +01:00
<Compile Include="MediaEncoder\EncodingManager.cs" />
2014-01-19 05:25:01 +01:00
<Compile Include="News\NewsEntryPoint.cs" />
2014-01-18 22:52:01 +01:00
<Compile Include="News\NewsService.cs" />
2014-04-27 05:42:05 +02:00
<Compile Include="Notifications\CoreNotificationTypes.cs" />
2014-04-25 22:15:50 +02:00
<Compile Include="Notifications\InternalNotificationService.cs" />
2014-07-02 20:34:08 +02:00
<Compile Include="Notifications\NotificationConfigurationFactory.cs" />
2014-04-25 22:15:50 +02:00
<Compile Include="Notifications\NotificationManager.cs" />
2013-06-18 21:16:27 +02:00
<Compile Include="Persistence\SqliteChapterRepository.cs" />
2013-06-18 11:43:07 +02:00
<Compile Include="Persistence\SqliteExtensions.cs" />
<Compile Include="Persistence\SqliteFileOrganizationRepository.cs" />
2013-12-06 04:39:44 +01:00
<Compile Include="Persistence\SqliteMediaStreamsRepository.cs" />
2014-04-25 22:15:50 +02:00
<Compile Include="Notifications\SqliteNotificationsRepository.cs" />
2013-12-06 21:07:34 +01:00
<Compile Include="Persistence\SqliteProviderInfoRepository.cs" />
2013-12-08 02:42:15 +01:00
<Compile Include="Persistence\SqliteShrinkMemoryTimer.cs" />
2013-06-26 18:08:16 +02:00
<Compile Include="Persistence\TypeMapper.cs" />
2014-08-02 04:34:45 +02:00
<Compile Include="Playlists\ManualPlaylistsFolder.cs" />
2014-08-12 04:59:51 +02:00
<Compile Include="Playlists\PlaylistImageEnhancer.cs" />
2014-08-02 04:34:45 +02:00
<Compile Include="Playlists\PlaylistManager.cs" />
2013-02-21 05:37:50 +01:00
<Compile Include="Properties\AssemblyInfo.cs" />
2013-03-05 04:34:02 +01:00
<Compile Include="ScheduledTasks\PeopleValidationTask.cs" />
<Compile Include="ScheduledTasks\ChapterImagesTask.cs" />
2014-09-06 22:09:35 +02:00
<Compile Include="ScheduledTasks\PluginUpdateTask.cs" />
2014-02-08 21:02:35 +01:00
<Compile Include="ScheduledTasks\RefreshIntrosTask.cs" />
<Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" />
2014-09-06 22:09:35 +02:00
<Compile Include="ScheduledTasks\SystemUpdateTask.cs" />
2014-07-22 03:29:06 +02:00
<Compile Include="Security\AuthenticationException.cs" />
2014-07-08 03:41:03 +02:00
<Compile Include="Security\AuthenticationRepository.cs" />
2014-05-07 20:38:50 +02:00
<Compile Include="Security\EncryptionManager.cs" />
2013-02-24 22:53:54 +01:00
<Compile Include="ServerApplicationPaths.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="ServerManager\ServerManager.cs" />
<Compile Include="ServerManager\WebSocketConnection.cs" />
2014-05-12 20:04:25 +02: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 19:49:24 +02:00
<Compile Include="Sorting\AirTimeComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\AlbumArtistComparer.cs" />
<Compile Include="Sorting\AlbumComparer.cs" />
2013-12-08 21:47:11 +01:00
<Compile Include="Sorting\AlphanumComparator.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\ArtistComparer.cs" />
2013-04-12 16:32:04 +02:00
<Compile Include="Sorting\BudgetComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\CommunityRatingComparer.cs" />
2013-05-06 04:23:19 +02:00
<Compile Include="Sorting\CriticRatingComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\DateCreatedComparer.cs" />
<Compile Include="Sorting\DatePlayedComparer.cs" />
2014-03-08 19:17:05 +01:00
<Compile Include="Sorting\GameSystemComparer.cs" />
2014-05-18 23:23:03 +02:00
<Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" />
2013-09-03 01:17:25 +02:00
<Compile Include="Sorting\IsFolderComparer.cs" />
<Compile Include="Sorting\IsPlayedComparer.cs" />
2013-09-05 14:46:59 +02:00
<Compile Include="Sorting\IsUnplayedComparer.cs" />
2014-01-15 06:01:58 +01:00
<Compile Include="Sorting\MetascoreComparer.cs" />
<Compile Include="Sorting\NameComparer.cs" />
2013-07-18 17:07:31 +02:00
<Compile Include="Sorting\OfficialRatingComparer.cs" />
2013-03-30 15:57:30 +01:00
<Compile Include="Sorting\PlayCountComparer.cs" />
2014-03-08 19:17:05 +01:00
<Compile Include="Sorting\PlayersComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\PremiereDateComparer.cs" />
<Compile Include="Sorting\ProductionYearComparer.cs" />
<Compile Include="Sorting\RandomComparer.cs" />
<Compile Include="Sorting\RevenueComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\RuntimeComparer.cs" />
2013-09-13 22:45:27 +02:00
<Compile Include="Sorting\SeriesSortNameComparer.cs" />
2013-03-10 05:22:36 +01:00
<Compile Include="Sorting\SortNameComparer.cs" />
2013-06-18 11:43:07 +02:00
<Compile Include="Persistence\SqliteDisplayPreferencesRepository.cs" />
<Compile Include="Persistence\SqliteItemRepository.cs" />
<Compile Include="Persistence\SqliteUserDataRepository.cs" />
<Compile Include="Persistence\SqliteUserRepository.cs" />
2014-03-08 19:17:05 +01:00
<Compile Include="Sorting\StudioComparer.cs" />
2013-09-13 22:53:46 +02:00
<Compile Include="Sorting\VideoBitRateComparer.cs" />
2014-07-22 03:29:06 +02:00
<Compile Include="Sync\AppSyncProvider.cs" />
<Compile Include="Sync\CloudSyncProvider.cs" />
2014-07-22 18:36:34 +02:00
<Compile Include="Sync\MockSyncProvider.cs" />
2014-07-18 00:21:35 +02:00
<Compile Include="Sync\SyncManager.cs" />
2014-07-26 19:30:15 +02:00
<Compile Include="Sync\SyncRepository.cs" />
2014-02-28 05:49:02 +01:00
<Compile Include="Themes\AppThemeManager.cs" />
<Compile Include="TV\TVSeriesManager.cs" />
2013-03-27 23:13:46 +01:00
<Compile Include="Udp\UdpMessageReceivedEventArgs.cs" />
2013-03-07 06:34:00 +01:00
<Compile Include="Udp\UdpServer.cs" />
2013-02-21 05:37:50 +01:00
</ItemGroup>
<ItemGroup>
2013-02-24 22:53:54 +01:00
<ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
2013-09-24 23:06:21 +02:00
<Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
2013-02-24 22:53:54 +01:00
<Name>MediaBrowser.Common.Implementations</Name>
</ProjectReference>
2013-02-21 05:37:50 +01:00
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
2013-09-24 23:06:21 +02:00
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Common</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
2013-09-24 23:06:21 +02:00
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Controller</Name>
</ProjectReference>
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
2013-09-24 23:06:21 +02:00
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
2013-02-21 05:37:50 +01:00
<Name>MediaBrowser.Model</Name>
</ProjectReference>
</ItemGroup>
2013-02-24 22:53:54 +01: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 14:44:11 +02:00
<EmbeddedResource Include="Localization\Ratings\br.txt" />
2013-11-09 20:04:51 +01:00
<EmbeddedResource Include="Localization\Ratings\dk.txt" />
2013-06-11 14:44:11 +02:00
<EmbeddedResource Include="Localization\Ratings\de.txt" />
2013-06-11 14:46:22 +02:00
<EmbeddedResource Include="Localization\Ratings\mx.txt" />
2013-06-11 16:39:25 +02: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 11:48:49 +02:00
</ItemGroup>
<ItemGroup>
2014-03-31 03:00:47 +02:00
<EmbeddedResource Include="Localization\JavaScript\javascript.json" />
<EmbeddedResource Include="Localization\Server\server.json" />
2014-03-31 04:33:10 +02:00
<EmbeddedResource Include="Localization\Server\de.json" />
<EmbeddedResource Include="Localization\Server\pt_PT.json" />
<EmbeddedResource Include="Localization\Server\ru.json" />
<EmbeddedResource Include="Localization\JavaScript\en_US.json" />
<EmbeddedResource Include="Localization\JavaScript\pt_PT.json" />
<EmbeddedResource Include="Localization\Server\en_US.json" />
2014-03-31 23:04:22 +02: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\JavaScript\zh_TW.json" />
<EmbeddedResource Include="Localization\Server\fr.json" />
<EmbeddedResource Include="Localization\Server\nl.json" />
<EmbeddedResource Include="Localization\Server\zh_TW.json" />
<EmbeddedResource Include="Localization\JavaScript\es.json" />
<EmbeddedResource Include="Localization\Server\es.json" />
<EmbeddedResource Include="Localization\Server\pt_BR.json" />
2014-04-02 00:23:07 +02:00
<EmbeddedResource Include="Localization\JavaScript\it.json" />
<EmbeddedResource Include="Localization\JavaScript\pt_BR.json" />
<EmbeddedResource Include="Localization\Server\he.json" />
<EmbeddedResource Include="Localization\Server\it.json" />
2014-04-02 23:55:19 +02:00
<EmbeddedResource Include="Localization\Server\es_MX.json" />
<EmbeddedResource Include="Localization\JavaScript\es_MX.json" />
2014-04-05 17:02:50 +02: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 19:53:23 +02:00
<EmbeddedResource Include="Localization\JavaScript\el.json" />
<EmbeddedResource Include="Localization\Server\en_GB.json" />
2014-04-08 06:17:18 +02:00
<EmbeddedResource Include="Localization\JavaScript\sv.json" />
<EmbeddedResource Include="Localization\Server\sv.json" />
2014-04-09 04:12:17 +02:00
<EmbeddedResource Include="Localization\JavaScript\cs.json" />
<EmbeddedResource Include="Localization\Server\cs.json" />
2014-04-10 17:06:54 +02: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 19:43:12 +02:00
<EmbeddedResource Include="Localization\JavaScript\kk.json" />
<EmbeddedResource Include="Localization\Server\kk.json" />
2014-05-07 04:28:19 +02:00
<EmbeddedResource Include="Localization\countries.json" />
<EmbeddedResource Include="Localization\cultures.json" />
2014-06-07 21:46:24 +02: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 21:59:52 +02:00
<EmbeddedResource Include="Localization\JavaScript\pl.json" />
<EmbeddedResource Include="Localization\Server\pl.json" />
2014-07-09 02:46:11 +02:00
<EmbeddedResource Include="Localization\JavaScript\es_ES.json" />
<EmbeddedResource Include="Localization\Server\es_ES.json" />
<EmbeddedResource Include="Localization\Server\ko.json" />
<EmbeddedResource Include="Localization\JavaScript\en_GB.json" />
<EmbeddedResource Include="Localization\JavaScript\tr.json" />
<EmbeddedResource Include="Localization\Server\tr.json" />
2013-06-18 11:48:49 +02:00
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
2013-11-30 19:32:39 +01:00
<EmbeddedResource Include="Localization\Ratings\ca.txt" />
2013-02-24 22:53:54 +01:00
</ItemGroup>
2013-12-10 17:44:07 +01:00
<ItemGroup>
2014-08-28 06:32:45 +02:00
<Content Include="..\ThirdParty\libwebp\windows\x86\libwebp.dll">
<Link>libwebp.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
2013-12-10 17:44:07 +01:00
<Content Include="..\ThirdParty\ServiceStack\swagger-ui\css\highlight.default.css">
<Link>swagger-ui\css\highlight.default.css</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<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>
2014-06-18 17:12:20 +02:00
<EmbeddedResource Include="Localization\iso6392.txt" />
2014-03-08 19:17:05 +01:00
<Content Include="x64\SQLite.Interop.dll" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2014-03-08 19:17:05 +01:00
<Content Include="x86\SQLite.Interop.dll" Condition=" '$(ConfigurationName)' != 'Release Mono' ">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
2013-12-15 02:17:57 +01:00
<EmbeddedResource Include="Localization\Ratings\be.txt" />
2013-12-10 17:44:07 +01:00
</ItemGroup>
<ItemGroup>
<Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
<Link>System.Data.SQLite.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="..\ThirdParty\System.Data.SQLite.ManagedOnly\x86\1.0.90.0\net40\System.Data.SQLite.Linq.dll" Condition=" '$(ConfigurationName)' == 'Release Mono'">
<Link>System.Data.SQLite.Linq.dll</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
2014-03-31 03:00:47 +02:00
<ItemGroup />
2013-02-21 05:37:50 +01:00
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
2014-09-03 04:30:24 +02:00
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" />
2013-02-21 05:37:50 +01: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>
-->
</Project>