Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference between Windows Phone project and Silverlight Windows Phone project in Visual Studio 2013

I recently updated my Visual Studio 2013 such now it allows to develop Windows Phone 8.1 applications. But now, when I create a Windows Phone project, it is systematically for WP 8.1 and I can't change the target. The only way I found in order to develop WP 8.0 apps it's to create Silverlight Windows Phone project.

Whence my question : What's the concrete difference between Windows Phone project and Silverlight Windows Phone projet in Visual Studio 2013 ?

Thanks for any answer

like image 222
Alexandre D. Avatar asked Apr 14 '14 09:04

Alexandre D.


1 Answers

The Windows Phone project uses the Windows Runtime APIs. A lot of the Windows Runtime API introduced in Windows Phone 8 project is common to both Windows Phone 8 and Windows 8, making it easier to write once and share code between your apps on both platforms.

As expected the Windows Phone Silverlight project uses the Silverlight based APIs.

like image 178
Lukkha Coder Avatar answered Nov 24 '22 09:11

Lukkha Coder