<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap rescap uap3 desktop desktop2 desktop3 desktop4 desktop5 desktop6 desktop7 build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop2="http://schemas.microsoft.com/appx/manifest/desktop/windows10/2" xmlns:desktop3="http://schemas.microsoft.com/appx/manifest/desktop/windows10/3" xmlns:desktop4="http://schemas.microsoft.com/appx/manifest/desktop/windows10/4" xmlns:desktop5="http://schemas.microsoft.com/appx/manifest/desktop/windows10/5" xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" xmlns:desktop7="http://schemas.microsoft.com/appx/manifest/desktop/windows10/7" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="MicrosoftCorporationII.QuickAssist" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="2.0.35.0" ProcessorArchitecture="x64"/>
  <Properties>
    <DisplayName>ms-resource://MicrosoftCorporationII.QuickAssist/resources/APP_WINDOW_NAME</DisplayName>
    <PublisherDisplayName>Microsoft Corp.</PublisherDisplayName>
    <Logo>Assets\QuickAssistStoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.1" MaxVersionTested="10.0.19041.1"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00.UWPDesktop" MinVersion="14.0.33728.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
  </Dependencies>
  <Resources>
    <Resource Language="EN-US"/>
    <Resource Language="EN-GB"/>
    <Resource uap:Scale="200"/>
    
  </Resources>
  <Applications>
    <Application Id="App" Executable="Microsoft.RemoteAssistance.QuickAssist\QuickAssist.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="#FFFFFF" Square150x150Logo="Assets\QuickAssistMedTile.png" Square44x44Logo="Assets\QuickAssistAppList.png" Description="ms-resource://MicrosoftCorporationII.QuickAssist/resources/APP_WINDOW_NAME" DisplayName="ms-resource://MicrosoftCorporationII.QuickAssist/resources/APP_WINDOW_NAME">
        <uap:DefaultTile Wide310x150Logo="Assets\QuickAssistWideTile.png" Square310x310Logo="Assets\QuickAssistLargeTile.png" Square71x71Logo="Assets\QuickAssistSmallTile.png" ShortName="ms-resource://MicrosoftCorporationII.QuickAssist/resources/APP_WINDOW_NAME"/>
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.protocol">
          <uap3:Protocol Name="ms-quick-assist" Parameters="%1">
            <uap:DisplayName>ms-quick-assist</uap:DisplayName>
          </uap3:Protocol>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <rescap:Capability Name="runFullTrust"/>
    <rescap:Capability Name="uiAccess"/>
    <uap4:CustomCapability Name="Microsoft.uiAccessStandardUserInstall_8wekyb3d8bbwe"/>
  </Capabilities>
  <build:Metadata>
    <build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.13.40008.26641"/>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1"/>
    <build:Item Name="VisualStudio" Version="17.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.20348.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.13.40008.26641"/>
    <build:Item Name="ProjectGUID" Value="4e141e12-b4bc-4098-a92e-b634ee2c6e6d"/>
    <build:Item Name="makepri.exe" Version="10.0.22621.1 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>