jellyfin/MediaBrowser.Server.Impleme.../MediaBrowser.Server.Impleme...

501 lines
28 KiB
XML
Raw Normal View History

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