Edit

Applications

Represents one or more apps that comprise the package.

Element hierarchy

<Package>
   └─ <Applications>

Syntax

<Package
  xmlns="http://schemas.microsoft.com/appx/manifest/foundation/windows10">
  ...
  <Applications>

    <!-- Child elements -->
    Application{1,100}

  </Applications>
</Package>

Key

{} specific range of occurrences

Attributes

None.

Child elements

Child element Description
Application Represents an app that comprises part of or all of the functionality delivered in the package.

Parent elements

Parent element Description
Package Defines the root element of an app package manifest. The manifest describes the structure and capabilities of the software to the system.

Requirements

Item Value
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10
Minimum OS Version

Remarks

You can use the Applications element to specify one or more apps for the package.

Note

Although each package can contain one or more apps, packages that contain multiple apps won't pass the Store certification process.

Examples