﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" IgnorableNamespaces="uap uap3 uap10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="MicrosoftWindows.Speech.en-US.1" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.0.23.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>Speech Pack - English (United States)</DisplayName>
    <PublisherDisplayName>Microsoft Windows</PublisherDisplayName>
    <Description>Speech Pack - English (United States)</Description>
    <Logo>Assets\StoreLogo.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.22621.5101" MaxVersionTested="10.0.22621.5101" />
  </Dependencies>
  <Applications>
    <Application Id="SpeechPack">
      <uap:VisualElements DisplayName="Speech Pack - English (United States)" Description="Speech Pack - English (United States)" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png" BackgroundColor="transparent" AppListEntry="none"></uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.speech.model.1" Id="Speech" DisplayName="Speech Model" PublicFolder="Public">
            <uap3:Properties>
              <LocaleId>en-US</LocaleId>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="10318752-3717-49ec-994c-2383db586c4f" PhonePublisherId="6145b212-a274-4517-8abe-1e015f21ff03" />
</Package>