????

Your IP : 3.137.161.250


Current Path : C:/Windows/ImmersiveControlPanel/
Upload File :
Current File : C:/Windows/ImmersiveControlPanel/appxmanifest.xml

<?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:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
    xmlns:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities"
    xmlns:wincap3="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities/3"
    xmlns:uap3="http://schemas.microsoft.com/appx/manifest/uap/windows10/3"
    IgnorableNamespaces="uap mp uap3 wincap wincap3">

    <!-- To update Version, see the comment for build.PackageMoniker in MoAppAppx\ManifestAppx.props -->
    <Identity
        Name="windows.immersivecontrolpanel"
        Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US"
        Version="10.0.4.1000"
        ResourceId="neutral" />

    <Properties>
        <DisplayName>ms-resource:DisplayName</DisplayName>
        <Description>ms-resource:Description</Description>
        <Logo>images\logo.png</Logo>
        <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
    </Properties>

    <Dependencies>
        <TargetDeviceFamily
            Name="Windows.Universal"
            MinVersion="10.0.0.0"
            MaxVersionTested="10.0.20348.1" />
    </Dependencies>

    <Resources>
        <Resource Language="en-us"/>
    </Resources>

    <Applications>
        <Application
            Id="microsoft.windows.immersivecontrolpanel"
            Executable="SystemSettings.exe"
            EntryPoint="AppObject.EntryPoint">
            <uap:VisualElements
                DisplayName="ms-resource:DisplayName"
                Description="ms-resource:Description"
                Square150x150Logo="Images\TileSmall.png"
                Square44x44Logo="Images\logo.png"
                BackgroundColor="transparent">
                <uap:SplashScreen Image="Images\SplashScreen.png" BackgroundColor="transparent" />
                <uap:DefaultTile Square71x71Logo="Images\TinyTile.png">
                    <uap:ShowNameOnTiles>
                        <uap:ShowOn Tile="square150x150Logo" />
                    </uap:ShowNameOnTiles>
                </uap:DefaultTile>
            </uap:VisualElements>
            <Extensions>
                <uap3:Extension Category="windows.appExtensionHost">
                    <uap3:AppExtensionHost>
                    <uap3:Name>com.microsoft.windows.extensionpackage</uap3:Name>
                    <uap3:Name>com.microsoft.windows.extensions</uap3:Name>
                    </uap3:AppExtensionHost>
                </uap3:Extension> 
                <wincap3:Extension Category="windows.internal.componentUI" />
            </Extensions>
        </Application>
    </Applications>
</Package>