Reputation: 355
I am trying to write a program in C++ to run on windows xp machines, but when I go to set the tool set to Visual Studio 2012 - Windows XP (v110_xp) it is missing. All that I have is Visual Studio 2012 (v110). Does anyone know how to get the other options here?
Upvotes: 3
Views: 6777
Reputation: 14067
You may need to install an update, Windows XP support wasn't available in the initial release of VS 2012. Go to Tools -> Extensions and Updates -> Updates and install all available updates.
Upvotes: 8