c# - Package.appxmanifest not present in solution -
i'm using visual studio 2013 ultimate. i've started windows phone 8 app in blend, , finished in visual studio.
according this article, need to:
- in visual studio, close manifest file if it’s open in xml code view.
- in solution explorer, expand project node of app.
- double-click package.appxmanifest file.
the problem - don't have package.appxmanifest file in solution. how create it? maybe need convert solution windows store project? if yes, how that?
that's poorly worded documentation. windows phone 8 projects not contain package.appxmanifest--they contain wmappmanifest.xml can edit in "designer". i've tried upgrading wp 8 project 8.1 , in fact adds package.appxmanifest--which editable in "designer". i'm surmising if added windows store app solution, converting universal app, same thing.
Comments
Post a Comment