﻿<?xml version="1.0" encoding="utf-8"?>
<Package xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" 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:com="http://schemas.microsoft.com/appx/manifest/com/windows10" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" IgnorableNamespaces="uap uap3 uap5 com rescap">
  <Identity Name="Microsoft.WinAppRuntime.DDLM.6000.318.2304.0-x8" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" ProcessorArchitecture="x86" Version="6000.318.2304.0" />
  <Properties>
    <DisplayName>Windows App Runtime DDLM 6000.318.2304.0-x8</DisplayName>
    <PublisherDisplayName>Microsoft Corporation</PublisherDisplayName>
    <Description>Microsoft Windows App Runtime DDLM 1.6 (6000.318.2304.0 x86 )</Description>
    <Logo>WindowsAppRuntime.png</Logo>
  </Properties>
  <Resources>
    <Resource Language="en-US" />
  </Resources>
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
    <TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
    <PackageDependency Name="Microsoft.WindowsAppRuntime.1.6" Publisher="CN=Microsoft Corporation, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" MinVersion="6000.318.2304.0" />
  </Dependencies>
  <Applications>
    <Application Id="DDLMCOMServer" Executable="DynamicDependencyLifetimeManager.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Microsoft Windows App Runtime DynamicDependency LifetimeManager" Square150x150Logo="WindowsAppRuntime.png" Square44x44Logo="WindowsAppRuntime.png" Description="Microsoft Windows App Runtime DynamicDependency LifetimeManager" BackgroundColor="transparent" AppListEntry="none">
        <uap:DefaultTile Wide310x150Logo="WindowsAppRuntime.png" />
        <uap:SplashScreen Image="WindowsAppRuntime.png" uap5:Optional="true" />
      </uap:VisualElements>
      <Extensions>
        <uap3:Extension Category="windows.appExtension">
          <uap3:AppExtension Name="microsoft.winappruntime.ddlm-1.6-x8" Id="ddlm-6000.318.2304.0-x86" PublicFolder="public\ddlm" DisplayName="Windows App Runtime DynamicDependency LifetimeManager Extension 1.6 (6000.318.2304.0 x86 )">
            <uap3:Properties>
              <CLSID>db45c3a7-d90e-44bb-b94b-79ac6d58edf4</CLSID>
            </uap3:Properties>
          </uap3:AppExtension>
        </uap3:Extension>
        <com:Extension Category="windows.comServer">
          <com:ComServer>
            <com:ExeServer Executable="DynamicDependencyLifetimeManager.exe" DisplayName="Windows App Runtime DynamicDependency LifetimeManager">
              <com:Class Id="db45c3a7-d90e-44bb-b94b-79ac6d58edf4" DisplayName="Windows App Runtime DynamicDependency LifetimeManager" />
            </com:ExeServer>
          </com:ComServer>
        </com:Extension>
        <com:Extension Category="windows.comInterface">
          <com:ComInterface>
            <com:ProxyStub Id="06F1BAD0-DD14-11d0-AB8F-0000C0148FDB" DisplayName="DynamicDependencyLifetimeManager ProxyStub" Path="DynamicDependencyLifetimeManager.ProxyStub.dll" />
            <com:Interface Id="06F1BAD0-DD14-11d0-AB8F-0000C0148FDB" ProxyStubClsid="06F1BAD0-DD14-11d0-AB8F-0000C0148FDB" />
            <!-- IID_IDynamicDependencyLifetimeManager -->
          </com:ComInterface>
        </com:Extension>
      </Extensions>
    </Application>
    <Application Id="DDLM" Executable="DynamicDependencyLifetimeManagerShadow.exe" EntryPoint="Windows.FullTrustApplication">
      <uap:VisualElements DisplayName="Microsoft Windows App Runtime DynamicDependency LifetimeManager" Square150x150Logo="WindowsAppRuntime.png" Square44x44Logo="WindowsAppRuntime.png" Description="Microsoft Windows App Runtime DynamicDependency LifetimeManager" BackgroundColor="transparent" AppListEntry="none">
        <uap:DefaultTile Wide310x150Logo="WindowsAppRuntime.png" />
        <uap:SplashScreen Image="WindowsAppRuntime.png" uap5:Optional="true" />
      </uap:VisualElements>
    </Application>
  </Applications>
  <Capabilities>
    <rescap:Capability Name="runFullTrust" />
  </Capabilities>
</Package>