<Applications> Element

One or more apps that comprise the package.

This element is required.

Syntax

<Applications >
</Applications>  

Element information

Parent elements Package
Child elements Application

Example

<Applications>
  <Application Id="App"
      Executable="$targetnametoken$.exe"
      EntryPoint="Direct3DGame2.App">
    <VisualElements
        DisplayName="Direct3DGame2"
        Logo="Logo.png"
        SmallLogo="SmallLogo.png"
        Description="Direct3DGame2"
        ForegroundText="light"
        BackgroundColor="#464646">
      <SplashScreen Image="SplashScreen.png" />
    </VisualElements>
  </Application>
</Applications>  

See also

How to: Enable Multiple Build Configurations in a Single Deployment