Search code examples
visual-studiowindows-phone-8.1winjswin-universal-app

How to build appx and xap packages in the winjs universal project?


I didn't find how to build appx and xap packages in the winjs universal project. Please help.


Solution

  • Universal apps are appx, not xap (Silverlight).

    In order to create one you need to go to the Solution Explorer in VS, right click on your project and hit Store -> Create App Package

    enter image description here