﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap mp rescap 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: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:build="http://schemas.microsoft.com/developer/appx/2015/build">
  <Identity Name="Microsoft.MicrosoftOfficeHub" Version="18.2008.12711.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x86" />
  <Properties>
    <DisplayName>Office</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>images\storelogo.png</Logo>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.15063.0" MaxVersionTested="10.0.17134.0" />
    <PackageDependency Name="Microsoft.VCLibs.140.00" MinVersion="14.0.27810.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" />
  </Dependencies>
  <Resources>
    <Resource Language="EN-US" />
    <Resource Language="EN-CA" />
    <Resource Language="EN-GB" />
    <Resource uap:Scale="200" />
  </Resources>
  <Applications>
    <Application Id="Microsoft.MicrosoftOfficeHub" StartPage="https://www.office.com/pwa">
      <uap:ApplicationContentUriRules>
        <uap:Rule Match="https://www.office.com" Type="include" WindowsRuntimeAccess="all" />
      </uap:ApplicationContentUriRules>
      <uap:VisualElements DisplayName="Office" Description="Office" BackgroundColor="#404040" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
        <uap:DefaultTile ShortName="Office" Square71x71Logo="images\Square71x71Logo.png" Wide310x150Logo="images\Wide310x150Logo.png" Square310x310Logo="images\Square310x310Logo.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo" />
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="images\splashscreen.png" BackgroundColor="#FFFFFF" uap5:Optional="true" />
      </uap:VisualElements>
      <Extensions>
        <desktop:Extension Category="windows.fullTrustProcess" Executable="LocalBridge.exe">
          <desktop:FullTrustProcess>
            <desktop:ParameterGroup GroupId="prelaunch" Parameters="prelaunch" />
            <desktop:ParameterGroup GroupId="notifications" Parameters="notifications" />
            <desktop:ParameterGroup GroupId="notificationAction" Parameters="notificationAction" />
          </desktop:FullTrustProcess>
        </desktop:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-getoffice" />
        </uap:Extension>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-officeapp" />
        </uap:Extension>
        <Extension Category="windows.preInstalledConfigTask" EntryPoint="MyOffice.BackgroundTasks.PreinstallTask" />
        <Extension Category="windows.updateTask" EntryPoint="MyOffice.BackgroundTasks.UpdateTask" />
        <Extension Category="windows.backgroundTasks" EntryPoint="MyOffice.ManagedBackgroundTasks.NotificationsTask">
          <BackgroundTasks>
            <Task Type="systemEvent" />
            <Task Type="timer" />
          </BackgroundTasks>
        </Extension>
        <Extension Category="windows.backgroundTasks" EntryPoint="MyOffice.ManagedBackgroundTasks.NotificationActionTask">
          <BackgroundTasks>
            <Task Type="systemEvent" />
          </BackgroundTasks>
        </Extension>
        <uap:Extension Category="windows.appService" Executable="backgroundTaskHost.exe" EntryPoint="MyOffice.ManagedBackgroundTasks.AppServiceTask">
          <uap:AppService Name="com.microsoft.myoffice.client.bridge" />
        </uap:Extension>
        <uap:Extension Category="windows.appService" Executable="backgroundTaskHost.exe" EntryPoint="MyOffice.ManagedBackgroundTasks.AppServiceTask">
          <uap:AppService Name="com.microsoft.myoffice.elevated.bridge" />
        </uap:Extension>
      </Extensions>
    </Application>
    <Application Id="LocalBridge" Executable="LocalBridge.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements AppListEntry="none" BackgroundColor="transparent" Description="Bridge support for Office app" DisplayName="LocalBridge" Square150x150Logo="images\Square150x150Logo.png" Square44x44Logo="images\Square44x44Logo.png">
        <uap:DefaultTile />
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.protocol" EntryPoint="Windows.FullTrustApplication" Executable="LocalBridge.exe">
          <uap3:Protocol Name="ms-officecmd" ReturnResults="none" />
        </uap3:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Capabilities>
    <Capability Name="internetClient" />
    <rescap:Capability Name="runFullTrust" />
    <rescap:Capability Name="enterpriseCloudSSO" />
    <rescap:Capability Name="packageQuery" />
    <rescap:Capability Name="broadFileSystemAccess" />
  </Capabilities>
  <Extensions>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>MyOffice.BackgroundTasks.dll</Path>
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.PreinstallTask" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.BackgroundTasks.UpdateTask" ThreadingModel="both" />
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>MyOffice.RuntimeComponents.dll</Path>
        <ActivatableClass ActivatableClassId="MyOffice.RuntimeComponents.ClientSystem" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.RuntimeComponents.AppHelper" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.RuntimeComponents.TraceLog" ThreadingModel="both" />
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>CLRHost.dll</Path>
        <ActivatableClass ActivatableClassId="MyOffice.ManagedBackgroundTasks.NotificationActionTask" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.ManagedBackgroundTasks.AppService" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.ManagedBackgroundTasks.NotificationsTask" ThreadingModel="both" />
        <ActivatableClass ActivatableClassId="MyOffice.ManagedBackgroundTasks.AppServiceTask" ThreadingModel="both" />
      </InProcessServer>
    </Extension>
  </Extensions>
  <build:Metadata>
    <build:Item Name="cl.exe" Version="19.16.27043.0 built by: vcwrkspc" />
    <build:Item Name="VisualStudio" Version="15.0" />
    <build:Item Name="OperatingSystem" Version="10.0.14393.0 (rs1_release.160715-1616)" />
    <build:Item Name="Microsoft.Build.AppxPackage.dll" Version="15.0.28307.1089" />
    <build:Item Name="ProjectGUID" Value="{b32f44ef-cbcf-4366-9278-51644989c46f}" />
    <build:Item Name="Microsoft.Windows.UI.Xaml.Build.Tasks.dll" Version="15.0.28307.1082" />
    <build:Item Name="WindowsDesktop" Version="10.0.16299.0" />
    <build:Item Name="MakePri.exe" Version="10.0.17134.12 (WinBuild.160101.0800)" />
  </build:Metadata>
  <mp:PhoneIdentity PhoneProductId="fca4e40c-fd2a-4898-a472-8ec78e56280a" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35" />
</Package>