﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap6="http://schemas.microsoft.com/appx/manifest/uap/windows10/6" IgnorableNamespaces="uap6" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="Microsoft.LanguageExperiencePackde-DE" ProcessorArchitecture="neutral" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="19041.25.71.0" />
  <Properties>
    <DisplayName>Deutsch Local Experience Pack</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\LockScreenLogo.scale-200.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.18823.0" MaxVersionTested="10.0.19041.1100" />
  </Dependencies>
  <Resources>
    <Resource Language="de-DE" />
  </Resources>
  <Applications>
    <Application Id="App">
      <!-- All of these attributes are required; however, none of them are actually used as AppsListEntry="none" which means this won't appear in the start menu (These assests are for the start menu only).-->
      <uap:VisualElements AppListEntry="none" DisplayName="Deutsch Local Experience Pack" Square150x150Logo="Assets\Square150x150Logo.scale-200.png" Square44x44Logo="Assets\Square44x44Logo.scale-200.png" Description=".LanguageResources converted to .appx" BackgroundColor="transparent"></uap:VisualElements>
      <Extensions>
        <uap6:Extension Category="windows.localExperiencePack">
          <uap6:LocalExperiencePack Language="de-DE" />
        </uap6:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <wincap:Capability Name="localExperienceInternal" />
  </Capabilities>
  <mp:PhoneIdentity PhoneProductId="60326c9f-ed1f-4a93-a1c7-0220e4b00e2e" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />
</Package>