Reputation: 110510
I am using Visual Studio 2013 to build a windows phone project. When I build it in DEBUG, I can run it in simulator.
But I don't see any XAP file get generated. I only see it creates EXE file.
Can you please tell me how to generate a XAP file?
Thank you.
Upvotes: 5
Views: 5290
Reputation: 8161
In Windows Phone 8.1 you have to create the App Package. Right click on the project and Select Store > Create App Packages.
Upvotes: 7