<?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.LanguageExperiencePackzh-CN" ProcessorArchitecture="neutral" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="22621.13.77.0" />
  <Properties>
    <DisplayName>中文(简体)本地体验包</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\LockScreenLogo.scale-200.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22350.0" MaxVersionTested="10.0.22621.1405" />
  </Dependencies>
  <Resources>
    <Resource Language="zh-CN" />
  </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="中文(简体)本地体验包" 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="zh-CN" />
        </uap6:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <wincap:Capability Name="localExperienceInternal" />
    <wincap:Capability Name="localExperienceCumulativeInternal" />
  </Capabilities>
</Package>

