In Visual Studio 2010 and possibly in future versions you can add the manifest file to your project.
Right click on your project file on the Solution Explorer, select Add
, then New item
(or CTRL+SHIFT+A). There you can find Application Manifest File
.
The file name is app.manifest.
If this item doesn’t exist then your project type is not conform with a manifest file, e.g. web application.