File AppxManifest.xml of Package wsl-appx

<?xml version="1.0" encoding="utf-8"?>
<Package IgnorableNamespaces="uap uap2 uap3 rescap desktop" xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10" xmlns:desktop="http://schemas.microsoft.com/appx/manifest/desktop/windows10" xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest" xmlns:rescap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities" 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">
    <Identity Name="46932SUSE.@IDENTITYAPPID@" ProcessorArchitecture="@ARCH@" Publisher="@PUBLISHER@" Version="@VERSION@"/>
    <Properties>
        <DisplayName>@PRETTY_NAME@</DisplayName>
        <PublisherDisplayName>@PUBLISHER_DISPLAY_NAME@</PublisherDisplayName>
        <Logo>Assets\StoreLogo.png</Logo>
    </Properties>
    <Resources>
        <Resource Language="en-us"/>
    </Resources>
    <Dependencies>
        <TargetDeviceFamily MaxVersionTested="10.0.16288.1" MinVersion="10.0.16215.0" Name="Windows.Desktop"/>
    </Dependencies>
    <Capabilities>
        <rescap:Capability Name="runFullTrust"/>
    </Capabilities>
    <Applications>
        <Application EntryPoint="Windows.FullTrustApplication" Executable="@LAUNCHERNAME@" Id="@APPID@">
            <uap:VisualElements BackgroundColor="#73ba25" Description="@PRETTY_NAME@" DisplayName="@PRETTY_NAME@" Square150x150Logo="Assets\Square150x150Logo.png" Square44x44Logo="Assets\Square44x44Logo.png">
                <uap:DefaultTile ShortName="@SHORT_NAME@" Square310x310Logo="Assets\LargeTile.png" Square71x71Logo="Assets\SmallTile.png" Wide310x150Logo="Assets\Wide310x150Logo.png">
                    <uap:ShowNameOnTiles>
                        <uap:ShowOn Tile="wide310x150Logo"/>
                        <uap:ShowOn Tile="square310x310Logo"/>
                    </uap:ShowNameOnTiles>
                </uap:DefaultTile>
            </uap:VisualElements>
            <Extensions>
                <uap3:Extension Category="windows.appExecutionAlias" EntryPoint="Windows.FullTrustApplication" Executable="@LAUNCHERNAME@">
                    <uap3:AppExecutionAlias>
                        <desktop:ExecutionAlias Alias="@LAUNCHERNAME@"/>
                    </uap3:AppExecutionAlias>
                </uap3:Extension>
            </Extensions>
        </Application>
    </Applications>
    <mp:PhoneIdentity PhoneProductId="0e1c4fe6-69f2-4cd9-9dce-8a964fe193c3" PhonePublisherId="81795974-7f01-4069-8b81-c6350b96d357"/>
</Package>
openSUSE Build Service is sponsored by