I'm setting up a new PC and want to install as few versions of Visual Studio as possible. My requirement is that I must still be able to build VS2015 projects as 2015 -- that is, without updating the toolset of the projects
On my old PC, I can build VS2015 code in VS2017 without upgrading the toolset. But I don't know if that is because I already had VS2015 installed when I added VS2017 or if VS2017 can just build as 2015 code by itself without upgrading the projects
So what version of Visual Studio must I start with on the new PC? VS2017 or VS2015?
I realize I can go back and install 2015 afterwards but I'd like to go in order, if possible.