| Description | Search.Product | title | ms.assetid | author | ms.author | keywords | ms.prod | ms.technology | ms.topic | ms.date |
|---|---|---|---|---|---|---|---|---|---|---|
The bundle manifest file is an XML document that contains a list of app packages and resource packages in the bundle. |
eADQiWindows 10XVcnh |
Bundle manifest |
42fb6c69-b278-4c67-8677-d19da91f3831 |
laurenhughes |
lahugh |
windows 10, uwp, schema, bundle manifest |
windows |
winrt-reference |
reference |
04/05/2017 |
Bundle manifest
Purpose
The bundle manifest file is an XML document that contains a list of app packages and resource packages in the bundle.
The bundle manifest contains info about the architectures and resources of each package. When you install the bundle on a computer, you can use this info to determine the subset of packages that apply to that computer.
Developer audience
Visual Studio and the MakeAppx packaging utility automatically create and insert a bundle manifest schema (BundleManifest.xml) when they build each ZIP bundle.
In this section
Related topics