diff options
Diffstat (limited to 'Emby.Server.Implementations/Emby.Server.Implementations.csproj')
| -rw-r--r-- | Emby.Server.Implementations/Emby.Server.Implementations.csproj | 435 |
1 files changed, 435 insertions, 0 deletions
diff --git a/Emby.Server.Implementations/Emby.Server.Implementations.csproj b/Emby.Server.Implementations/Emby.Server.Implementations.csproj new file mode 100644 index 000000000..d773fbbf7 --- /dev/null +++ b/Emby.Server.Implementations/Emby.Server.Implementations.csproj @@ -0,0 +1,435 @@ +<?xml version="1.0" encoding="utf-8"?> +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> + <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> + <PropertyGroup> + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> + <ProjectGuid>{E383961B-9356-4D5D-8233-9A1079D03055}</ProjectGuid> + <OutputType>Library</OutputType> + <AppDesignerFolder>Properties</AppDesignerFolder> + <RootNamespace>Emby.Server.Implementations</RootNamespace> + <AssemblyName>Emby.Server.Implementations</AssemblyName> + <FileAlignment>512</FileAlignment> + <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> + <TargetFrameworkProfile>Profile7</TargetFrameworkProfile> + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> + </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> + </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> + </PropertyGroup> + <ItemGroup> + <Compile Include="Activity\ActivityLogEntryPoint.cs" /> + <Compile Include="Activity\ActivityManager.cs" /> + <Compile Include="Activity\ActivityRepository.cs" /> + <Compile Include="Branding\BrandingConfigurationFactory.cs" /> + <Compile Include="Browser\BrowserLauncher.cs" /> + <Compile Include="Channels\ChannelConfigurations.cs" /> + <Compile Include="Channels\ChannelDynamicMediaSourceProvider.cs" /> + <Compile Include="Channels\ChannelImageProvider.cs" /> + <Compile Include="Channels\ChannelManager.cs" /> + <Compile Include="Channels\ChannelPostScanTask.cs" /> + <Compile Include="Channels\RefreshChannelsScheduledTask.cs" /> + <Compile Include="Collections\CollectionImageProvider.cs" /> + <Compile Include="Collections\CollectionManager.cs" /> + <Compile Include="Collections\CollectionsDynamicFolder.cs" /> + <Compile Include="Connect\ConnectData.cs" /> + <Compile Include="Connect\ConnectEntryPoint.cs" /> + <Compile Include="Connect\ConnectManager.cs" /> + <Compile Include="Connect\Responses.cs" /> + <Compile Include="Connect\Validator.cs" /> + <Compile Include="Data\ManagedConnection.cs" /> + <Compile Include="Data\SqliteDisplayPreferencesRepository.cs" /> + <Compile Include="Data\SqliteFileOrganizationRepository.cs" /> + <Compile Include="Data\SqliteItemRepository.cs" /> + <Compile Include="Data\SqliteUserDataRepository.cs" /> + <Compile Include="Data\SqliteUserRepository.cs" /> + <Compile Include="Data\TypeMapper.cs" /> + <Compile Include="Devices\CameraUploadsDynamicFolder.cs" /> + <Compile Include="Devices\DeviceManager.cs" /> + <Compile Include="Devices\DeviceRepository.cs" /> + <Compile Include="Dto\DtoService.cs" /> + <Compile Include="EntryPoints\AutomaticRestartEntryPoint.cs" /> + <Compile Include="EntryPoints\KeepServerAwake.cs" /> + <Compile Include="EntryPoints\LibraryChangedNotifier.cs" /> + <Compile Include="EntryPoints\LoadRegistrations.cs" /> + <Compile Include="EntryPoints\RecordingNotifier.cs" /> + <Compile Include="EntryPoints\RefreshUsersMetadata.cs" /> + <Compile Include="EntryPoints\ServerEventNotifier.cs" /> + <Compile Include="EntryPoints\StartupWizard.cs" /> + <Compile Include="EntryPoints\SystemEvents.cs" /> + <Compile Include="EntryPoints\UdpServerEntryPoint.cs" /> + <Compile Include="EntryPoints\UsageEntryPoint.cs" /> + <Compile Include="EntryPoints\UsageReporter.cs" /> + <Compile Include="EntryPoints\UserDataChangeNotifier.cs" /> + <Compile Include="FFMpeg\FFMpegInfo.cs" /> + <Compile Include="FFMpeg\FFMpegInstallInfo.cs" /> + <Compile Include="FFMpeg\FFMpegLoader.cs" /> + <Compile Include="FileOrganization\EpisodeFileOrganizer.cs" /> + <Compile Include="FileOrganization\Extensions.cs" /> + <Compile Include="FileOrganization\FileOrganizationNotifier.cs" /> + <Compile Include="FileOrganization\FileOrganizationService.cs" /> + <Compile Include="FileOrganization\NameUtils.cs" /> + <Compile Include="FileOrganization\OrganizerScheduledTask.cs" /> + <Compile Include="FileOrganization\TvFolderOrganizer.cs" /> + <Compile Include="HttpServer\GetSwaggerResource.cs" /> + <Compile Include="HttpServer\HttpListenerHost.cs" /> + <Compile Include="HttpServer\HttpResultFactory.cs" /> + <Compile Include="HttpServer\LoggerUtils.cs" /> + <Compile Include="HttpServer\RangeRequestWriter.cs" /> + <Compile Include="HttpServer\ResponseFilter.cs" /> + <Compile Include="HttpServer\SocketSharp\Extensions.cs" /> + <Compile Include="HttpServer\SocketSharp\HttpUtility.cs" /> + <Compile Include="HttpServer\IHttpListener.cs" /> + <Compile Include="HttpServer\Security\AuthorizationContext.cs" /> + <Compile Include="HttpServer\Security\AuthService.cs" /> + <Compile Include="HttpServer\Security\SessionContext.cs" /> + <Compile Include="HttpServer\SocketSharp\RequestMono.cs" /> + <Compile Include="HttpServer\SocketSharp\SharpWebSocket.cs" /> + <Compile Include="HttpServer\SocketSharp\WebSocketSharpListener.cs" /> + <Compile Include="HttpServer\SocketSharp\WebSocketSharpRequest.cs" /> + <Compile Include="HttpServer\SocketSharp\WebSocketSharpResponse.cs" /> + <Compile Include="HttpServer\StreamWriter.cs" /> + <Compile Include="HttpServer\SwaggerService.cs" /> + <Compile Include="Images\BaseDynamicImageProvider.cs" /> + <Compile Include="Intros\DefaultIntroProvider.cs" /> + <Compile Include="IO\FileRefresher.cs" /> + <Compile Include="IO\MbLinkShortcutHandler.cs" /> + <Compile Include="IO\ThrottledStream.cs" /> + <Compile Include="Library\CoreResolutionIgnoreRule.cs" /> + <Compile Include="Library\LibraryManager.cs" /> + <Compile Include="Library\LocalTrailerPostScanTask.cs" /> + <Compile Include="Library\MediaSourceManager.cs" /> + <Compile Include="Library\MusicManager.cs" /> + <Compile Include="Library\PathExtensions.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\BaseVideoResolver.cs" /> + <Compile Include="Library\Resolvers\Books\BookResolver.cs" /> + <Compile Include="Library\Resolvers\FolderResolver.cs" /> + <Compile Include="Library\Resolvers\ItemResolver.cs" /> + <Compile Include="Library\Resolvers\Movies\BoxSetResolver.cs" /> + <Compile Include="Library\Resolvers\Movies\MovieResolver.cs" /> + <Compile Include="Library\Resolvers\PhotoAlbumResolver.cs" /> + <Compile Include="Library\Resolvers\PhotoResolver.cs" /> + <Compile Include="Library\Resolvers\PlaylistResolver.cs" /> + <Compile Include="Library\Resolvers\SpecialFolderResolver.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" /> + <Compile Include="Library\SearchEngine.cs" /> + <Compile Include="Library\UserDataManager.cs" /> + <Compile Include="Library\UserManager.cs" /> + <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" /> + <Compile Include="LiveTv\ChannelImageProvider.cs" /> + <Compile Include="LiveTv\EmbyTV\DirectRecorder.cs" /> + <Compile Include="LiveTv\EmbyTV\EmbyTV.cs" /> + <Compile Include="LiveTv\EmbyTV\EmbyTVRegistration.cs" /> + <Compile Include="LiveTv\EmbyTV\EncodedRecorder.cs" /> + <Compile Include="LiveTv\EmbyTV\EntryPoint.cs" /> + <Compile Include="LiveTv\EmbyTV\IRecorder.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" /> + <Compile Include="LiveTv\Listings\SchedulesDirect.cs" /> + <Compile Include="LiveTv\Listings\XmlTvListingsProvider.cs" /> + <Compile Include="LiveTv\LiveStreamHelper.cs" /> + <Compile Include="LiveTv\LiveTvConfigurationFactory.cs" /> + <Compile Include="LiveTv\LiveTvDtoService.cs" /> + <Compile Include="LiveTv\LiveTvManager.cs" /> + <Compile Include="LiveTv\LiveTvMediaSourceProvider.cs" /> + <Compile Include="LiveTv\ProgramImageProvider.cs" /> + <Compile Include="LiveTv\RecordingImageProvider.cs" /> + <Compile Include="LiveTv\RefreshChannelsScheduledTask.cs" /> + <Compile Include="LiveTv\TunerHosts\BaseTunerHost.cs" /> + <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunDiscovery.cs" /> + <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" /> + <Compile Include="LiveTv\TunerHosts\HdHomerun\HdHomerunLiveStream.cs" /> + <Compile Include="LiveTv\TunerHosts\M3uParser.cs" /> + <Compile Include="LiveTv\TunerHosts\M3UTunerHost.cs" /> + <Compile Include="LiveTv\TunerHosts\MulticastStream.cs" /> + <Compile Include="LiveTv\TunerHosts\QueueStream.cs" /> + <Compile Include="Localization\LocalizationManager.cs" /> + <Compile Include="MediaEncoder\EncodingManager.cs" /> + <Compile Include="Migrations\IVersionMigration.cs" /> + <Compile Include="Migrations\LibraryScanMigration.cs" /> + <Compile Include="Migrations\UpdateLevelMigration.cs" /> + <Compile Include="News\NewsEntryPoint.cs" /> + <Compile Include="News\NewsService.cs" /> + <Compile Include="Notifications\CoreNotificationTypes.cs" /> + <Compile Include="Notifications\IConfigurableNotificationService.cs" /> + <Compile Include="Notifications\InternalNotificationService.cs" /> + <Compile Include="Notifications\NotificationConfigurationFactory.cs" /> + <Compile Include="Notifications\NotificationManager.cs" /> + <Compile Include="Notifications\Notifications.cs" /> + <Compile Include="Notifications\SqliteNotificationsRepository.cs" /> + <Compile Include="Notifications\WebSocketNotifier.cs" /> + <Compile Include="Data\BaseSqliteRepository.cs" /> + <Compile Include="Data\CleanDatabaseScheduledTask.cs" /> + <Compile Include="Data\SqliteExtensions.cs" /> + <Compile Include="Photos\PhotoAlbumImageProvider.cs" /> + <Compile Include="Playlists\PlaylistImageProvider.cs" /> + <Compile Include="Playlists\PlaylistManager.cs" /> + <Compile Include="Playlists\PlaylistsDynamicFolder.cs" /> + <Compile Include="Properties\AssemblyInfo.cs" /> + <Compile Include="ScheduledTasks\ChapterImagesTask.cs" /> + <Compile Include="ScheduledTasks\PeopleValidationTask.cs" /> + <Compile Include="ScheduledTasks\PluginUpdateTask.cs" /> + <Compile Include="ScheduledTasks\RefreshIntrosTask.cs" /> + <Compile Include="ScheduledTasks\RefreshMediaLibraryTask.cs" /> + <Compile Include="ScheduledTasks\SystemUpdateTask.cs" /> + <Compile Include="Security\AuthenticationRepository.cs" /> + <Compile Include="Security\EncryptionManager.cs" /> + <Compile Include="Security\MBLicenseFile.cs" /> + <Compile Include="Security\PluginSecurityManager.cs" /> + <Compile Include="Security\RegRecord.cs" /> + <Compile Include="ServerManager\ServerManager.cs" /> + <Compile Include="ServerManager\WebSocketConnection.cs" /> + <Compile Include="Session\HttpSessionController.cs" /> + <Compile Include="Session\SessionManager.cs" /> + <Compile Include="Session\SessionWebSocketListener.cs" /> + <Compile Include="Session\WebSocketController.cs" /> + <Compile Include="Social\SharingManager.cs" /> + <Compile Include="Social\SharingRepository.cs" /> + <Compile Include="Sorting\AiredEpisodeOrderComparer.cs" /> + <Compile Include="Sorting\AirTimeComparer.cs" /> + <Compile Include="Sorting\AlbumArtistComparer.cs" /> + <Compile Include="Sorting\AlbumComparer.cs" /> + <Compile Include="Sorting\AlphanumComparator.cs" /> + <Compile Include="Sorting\ArtistComparer.cs" /> + <Compile Include="Sorting\BudgetComparer.cs" /> + <Compile Include="Sorting\CommunityRatingComparer.cs" /> + <Compile Include="Sorting\CriticRatingComparer.cs" /> + <Compile Include="Sorting\DateCreatedComparer.cs" /> + <Compile Include="Sorting\DateLastMediaAddedComparer.cs" /> + <Compile Include="Sorting\DatePlayedComparer.cs" /> + <Compile Include="Sorting\GameSystemComparer.cs" /> + <Compile Include="Sorting\IsFavoriteOrLikeComparer.cs" /> + <Compile Include="Sorting\IsFolderComparer.cs" /> + <Compile Include="Sorting\IsPlayedComparer.cs" /> + <Compile Include="Sorting\IsUnplayedComparer.cs" /> + <Compile Include="Sorting\MetascoreComparer.cs" /> + <Compile Include="Sorting\NameComparer.cs" /> + <Compile Include="Sorting\OfficialRatingComparer.cs" /> + <Compile Include="Sorting\PlayCountComparer.cs" /> + <Compile Include="Sorting\PlayersComparer.cs" /> + <Compile Include="Sorting\PremiereDateComparer.cs" /> + <Compile Include="Sorting\ProductionYearComparer.cs" /> + <Compile Include="Sorting\RandomComparer.cs" /> + <Compile Include="Sorting\RevenueComparer.cs" /> + <Compile Include="Sorting\RuntimeComparer.cs" /> + <Compile Include="Sorting\SeriesSortNameComparer.cs" /> + <Compile Include="Sorting\SortNameComparer.cs" /> + <Compile Include="Sorting\StartDateComparer.cs" /> + <Compile Include="Sorting\StudioComparer.cs" /> + <Compile Include="StartupOptions.cs" /> + <Compile Include="Sync\AppSyncProvider.cs" /> + <Compile Include="Sync\CloudSyncProfile.cs" /> + <Compile Include="Sync\IHasSyncQuality.cs" /> + <Compile Include="Sync\MediaSync.cs" /> + <Compile Include="Sync\MultiProviderSync.cs" /> + <Compile Include="Sync\ServerSyncScheduledTask.cs" /> + <Compile Include="Sync\SyncConfig.cs" /> + <Compile Include="Sync\SyncConvertScheduledTask.cs" /> + <Compile Include="Sync\SyncedMediaSourceProvider.cs" /> + <Compile Include="Sync\SyncHelper.cs" /> + <Compile Include="Sync\SyncJobOptions.cs" /> + <Compile Include="Sync\SyncJobProcessor.cs" /> + <Compile Include="Sync\SyncManager.cs" /> + <Compile Include="Sync\SyncNotificationEntryPoint.cs" /> + <Compile Include="Sync\SyncRegistrationInfo.cs" /> + <Compile Include="Sync\SyncRepository.cs" /> + <Compile Include="Sync\TargetDataProvider.cs" /> + <Compile Include="TV\SeriesPostScanTask.cs" /> + <Compile Include="TV\TVSeriesManager.cs" /> + <Compile Include="Udp\UdpServer.cs" /> + <Compile Include="Updates\InstallationManager.cs" /> + <Compile Include="UserViews\CollectionFolderImageProvider.cs" /> + <Compile Include="UserViews\DynamicImageProvider.cs" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\iso6392.txt" /> + </ItemGroup> + <ItemGroup> + <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj"> + <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project> + <Name>MediaBrowser.Common</Name> + </ProjectReference> + <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj"> + <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project> + <Name>MediaBrowser.Controller</Name> + </ProjectReference> + <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj"> + <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project> + <Name>MediaBrowser.Model</Name> + </ProjectReference> + <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj"> + <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project> + <Name>MediaBrowser.Providers</Name> + </ProjectReference> + <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj"> + <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project> + <Name>MediaBrowser.Server.Implementations</Name> + </ProjectReference> + <ProjectReference Include="..\ServiceStack\ServiceStack.csproj"> + <Project>{680a1709-25eb-4d52-a87f-ee03ffd94baa}</Project> + <Name>ServiceStack</Name> + </ProjectReference> + <ProjectReference Include="..\SocketHttpListener.Portable\SocketHttpListener.Portable.csproj"> + <Project>{4f26d5d8-a7b0-42b3-ba42-7cb7d245934e}</Project> + <Name>SocketHttpListener.Portable</Name> + </ProjectReference> + <Reference Include="Emby.XmlTv, Version=1.0.6193.39741, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\Emby.XmlTv.1.0.3\lib\portable-net45+win8\Emby.XmlTv.dll</HintPath> + <Private>True</Private> + </Reference> + <Reference Include="MediaBrowser.Naming, Version=1.0.6178.4191, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\MediaBrowser.Naming.1.0.3\lib\portable-net45+win8\MediaBrowser.Naming.dll</HintPath> + <Private>True</Private> + </Reference> + <Reference Include="SQLitePCL.pretty, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\SQLitePCL.pretty.1.1.0\lib\portable-net45+netcore45+wpa81+wp8\SQLitePCL.pretty.dll</HintPath> + <Private>True</Private> + </Reference> + <Reference Include="SQLitePCLRaw.core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=1488e028ca7ab535, processorArchitecture=MSIL"> + <HintPath>..\packages\SQLitePCLRaw.core.1.1.1\lib\portable-net45+netcore45+wpa81+MonoAndroid10+MonoTouch10+Xamarin.iOS10\SQLitePCLRaw.core.dll</HintPath> + <Private>True</Private> + </Reference> + <Reference Include="UniversalDetector, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> + <HintPath>..\packages\UniversalDetector.1.0.1\lib\portable-net45+sl4+wp71+win8+wpa81\UniversalDetector.dll</HintPath> + <Private>True</Private> + </Reference> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Core\ar.json" /> + <EmbeddedResource Include="Localization\Core\bg-BG.json" /> + <EmbeddedResource Include="Localization\Core\ca.json" /> + <EmbeddedResource Include="Localization\Core\core.json" /> + <EmbeddedResource Include="Localization\Core\cs.json" /> + <EmbeddedResource Include="Localization\Core\da.json" /> + <EmbeddedResource Include="Localization\Core\de.json" /> + <EmbeddedResource Include="Localization\Core\el.json" /> + <EmbeddedResource Include="Localization\Core\en-GB.json" /> + <EmbeddedResource Include="Localization\Core\en-US.json" /> + <EmbeddedResource Include="Localization\Core\es-AR.json" /> + <EmbeddedResource Include="Localization\Core\es-MX.json" /> + <EmbeddedResource Include="Localization\Core\es.json" /> + <EmbeddedResource Include="Localization\Core\fi.json" /> + <EmbeddedResource Include="Localization\Core\fr-CA.json" /> + <EmbeddedResource Include="Localization\Core\fr.json" /> + <EmbeddedResource Include="Localization\Core\gsw.json" /> + <EmbeddedResource Include="Localization\Core\he.json" /> + <EmbeddedResource Include="Localization\Core\hr.json" /> + <EmbeddedResource Include="Localization\Core\hu.json" /> + <EmbeddedResource Include="Localization\Core\id.json" /> + <EmbeddedResource Include="Localization\Core\it.json" /> + <EmbeddedResource Include="Localization\Core\kk.json" /> + <EmbeddedResource Include="Localization\Core\ko.json" /> + <EmbeddedResource Include="Localization\Core\ms.json" /> + <EmbeddedResource Include="Localization\Core\nb.json" /> + <EmbeddedResource Include="Localization\Core\nl.json" /> + <EmbeddedResource Include="Localization\Core\pl.json" /> + <EmbeddedResource Include="Localization\Core\pt-BR.json" /> + <EmbeddedResource Include="Localization\Core\pt-PT.json" /> + <EmbeddedResource Include="Localization\Core\ro.json" /> + <EmbeddedResource Include="Localization\Core\ru.json" /> + <EmbeddedResource Include="Localization\Core\sl-SI.json" /> + <EmbeddedResource Include="Localization\Core\sv.json" /> + <EmbeddedResource Include="Localization\Core\tr.json" /> + <EmbeddedResource Include="Localization\Core\uk.json" /> + <EmbeddedResource Include="Localization\Core\vi.json" /> + <EmbeddedResource Include="Localization\Core\zh-CN.json" /> + <EmbeddedResource Include="Localization\Core\zh-HK.json" /> + <EmbeddedResource Include="Localization\Core\zh-TW.json" /> + <EmbeddedResource Include="Localization\countries.json" /> + <None Include="packages.config" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\au.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\be.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\br.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\ca.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\co.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\de.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\dk.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\fr.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\gb.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\ie.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\jp.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\kz.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\mx.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\nl.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\nz.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\ru.txt" /> + </ItemGroup> + <ItemGroup> + <EmbeddedResource Include="Localization\Ratings\us.txt" /> + </ItemGroup> + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.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>
\ No newline at end of file |
