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:
- In Visual Studio, close the manifest file if it’s already open in XML code view.
- In Solution Explorer, expand the project node of the app.
- 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?
OK, in Windows Phone application there is WMAppManifest.xml file instead of Package.appxmanifest.