????

Your IP : 18.119.142.123


Current Path : C:/Windows/SystemApps/Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy/
Upload File :
Current File : C:/Windows/SystemApps/Microsoft.Windows.OOBENetworkCaptivePortal_cw5n1h2txyewy/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:wincap="http://schemas.microsoft.com/appx/manifest/foundation/windows10/windowscapabilities"
    xmlns:mobile="http://schemas.microsoft.com/appx/manifest/mobile/windows10"
    xmlns:mp="http://schemas.microsoft.com/appx/2014/phone/manifest"
    xmlns:uap5="http://schemas.microsoft.com/appx/manifest/uap/windows10/5"
    IgnorableNamespaces="uap wincap mobile mp uap5">
  <!--
  Manual versioning is used for this app.
  Appx version should be in sync with version used for the app name in OOBENetworkCaptivePortal.AppxSetup.man
  See https://osgwiki.com/wiki/System_Apps#Servicing
  -->
  <Identity Name="Microsoft.Windows.OOBENetworkCaptivePortal" Publisher="CN=Microsoft Windows, O=Microsoft Corporation, L=Redmond, S=Washington, C=US" Version="10.0.19580.1000" />

  <Properties>
    <DisplayName>ms-resource:AppDisplayName</DisplayName>
    <PublisherDisplayName>ms-resource:PublisherDisplayName</PublisherDisplayName>
    <Logo>Assets\StoreLogo.png</Logo>
    <uap:SupportedUsers>multiple</uap:SupportedUsers>
  </Properties>
    
  <Dependencies>
    <TargetDeviceFamily Name="Windows.Universal" MinVersion="10.0.17763.0" MaxVersionTested="12.0.0.0"/>
  </Dependencies>

  <Capabilities>
      <Capability Name="internetClient" />
  </Capabilities>

  <Resources>
    <Resource Language="en-us"/>
  </Resources>
    
  <Applications>
    <Application Id="App" Executable="OOBENetworkCaptivePortal.exe" EntryPoint="OOBENetworkCaptivePortal.App">
        <uap:VisualElements AppListEntry="none" DisplayName="ms-resource:AppDisplayName" Square150x150Logo="Assets\Logo.png" Square44x44Logo="Assets\SmallLogo.png" Description="ms-resource:AppDescription" BackgroundColor="#464646">
            <uap:SplashScreen Image="Assets\SplashScreen.png" uap5:Optional="true"/>
      </uap:VisualElements>
      <Extensions>
        <uap:Extension Category="windows.protocol">
          <uap:Protocol Name="ms-oobenetwork" ReturnResults="optional">
              <uap:DisplayName>Captive Portal Flow</uap:DisplayName>
          </uap:Protocol>
        </uap:Extension>
      </Extensions>
    </Application>
  </Applications>
</Package>