<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<Package IgnorableNamespaces="uap uap2 uap3 uap5 uap8 mp wincap rescap desktop com desktop6 custom build" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:uap="http://schemas.microsoft.com/appx/manifest/uap/windows10" xmlns:uap2="http://schemas.microsoft.com/appx/manifest/uap/windows10/2" xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3" xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5" xmlns:uap8="http://schemas.microsoft.com/appx/manifest/uap/windows10/8" xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:desktop6="http://schemas.microsoft.com/appx/manifest/desktop/windows10/6" xmlns:custom="urn:uuid:489fc062-afa9-4d91-9e8d-d512d48dc494" xmlns:build="http://schemas.microsoft.com/developer/appx/2015/build">
  
  <Identity Name="Microsoft.DesktopAppInstaller" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="1.28.220.0" ProcessorArchitecture="x64"/>
  <mp:PhoneIdentity PhoneProductId="199c15cd-11cc-42bc-99de-619509297b5e" PhonePublisherId="95d94207-0c7c-47ed-82db-d75c81153c35"/>
  <Properties>
    <DisplayName>ms-resource:appDisplayName</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Logo>Assets\AppPackageStoreLogo.png</Logo>
    <desktop6:FileSystemWriteVirtualization>disabled</desktop6:FileSystemWriteVirtualization>
    <desktop6:RegistryWriteVirtualization>disabled</desktop6:RegistryWriteVirtualization>
  </Properties>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.26100.0"/>
    <PackageDependency Name="Microsoft.WindowsAppRuntime.1.8" MinVersion="8000.616.304.0" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"/>
    <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="AppInstaller.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="ms-resource:appDisplayName" Square150x150Logo="Assets\AppPackageMedTile.png" Square44x44Logo="Assets\AppPackageAppList.png" Description="ms-resource:appDescription" BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile Square310x310Logo="Assets\AppPackageLargeTile.png" Wide310x150Logo="Assets\AppPackageWideTile.png" Square71x71Logo="Assets\AppPackageSmallTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\AppPackageSplashScreen.png" BackgroundColor="#FFFFFF"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.fileTypeAssociation">
          <uap:FileTypeAssociation Name="packageextension">
            <uap:Logo>Assets\FileIcons\FileLogoExtensions.png</uap:Logo>
            <uap:InfoTip>Windows Application Package</uap:InfoTip>
            <uap:SupportedFileTypes>
              <uap:FileType>.msix</uap:FileType>
              <uap:FileType>.msixbundle</uap:FileType>
              <uap:FileType>.appx</uap:FileType>
              <uap:FileType>.appxbundle</uap:FileType>
              <uap:FileType>.appinstaller</uap:FileType>
            </uap:SupportedFileTypes>
            <uap2:SupportedVerbs>
              <uap3:Verb Id="Install">ms-resource:installButton</uap3:Verb>
            </uap2:SupportedVerbs>
          </uap:FileTypeAssociation>
        </uap:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="AuthenticationManager.exe" DisplayName="AuthenticationManager" LaunchAndActivationPermission="O:SYG:SYD:(A;;11;;;IU)(A;;11;;;SY)(A;;11;;;BA)(A;;11;;;AC)S:P(ML;;NX;;;S-1-16-8192)">
              <com:Class Id="7B21B8BB-EE70-40DC-836C-687B6A30B642" DisplayName="AppInstaller Data Source"/>
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
      </Extensions>
    </Application>
    <Application Id="ProtocolShim" Executable="AppInstallerProtocolShim.exe" EntryPoint="AppInstallerProtocolShim.App">
      <uap:VisualElements DisplayName="ms-resource:appDisplayName" Square150x150Logo="Assets\AppPackageMedTile.png" Square44x44Logo="Assets\AppPackageAppList.png" Description="ms-resource:appDescription" BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile Square310x310Logo="Assets\AppPackageLargeTile.png" Wide310x150Logo="Assets\AppPackageWideTile.png" Square71x71Logo="Assets\AppPackageSmallTile.png">
          <uap:ShowNameOnTiles>
            <uap:ShowOn Tile="square150x150Logo"/>
            <uap:ShowOn Tile="wide310x150Logo"/>
            <uap:ShowOn Tile="square310x310Logo"/>
          </uap:ShowNameOnTiles>
        </uap:DefaultTile>
        <uap:SplashScreen Image="Assets\AppPackageSplashScreen.png" BackgroundColor="#FFFFFF"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-appinstaller">
            <uap:Logo>Assets\FileIcons\FileLogoExtensions.png</uap:Logo>
            <uap:DisplayName>Windows Application Package</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
        <uap:Extension Category="windows.appService">
          <uap:AppService Name="AppInstaller.ProtocolShim"/>
        </uap:Extension>
        <desktop:Extension Category="windows.fullTrustProcess" Executable="AppInstaller.exe">
          <desktop:FullTrustProcess>
            <desktop:ParameterGroup GroupId="ProtocolActivation" Parameters="ProtocolActivation"/>
          </desktop:FullTrustProcess>
        </desktop:Extension>
      </Extensions>
    </Application>
    <Application Id="PythonRedirector" Executable="AppInstallerPythonRedirector.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="ms-resource:appDisplayName" Square150x150Logo="Assets\AppPackageMedTile.png" Square44x44Logo="Assets\AppPackageAppList.png" Description="ms-resource:appDescription" BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile/>
      </uap:VisualElements>
      <Extensions>
        <uap5:Extension Category="windows.appExecutionAlias">
          <uap5:AppExecutionAlias>
            <uap8:ExecutionAlias Alias="python.exe" uap8:AllowOverride="true"/>
            <uap8:ExecutionAlias Alias="python3.exe" uap8:AllowOverride="true"/>
          </uap5:AppExecutionAlias>
        </uap5:Extension>
      </Extensions>
    </Application>
    <Application Id="winget" Executable="winget.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="ms-resource:wingetAppDisplayName" Square150x150Logo="Assets\WinGet\MedTile.png" Square44x44Logo="Assets\WinGet\AppList.png" Description="ms-resource:wingetAppDisplayName" BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile/>
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtensionHost">
          <uap3:AppExtensionHost>
            <uap3:Name>com.microsoft.winget.source</uap3:Name>
          </uap3:AppExtensionHost>
        </uap3:Extension>
        <uap3:Extension Category="windows.appExecutionAlias">
          <uap3:AppExecutionAlias>
            <desktop:ExecutionAlias Alias="winget.exe"/>
          </uap3:AppExecutionAlias>
        </uap3:Extension>
        <uap3:Extension Category="windows.fileTypeAssociation">
          <uap3:FileTypeAssociation Name="configuration" Parameters="configure &quot;%1&quot; --wait">
            <uap:SupportedFileTypes>
              <uap:FileType>.winget</uap:FileType>
            </uap:SupportedFileTypes>
            <uap:DisplayName>ms-resource:wingetFileTypeDisplayName</uap:DisplayName>
          </uap3:FileTypeAssociation>
        </uap3:Extension>
      </Extensions>
    </Application>
    <Application Id="WinGetComServer" Executable="WindowsPackageManagerServer.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="WinGet COM Server" Square150x150Logo="Assets\WinGet\MedTile.png" Square44x44Logo="Assets\WinGet\AppList.png" Description="The WinGet COM server." BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile/>
      </uap:VisualElements>
      <Extensions>
        <uap5:Extension Category="windows.appExecutionAlias">
          <uap5:AppExecutionAlias>
            <uap5:ExecutionAlias Alias="WindowsPackageManagerServer.exe"/>
          </uap5:AppExecutionAlias>
        </uap5:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="WindowsPackageManagerServer.exe" DisplayName="Windows Package Manager Server" LaunchAndActivationPermission="O:SYG:SYD:(A;;11;;;IU)(A;;11;;;SY)(A;;11;;;BA)(A;;11;;;AC)S:P(ML;;NX;;;S-1-16-8192)">
              <com:Class Id="C53A4F16-787E-42A4-B304-29EFFB4BF597" DisplayName="PackageManager Server"/>
              <com:Class Id="572DED96-9C60-4526-8F92-EE7D91D38C1A" DisplayName="FindPackagesOptions Server"/>
              <com:Class Id="526534B8-7E46-47C8-8416-B1685C327D37" DisplayName="CreateCompositePackageCatalogOptions Server"/>
              <com:Class Id="1095F097-EB96-453B-B4E6-1613637F3B14" DisplayName="InstallOptions Server"/>
              <com:Class Id="E1D9A11E-9F85-4D87-9C17-2B93143ADB8D" DisplayName="UninstallOptions Server"/>
              <com:Class Id="D02C9DAF-99DC-429C-B503-4E504E4AB000" DisplayName="PackageMatchFilter Server"/>
              <com:Class Id="4CBABE76-7322-4BE4-9CEA-2589A80682DC" DisplayName="DownloadOptions Server"/>
              <com:Class Id="BA580786-BDE3-4F6C-B8F3-44698AC8711A" DisplayName="AuthenticationArguments Server"/>
              <com:Class Id="0498F441-3097-455F-9CAF-148F28293865" DisplayName="RepairOptions Server"/>
              <com:Class Id="DB9D012D-00D7-47EE-8FB1-606E10AC4F51" DisplayName="AddPackageCatalogOptions Server"/>
              <com:Class Id="032B1C58-B975-469B-A013-E632B6ECE8D8" DisplayName="RemovePackageCatalogOptions Server"/>
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="WindowsPackageManagerServer.exe" DisplayName="Windows Package Manager Configuration Server">
              <com:Class Id="73D763B7-2937-432F-A97A-D98A4A596126" DisplayName="Configuration Statics Server"/>
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
      </Extensions>
    </Application>
    <Application Id="WinGetMCPServer" Executable="DotNet\WinGetMCPServer.exe" EntryPoint="Windows.FullTrustApplication" custom:RemoveFromStub="true">
      <uap:VisualElements DisplayName="WinGet MCP Server" Square150x150Logo="Assets\WinGet\MedTile.png" Square44x44Logo="Assets\WinGet\AppList.png" Description="The WinGet MCP server." BackgroundColor="#0078d7" AppListEntry="none">
        <uap:DefaultTile/>
      </uap:VisualElements>
      <Extensions>
        <uap5:Extension Category="windows.appExecutionAlias">
          <uap5:AppExecutionAlias>
            <uap5:ExecutionAlias Alias="WindowsPackageManagerMCPServer.exe"/>
          </uap5:AppExecutionAlias>
        </uap5:Extension>
      </Extensions>
    </Application>
  </Applications>
  <Extensions>
    <Extension Category="windows.activatableClass.proxyStub">
      <ProxyStub ClassId="00000355-0000-0000-C000-000000000046">
        <Path>Microsoft.Management.Configuration.winmd</Path>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationUnit&gt;" InterfaceId="0BB82BF3-EC6D-55DB-B399-08813A4EB204"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationSet&gt;" InterfaceId="6D54B059-3766-5DC9-81E3-83587EB3A58E"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationConflict&gt;" InterfaceId="41A1F29F-518B-5776-BCF2-E42FC9DDE32A"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationParameter&gt;" InterfaceId="4257159F-6172-5202-A45D-4C4303A6C2C2"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.IConfigurationUnitSettingDetails&gt;" InterfaceId="FC91924A-215F-50A7-9AEE-254B4D7A50CB"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationConflictSetting&gt;" InterfaceId="EB1E5A3C-A444-5394-B7B3-F1593937E31E"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.GetConfigurationUnitDetailsResult&gt;" InterfaceId="3A034399-0F2B-51C2-A9C5-4BC6E9940068"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ApplyConfigurationUnitResult&gt;" InterfaceId="0E2334B9-8431-5A9D-B3AA-62D4FB5B5749"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.TestConfigurationUnitResult&gt;" InterfaceId="73848262-86D4-5FFC-8353-8408C4E649DE"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.IApplyGroupMemberSettingsResult&gt;" InterfaceId="5086070C-F468-5B00-8352-50FB420BA8B0"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ITestSettingsResult&gt;" InterfaceId="2D28E6AA-7036-5D78-9B58-9456F1E332FE"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.ConfigurationEnvironment&gt;" InterfaceId="47B18106-976B-5532-8E81-F58D304DFA43"/>
        <Interface Name="Windows.Foundation.Collections.IIterable`1&lt;Microsoft.Management.Configuration.IConfigurationUnitProcessorDetails&gt;" InterfaceId="055865E9-B633-5AD6-9C8F-55DFCD668E74"/>
        <Interface Name="Microsoft.Management.Configuration.IConfigurationUnitProcessorDetails2" InterfaceId="E89623ED-76E2-5145-B920-D09659554E35"/>
        <Interface Name="Microsoft.Management.Configuration.IConfigurationUnitProcessorDetails3" InterfaceId="81511CCA-632B-560A-AFE8-D55555EB9937"/>
        <Interface Name="Microsoft.Management.Configuration.IGetAllSettingsConfigurationUnitProcessor" InterfaceId="72EB8304-D8D3-57D4-9940-7C1C4AD8C40C"/>
        <Interface Name="Microsoft.Management.Configuration.IGetAllUnitsConfigurationUnitProcessor" InterfaceId="D5CB3357-8AD6-5A3C-8695-057C01867D5F"/>
        <Interface Name="Microsoft.Management.Configuration.IFindUnitProcessorsSetProcessor" InterfaceId="620628DF-A5DE-591A-B738-FD8370B4E95C"/>
        <Interface Name="Microsoft.Management.Configuration.IConfigurationStatics2" InterfaceId="540BE073-F2EF-5375-83AA-8E23086B0669"/>
        <Interface Name="Microsoft.Management.Configuration.IConfigurationStatics3" InterfaceId="C84E137B-90E5-5F63-931D-F0497BBCA847"/>
        <Interface Name="Microsoft.Management.Configuration.SetProcessorFactory.IPwshConfigurationSetProcessorFactoryProperties" InterfaceId="2C298A30-BD3B-5D00-BCD1-2EB633AB7E3B"/>
      </ProxyStub>
    </Extension>
    
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>WindowsPackageManager.dll</Path>
        <ActivatableClass ActivatableClassId="Placeholder.Activatable.Class.Do.Not.Use" ThreadingModel="STA"/>
      </InProcessServer>
    </Extension>
    <Extension Category="windows.activatableClass.inProcessServer">
      <InProcessServer>
        <Path>Microsoft.Web.WebView2.Core.dll</Path>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2CustomSchemeRegistration" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2Environment" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2ControllerWindowReference" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2Controller" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2CompositionController" ThreadingModel="both"/>
        <ActivatableClass ActivatableClassId="Microsoft.Web.WebView2.Core.CoreWebView2EnvironmentOptions" ThreadingModel="both"/>
      </InProcessServer>
    </Extension>
  </Extensions>
  <Capabilities>
    <Capability Name="internetClient"/>
    <Capability Name="privateNetworkClientServer"/>
    <uap:Capability Name="documentsLibrary"/>
    <wincap:Capability Name="storeAppInstall"/>
    <rescap:Capability Name="packageManagement"/>
    <rescap:Capability Name="packageQuery"/>
    <rescap:Capability Name="appLicensing"/>
    <rescap:Capability Name="broadFileSystemAccess"/>
    <rescap:Capability Name="runFullTrust"/>
    <rescap:Capability Name="allowElevation"/>
    <rescap:Capability Name="confirmAppClose"/>
    <rescap:Capability Name="unvirtualizedResources"/>
  </Capabilities>
  <build:Metadata>
    <build:Item Name="cl.exe" Version="19.44.35223.0"/>
    <build:Item Name="OptimizingToolset" Value="None"/>
    <build:Item Name="TargetRuntime" Value="Native"/>
    <build:Item Name="Microsoft.UI.Xaml.Markup.Compiler.dll" Version="3.0.0.2509"/>
    <build:Item Name="makepri.exe" Version="10.0.26100.4948 (WinBuild.160101.0800)"/>
  </build:Metadata>
</Package>