Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No XAP file after buidling a Windows phone project in Visual Studio 2013

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.

like image 830
michael Avatar asked Oct 10 '14 16:10

michael


1 Answers

In Windows Phone 8.1 you have to create the App Package. Right click on the project and Select Store > Create App Packages.


enter image description here

like image 134
Chubosaurus Software Avatar answered Oct 07 '22 17:10

Chubosaurus Software