In my previous post about windows (metro style application in asp.net 4.5), I showed you, what metro style application is and how you can build it using asp.net 4.5 in Visual Studio 2011. Metro application also has one file (you must have noticed) appmanifest.

Appmanifest is nothing it's a just manifest file of your metro application, it automatically added whenever you create a new project from metro application. Appmanifest file is an xml based file which contains all metadata information about the application such as version name; logo details file size, packaging and deployment settings etc.

Metro1.jpg

Once you double click on appmanifest file you will see the following tabs

Metro2.jpg

And the best part is Visual studio write xml for you by own.