Question
Whether Visual Studio 2015 support building targets both for windows phone 8.1 and windows phone 10?
Description
I have a project which needs support both Windows Phone 10 and Windows phone 8.1,
I initially created a windows universal project (library) for Windows Phone 10, after finishing my program, I need build for Windows Phone 8.1, but I found the project cannot be built for Windows Phone 8.1 via project Property
-> General
-> Target Platform
as it is disabled.
More details,
I have installed windows sdk10, and sdk8.1.
The project is built with VC++/Windows/Universal/Runtime Component
Template
repair
my VS2015, and ensurewindows 8.1 and windows phone 8.0/8.1 Tools
get checked and restart computer. It doesn't work for me. I still cannot build for Windows Phone 8.1. – xxx