Install the Windows Phone 7.1 SDK on Windows Vista RTM using Visual Studio 2013 RC

Does anyone know how to develop for Windows Phone 7 with Visual Studio 2013 (thus without installing Visual Studio 2010) in RTM Windows 8.1? I checked the WP8.0 window when installing Visual Studio 2013, but it does not give me the 7.1 SDK, which is necessary for my solution.

It would be great if I could do this without installing Visual Studio 2010 .: D

Thank you in advance: -)

+5
source share
1 answer

The Windows Phone 8.0 SDK includes the ability to create applications for 7.1 and 8.0, so you do not need to install the 7.1 SDK.

BUT
Application development for 7.x is not supported in Visual Studio 2013.
If you need to target 7.x devices, you will need to use VS2010 or VS2012.

If you want to create o for Windows Phone 7.x, you must use Visual Studio 2012. You can install this AND Visual Studio 2013 on the same computer. The only thing you may not be able to do is to have the only solution with all the projects that you can use in both versions of VS.

+14
source

Source: https://habr.com/ru/post/957308/


All Articles