<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "4.0" DefaultTargets= "Build" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
<OutputType > Library</OutputType>
<AppDesignerFolder > Properties</AppDesignerFolder>
<RootNamespace > MediaBrowser.Server.Implementations</RootNamespace>
<AssemblyName > MediaBrowser.Server.Implementations</AssemblyName>
<FileAlignment > 512</FileAlignment>
<SolutionDir Condition= "$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" > ..\</SolutionDir>
<TargetFrameworkVersion > v4.5</TargetFrameworkVersion>
<ReleaseVersion >
</ReleaseVersion>
</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 > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' " >
<DebugType > none</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release Mono\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<ItemGroup >
<Reference Include= "CommonIO, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\CommonIO.1.0.0.5\lib\net45\CommonIO.dll</HintPath>
</Reference>
<Reference Include= "Interfaces.IO" >
<HintPath > ..\packages\Interfaces.IO.1.0.0.5\lib\portable-net45+sl4+wp71+win8+wpa81\Interfaces.IO.dll</HintPath>
</Reference>
<Reference Include= "MediaBrowser.Naming, Version=1.0.5818.23111, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\MediaBrowser.Naming.1.0.0.41\lib\portable-net45+sl4+wp71+win8+wpa81\MediaBrowser.Naming.dll</HintPath>
</Reference>
<Reference Include= "MoreLinq" >
<HintPath > ..\packages\morelinq.1.4.0\lib\net35\MoreLinq.dll</HintPath>
</Reference>
<Reference Include= "Patterns.Logging" >
<HintPath > ..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
</Reference>
<Reference Include= "ServiceStack.Api.Swagger" >
<HintPath > ..\ThirdParty\ServiceStack\ServiceStack.Api.Swagger.dll</HintPath>
</Reference>
<Reference Include= "SocketHttpListener, Version=1.0.5840.28948, Culture=neutral, processorArchitecture=MSIL" >
<SpecificVersion > False</SpecificVersion>
<HintPath > ..\packages\SocketHttpListener.1.0.0.25\lib\net45\SocketHttpListener.dll</HintPath>
</Reference>
<Reference Include= "System" />
<Reference Include= "System.Core" />
<Reference Include= "System.Data.SQLite" >
<HintPath > ..\ThirdParty\System.Data.SQLite.ManagedOnly\1.0.94.0\System.Data.SQLite.dll</HintPath>
</Reference>
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Data" />
<Reference Include= "System.Net" />
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.Security" />
<Reference Include= "System.Web" />
<Reference Include= "System.Xml" />
<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>
<Reference Include= "ServiceStack.Text" >
<HintPath > ..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
</Reference>
<Reference Include= "UniversalDetector" >
<HintPath > ..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath>
</Reference>
<Reference Include= "Mono.Nat" >
<HintPath > ..\packages\Mono.Nat.1.2.24.0\lib\net40\Mono.Nat.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup >
<Compile Include= "..\SharedVersion.cs" >
<Link > Properties\SharedVersion.cs</Link>
</Compile>
<Compile Include= "Activity\ActivityManager.cs" />
<Compile Include= "Activity\ActivityRepository.cs" />
<Compile Include= "Branding\BrandingConfigurationFactory.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\CollectionManager.cs" />
<Compile Include= "Collections\CollectionsDynamicFolder.cs" />
<Compile Include= "Collections\ManualCollectionsFolder.cs" />
<Compile Include= "Collections\CollectionImageProvider.cs" />
<Compile Include= "Configuration\ServerConfigurationManager.cs" />
<Compile Include= "Connect\ConnectData.cs" />
<Compile Include= "Connect\ConnectManager.cs" />
<Compile Include= "Connect\Responses.cs" />
<Compile Include= "Connect\Validator.cs" />
<Compile Include= "Devices\DeviceManager.cs" />
<Compile Include= "Devices\DeviceRepository.cs" />
<Compile Include= "Devices\CameraUploadsFolder.cs" />
<Compile Include= "Dto\DtoService.cs" />
<Compile Include= "EntryPoints\ActivityLogEntryPoint.cs" />
<Compile Include= "EntryPoints\AutomaticRestartEntryPoint.cs" />
<Compile Include= "EntryPoints\ExternalPortForwarding.cs" />
<Compile Include= "EntryPoints\LibraryChangedNotifier.cs" />
<Compile Include= "EntryPoints\LoadRegistrations.cs" />
<Compile Include= "EntryPoints\Notifications\Notifications.cs" />
<Compile Include= "EntryPoints\Notifications\WebSocketNotifier.cs" />
<Compile Include= "EntryPoints\RefreshUsersMetadata.cs" />
<Compile Include= "EntryPoints\UsageEntryPoint.cs" />
<Compile Include= "Connect\ConnectEntryPoint.cs" />
<Compile Include= "EntryPoints\UsageReporter.cs" />
<Compile Include= "FileOrganization\EpisodeFileOrganizer.cs" />
<Compile Include= "FileOrganization\Extensions.cs" />
<Compile Include= "FileOrganization\FileOrganizationService.cs" />
<Compile Include= "FileOrganization\NameUtils.cs" />
<Compile Include= "FileOrganization\TvFolderOrganizer.cs" />
<Compile Include= "EntryPoints\UdpServerEntryPoint.cs" />
<Compile Include= "EntryPoints\ServerEventNotifier.cs" />
<Compile Include= "EntryPoints\UserDataChangeNotifier.cs" />
<Compile Include= "FileOrganization\OrganizerScheduledTask.cs" />
<Compile Include= "HttpServer\IHttpListener.cs" />
<Compile Include= "HttpServer\Security\AuthorizationContext.cs" />
<Compile Include= "HttpServer\ContainerAdapter.cs" />
<Compile Include= "HttpServer\GetSwaggerResource.cs" />
<Compile Include= "HttpServer\HttpListenerHost.cs" />
<Compile Include= "HttpServer\HttpResultFactory.cs" />
<Compile Include= "HttpServer\LoggerUtils.cs" />
<Compile Include= "HttpServer\NativeWebSocket.cs" />
<Compile Include= "HttpServer\RangeRequestWriter.cs" />
<Compile Include= "HttpServer\ResponseFilter.cs" />
<Compile Include= "HttpServer\Security\AuthService.cs" />
<Compile Include= "HttpServer\Security\SessionAuthProvider.cs" />
<Compile Include= "HttpServer\ServerFactory.cs" />
<Compile Include= "HttpServer\ServerLogFactory.cs" />
<Compile Include= "HttpServer\ServerLogger.cs" />
<Compile Include= "HttpServer\Security\SessionContext.cs" />
<Compile Include= "HttpServer\SocketSharp\HttpUtility.cs" />
<Compile Include= "HttpServer\SocketSharp\SharpWebSocket.cs" />
<Compile Include= "HttpServer\StreamWriter.cs" />
<Compile Include= "HttpServer\SwaggerService.cs" />
<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= "Intros\DefaultIntroProvider.cs" />
<Compile Include= "IO\LibraryMonitor.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\Resolvers\SpecialFolderResolver.cs" />
<Compile Include= "Library\Resolvers\BaseVideoResolver.cs" />
<Compile Include= "Library\Resolvers\PhotoAlbumResolver.cs" />
<Compile Include= "Library\Resolvers\PhotoResolver.cs" />
<Compile Include= "Library\Resolvers\PlaylistResolver.cs" />
<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" />
<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\EmbyTV.cs" />
<Compile Include= "LiveTv\EmbyTV\EntryPoint.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\XmlTv.cs" />
<Compile Include= "LiveTv\LiveTvConfigurationFactory.cs" />
<Compile Include= "LiveTv\LiveTvDtoService.cs" />
<Compile Include= "LiveTv\LiveTvManager.cs" />
<Compile Include= "LiveTv\LiveTvMediaSourceProvider.cs" />
<Compile Include= "LiveTv\TunerHosts\BaseTunerHost.cs" />
<Compile Include= "LiveTv\TunerHosts\HdHomerun\HdHomerunHost.cs" />
<Compile Include= "LiveTv\TunerHosts\HdHomerun\HdHomerunDiscovery.cs" />
<Compile Include= "LiveTv\TunerHosts\M3UTunerHost.cs" />
<Compile Include= "LiveTv\ProgramImageProvider.cs" />
<Compile Include= "LiveTv\RecordingImageProvider.cs" />
<Compile Include= "LiveTv\RefreshChannelsScheduledTask.cs" />
<Compile Include= "Localization\LocalizationManager.cs" />
<Compile Include= "Logging\PatternsLogger.cs" />
<Compile Include= "MediaEncoder\EncodingManager.cs" />
<Compile Include= "Notifications\IConfigurableNotificationService.cs" />
<Compile Include= "Persistence\BaseSqliteRepository.cs" />
<Compile Include= "Persistence\CleanDatabaseScheduledTask.cs" />
<Compile Include= "Persistence\MediaStreamColumns.cs" />
<Compile Include= "Social\SharingManager.cs" />
<Compile Include= "Social\SharingRepository.cs" />
<Compile Include= "Sorting\StartDateComparer.cs" />
<Compile Include= "Sync\SyncHelper.cs" />
<Compile Include= "Sync\SyncJobOptions.cs" />
<Compile Include= "UserViews\CollectionFolderImageProvider.cs" />
<Compile Include= "UserViews\DynamicImageProvider.cs" />
<Compile Include= "News\NewsEntryPoint.cs" />
<Compile Include= "News\NewsService.cs" />
<Compile Include= "Notifications\CoreNotificationTypes.cs" />
<Compile Include= "Notifications\InternalNotificationService.cs" />
<Compile Include= "Notifications\NotificationConfigurationFactory.cs" />
<Compile Include= "Notifications\NotificationManager.cs" />
<Compile Include= "Persistence\SqliteExtensions.cs" />
<Compile Include= "Persistence\SqliteFileOrganizationRepository.cs" />
<Compile Include= "Notifications\SqliteNotificationsRepository.cs" />
<Compile Include= "Persistence\SqliteProviderInfoRepository.cs" />
<Compile Include= "Persistence\TypeMapper.cs" />
<Compile Include= "Photos\BaseDynamicImageProvider.cs" />
<Compile Include= "Playlists\ManualPlaylistsFolder.cs" />
<Compile Include= "Photos\PhotoAlbumImageProvider.cs" />
<Compile Include= "Playlists\PlaylistImageProvider.cs" />
<Compile Include= "Playlists\PlaylistManager.cs" />
<Compile Include= "Properties\AssemblyInfo.cs" />
<Compile Include= "ScheduledTasks\PeopleValidationTask.cs" />
<Compile Include= "ScheduledTasks\ChapterImagesTask.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= "ServerApplicationPaths.cs" />
<Compile Include= "ServerManager\ServerManager.cs" />
<Compile Include= "ServerManager\WebSocketConnection.cs" />
<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" />
<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= "Persistence\SqliteDisplayPreferencesRepository.cs" />
<Compile Include= "Persistence\SqliteItemRepository.cs" />
<Compile Include= "Persistence\SqliteUserDataRepository.cs" />
<Compile Include= "Persistence\SqliteUserRepository.cs" />
<Compile Include= "Sorting\StudioComparer.cs" />
<Compile Include= "Sorting\VideoBitRateComparer.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\SyncedMediaSourceProvider.cs" />
<Compile Include= "Sync\SyncRegistrationInfo.cs" />
<Compile Include= "Sync\SyncConfig.cs" />
<Compile Include= "Sync\SyncJobProcessor.cs" />
<Compile Include= "Sync\SyncManager.cs" />
<Compile Include= "Sync\SyncRepository.cs" />
<Compile Include= "Sync\SyncConvertScheduledTask.cs" />
<Compile Include= "Sync\TargetDataProvider.cs" />
<Compile Include= "TV\TVSeriesManager.cs" />
<Compile Include= "Udp\UdpMessageReceivedEventArgs.cs" />
<Compile Include= "Udp\UdpServer.cs" />
</ItemGroup>
<ItemGroup >
<ProjectReference Include= "..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj" >
<Project > {C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
<Name > MediaBrowser.Common.Implementations</Name>
</ProjectReference>
<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>
</ItemGroup>
<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" />
<EmbeddedResource Include= "Localization\Ratings\br.txt" />
<EmbeddedResource Include= "Localization\Ratings\dk.txt" />
<EmbeddedResource Include= "Localization\Ratings\de.txt" />
<EmbeddedResource Include= "Localization\Ratings\mx.txt" />
<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" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Localization\countries.json" />
<None Include= "app.config" />
<EmbeddedResource Include= "Localization\Core\core.json" />
<EmbeddedResource Include= "Localization\Core\ar.json" />
<EmbeddedResource Include= "Localization\Core\bg-BG.json" />
<EmbeddedResource Include= "Localization\Core\ca.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.json" />
<EmbeddedResource Include= "Localization\Core\gsw.json" />
<EmbeddedResource Include= "Localization\Core\he.json" />
<EmbeddedResource Include= "Localization\Core\hr.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-TW.json" />
<EmbeddedResource Include= "Localization\Core\zh-HK.json" />
<EmbeddedResource Include= "Localization\Core\hu.json" />
<EmbeddedResource Include= "Localization\Core\id.json" />
<None Include= "packages.config" />
</ItemGroup>
<ItemGroup >
<EmbeddedResource Include= "Localization\Ratings\ca.txt" />
</ItemGroup>
<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>
<EmbeddedResource Include= "Localization\iso6392.txt" />
<EmbeddedResource Include= "Localization\Ratings\be.txt" />
</ItemGroup>
<ItemGroup >
<Folder Include= "HttpServer\NetListener\" />
</ItemGroup>
<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>