﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap10 desktop desktop6 desktop7 rescap com" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap10="http://schemas.microsoft.com/appx/manifest/uap/windows10/10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" xmlns:desktop7="http://schemas.microsoft.com/appx/manifest/desktop/windows10/7" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest">
  <Identity Name="AppUp.IntelArcSoftware" Publisher="CN=EB51A5DA-0E72-4863-82E4-EA21C1F8DFE3" Version="26.18.2353.0" ProcessorArchitecture="x64" />
  <Properties>
    <DisplayName>Intel® Graphics Software</DisplayName>
    <PublisherDisplayName>INTEL CORP</PublisherDisplayName>
    <Description>Intel® Graphics Software</Description>
    <Logo>Assets\StoreLogo.scale-200.png</Logo>
    <uap10:PackageIntegrity>
      <uap10:Content Enforcement="on" />
    </uap10:PackageIntegrity>
  </Properties>
  <Resources>
    <Resource Language="en-us" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.0" />
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.19041.0" MaxVersionTested="10.0.26100.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>
  <Capabilities>
    <rescap:Capability Name="localSystemServices" />
    <rescap:Capability Name="packagedServices" />
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
  <Applications>
    <Application Id="INTELGRAPHICSSOFTWARE" Executable="VFS\ProgramFilesX64\Intel\Intel Graphics Software\IntelGraphicsSoftware.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements BackgroundColor="transparent" DisplayName="Intel® Graphics Software" Square150x150Logo="Assets\Square150x150Logo.scale-100.png" Square44x44Logo="Assets\AppIcon.scaled-400.png" Description="Intel® Graphics Software">
        <uap:DefaultTile Square71x71Logo="Assets\Square71x71Logo.scale-100.png" Wide310x150Logo="Assets\Wide310x150Logo.scale-100.png" Square310x310Logo="Assets\Square310x310Logo.scale-100.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="wide310x150Logo" />
            <uap:ShowOn Tile="square310x310Logo" />
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\SplashScreen.scale-100.png" />
        <uap:LockScreen BadgeLogo="Assets\BadgeLogo.scale-100.png" Notification="badgeAndTileText" />
      </uap:VisualElements>
      <Extensions>
        <desktop7:Extension Category="windows.shortcut">
          <desktop7:Shortcut File="[{Common Programs}]\Intel\Intel Graphics Software\Intel® Graphics Software.lnk" Icon="[{Package}]\VFS\ProgramFilesX64\Intel\Intel Graphics Software\IntelGraphicsSoftware.exe" />
        </desktop7:Extension>
        <desktop:Extension Category="windows.toastNotificationActivation">
          <desktop:ToastNotificationActivation ToastActivatorCLSID="328a76af-be01-4d59-8720-889ec9e529b2" />
        </desktop:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="IntelGraphicsSoftware.exe" DisplayName="Intel® Graphics Software" Arguments="----AppNotificationActivated:">
              <com:Class Id="328a76af-be01-4d59-8720-889ec9e529b2" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <desktop6:Extension Category="windows.service" Executable="VFS\ProgramFilesX64\Intel\Intel Graphics Software\IntelGraphicsSoftware.Service.exe" EntryPoint="Windows.FullTrustApplication">
          <desktop6:Service Name="IntelGraphicsSoftwareService" StartupType="auto" StartAccount="localSystem" />
        </desktop6:Extension>
      </Extensions>
    </Application>
  </Applications>
  <mp:PhoneIdentity PhoneProductId="1563eebc-12ae-4487-a587-268de088a0cc" PhonePublisherId="23e458a8-e154-446a-b6d3-4cb83ca99f8d" />
</Package>