Adjusting the manifest file
Various pieces of information about the application is stored in the Package.appxmanifest
file, located in the main directory of the project. Many settings have default values, but it is beneficial to learn how to adjust them. In this recipe, you will get to know how to configure the application using the Application, Visual Assets, Capabilities, Declarations, Content URIs, and Packaging tabs presented in the visual editor of the manifest file.
Getting ready
To step through this recipe, you only need the automatically generated project.
How to do it...
To adjust the manifest file, perform the following steps:
Double-click on the
Package.appxmanifest
file in the project node in the Solution Explorer window to open it in the visual editor.Choose the Application tab, shown in the following screenshot, to adjust basic information about the application, including a display name and description, a code of the default language, supported orientations of the device (in order...