﻿<?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:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap15="http://schemas.microsoft.com/appx/manifest/uap/windows10/15" IgnorableNamespaces="uap uap3 uap5 com rescap uap15" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="Microsoft.Ink.Handwriting.Main.en-US.1.0.1" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x64" Version="0.1248.2215.0" />
  <Properties>
    <DisplayName>Ink.Handwriting.Main.en-US.1.0</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Description>Microsoft Ink Handwriting Main Package 1.0 en-US (0.1248.2215.0 x64 )</Description>
    <Logo>HandwritingLogo.png</Logo>
    <uap15:DependencyTarget>true</uap15:DependencyTarget>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.22621.0" />
    <PackageDependency Name="Microsoft.Ink.Handwriting.en-US.1.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" MinVersion="0.1248.2215.0" />
  </Dependencies>
  <Applications>
    <Application Id="App" Executable="StoreStub.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Ink.Handwriting.Main.Store.en-US.1.0" Square150x150Logo="HandwritingLogo.png" Square44x44Logo="HandwritingLogo.png" Description="Ink Handwriting Main Stub for en-US" BackgroundColor="transparent" AppListEntry="none">
        <uap:DefaultTile Wide310x150Logo="HandwritingLogo.png" />
        <uap:SplashScreen Image="HandwritingLogo.png" uap5:Optional="true" />
      </uap:VisualElements>
    </Application>
  </Applications>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <Extensions />
  <mp:PhoneIdentity PhoneProductId="05244bd9-18e2-48a4-89aa-b08d54b062da" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />
</Package>