<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp uap3 rescap desktop com uap10 uap4 uap13 build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap4="http://schemas.microsoft.com/appx/manifest/uap/windows10/4" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:com2="http://schemas.microsoft.com/appx/manifest/com/windows10/2" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:uap13="http://schemas.microsoft.com/appx/manifest/uap/windows10/13" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.YourPhone" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="0.26061.128.0" ProcessorArchitecture="x64"/>
  <mp:PhoneIdentity PhoneProductId="d0932c73-e730-4680-bc44-a5908fecbf8b" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
  <Properties>
    <DisplayName>ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\AppTiles\StoreLogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.22621.0"/>
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.33519.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <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="PhoneExperienceHost.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName" Square150x150Logo="Assets\AppTiles\MediumTile.png" Square44x44Logo="Assets\AppTiles\AppIcon.png" Description="ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName" BackgroundColor="#0078D7">
        <uap:DefaultTile ShortName="ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName" Wide310x150Logo="Assets\AppTiles\WideTile.png" Square310x310Logo="Assets\AppTiles\LargeTile.png" Square71x71Logo="Assets\AppTiles\SmallTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\AppTiles\SplashScreen.png" BackgroundColor="white"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-phone">
            <uap:Logo>Assets\AppTiles\AppIcon.png</uap:Logo>
            <uap:DisplayName>ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="tel">
            <uap:Logo>Assets\AppTiles\AppIcon.png</uap:Logo>
            <uap:DisplayName>ms-resource://Microsoft.YourPhone/YourPhone/Resources/AppName</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.shareTarget">
          <uap:ShareTarget>
            <uap:SupportedFileTypes>
              <uap:SupportsAnyFileType/>
            </uap:SupportedFileTypes>
            <uap:DataFormat>WebLink</uap:DataFormat>
          </uap:ShareTarget>
        </uap:Extension>
        <Extension Category="windows.updateTask" EntryPoint="SharedUtilities.Stub.BackgroundTasks.RegisterBackgroundTasks" uap10:TrustLevel="mediumIL"/>
        <Extension Category="windows.preInstalledConfigTask" EntryPoint="SharedUtilities.Stub.BackgroundTasks.RegisterBackgroundTasks" uap10:TrustLevel="mediumIL"/>
        <Extension Category="windows.backgroundTasks" EntryPoint="SharedUtilities.Stub.BackgroundTasks.HydrateBackgroundTask" uap10:TrustLevel="mediumIL">
          <BackgroundTasks>
            <Task Type="systemEvent"/>
            <Task Type="timer"/>
          </BackgroundTasks>
        </Extension>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="com.microsoft.startmenucompanion" Id="Microsoft.Windows.PhoneLink.Companion" DisplayName="Phone Link Stub" Description="Phone Link Stub Start Menu Companion" PublicFolder="Public">
            <uap3:Properties>
              <AdaptiveCardAppDataLocalRelativePath>StartMenu\StartMenuCompanion.json</AdaptiveCardAppDataLocalRelativePath>
              <PlacementPreference>Right</PlacementPreference>
              <RefreshCardLaunchUri>ms-phone:startup?ref=StartMenu</RefreshCardLaunchUri>
              <Icon>ms-appx:///Assets/StartMenu/SettingsPhoneIcon.png</Icon>
              <CompanionSettingName>ms-resource:///YourPhone/Resources/StartMenuCompanionSettingName</CompanionSettingName>
              <CompanionSettingExtendedName>ms-resource:///YourPhone/Resources/StartMenuCompanionSettingDescription</CompanionSettingExtendedName>
              <DetailedSettingsSettingName>ms-resource:///YourPhone/Resources/StartMenuCompanionDetailedSettingName</DetailedSettingsSettingName>
              <DetailedSettingsLaunchName>ms-resource:///YourPhone/Resources/StartMenuCompanionDetailedSettingButtonText</DetailedSettingsLaunchName>
              <DetailedSettingsLaunchUri>ms-phone:settings?target=StartMenu&amp;ref=StartMenuSettings</DetailedSettingsLaunchUri>
              <DefaultState>Unavailable</DefaultState>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    
    <rescap:Capability Name="runFullTrust"/>
    <uap4:CustomCapability Name="Microsoft.coreAppActivation_8wekyb3d8bbwe"/>
  </Capabilities>
  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>SharedUtilities.Stub.BackgroundTasks.dll</Path>
        <ActivatableClass ActivatableClassId="SharedUtilities.Stub.BackgroundTasks.Utilities.CdmConnection" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="SharedUtilities.Stub.BackgroundTasks.Utilities.PhoneBrokerUtils" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="SharedUtilities.Stub.BackgroundTasks.RegisterBackgroundTasks" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="SharedUtilities.Stub.BackgroundTasks.HydrateBackgroundTask" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>YourPhoneStub.dll</Path>
        <ActivatableClass ActivatableClassId="YourPhone.XamlMetaDataProvider" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="YourPhone.InstallControl" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Apps.Stubs.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.ActivationHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.UpgradeHelper" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.XamlMetaDataProvider" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.VerticalOverflowDetector" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Apps.Stubs.InstallControl" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="Microsoft.Build.DesktopBridge.Tasks.dll" Version="17.14.40140.49182"/>
    <build:Item Name="TargetFrameworkMoniker" Value=".NETFramework,Version=v4.5.1"/>
    <build:Item Name="VisualStudio" Version="17.0"/>
    <build:Item Name="OperatingSystem" Version="10.0.26100.1 (WinBuild.160101.0800)"/>
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="17.14.40598.3191"/>
    <build:Item Name="ProjectGUID" Value="{D35018AF-8A42-4A55-B453-54BFFCDD3333}"/>
    <build:Item Name="makepri.exe" Version="10.0.26100.4654 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>