Search code examples
windows-phone-8vs-community-edition

Develop WP8 using VS Community 2013


Is there any way to develop wp8 app using Visual Studio Community 2013 edition? I've installed wp8 sdk, but still I can't see wp8 template.


Solution

  • File > New Project > Visual C# > Windows Store Apps > Windows Phone Applications > Blank App(Silverlight Application for Windows Phone)

    insert the name of the project and click ok!

    Visual studio will prompt you to choose between 8.0 or 8.1!

    Choose 8.0, done! ;)