Reputation: 51
I didn't find how to build appx and xap packages in the winjs universal project. Please help.
Upvotes: 1
Views: 570
Reputation: 9619
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
Upvotes: 1