Search code examples
c#windows-phone-8visual-studio-2013blend

Package.appxmanifest not present in solution


I'm using Visual Studio 2013 Ultimate. I've started my Windows Phone 8 app in Blend, and finished it in Visual studio.
According to this article, I need to:

  1. In Visual Studio, close the manifest file if it’s already open in XML code view.
  2. In Solution Explorer, expand the project node of the app.
  3. Double-click the Package.appxmanifest file.

The problem is - I don't have Package.appxmanifest file in my solution. How to create it? Maybe I need to convert my solution to windows store project? If yes, how to do that?


Solution

  • OK, in Windows Phone application there is WMAppManifest.xml file instead of Package.appxmanifest.