Visual Studio 2012 did not compile for Windows XP until the service pack 1 was released. It introduced v110_xp toolset. Using this toolset you can compile for Windows XP win VS2012.
I installed update 4 for VS2012 from the Microsoft and now I have option to use v110_xp toolset. However, when I choose this option in Configuration Properties > General > Platform Toolset, then Configuration Properties > Intel Performance Libraries disappears. When I switch back to v110 or v100 toolset I have the 'Intel Performance Libraries' and I can compile the project.
Why the Configuration Properties > Intel Performance Libraries disappears when toolset is set to v110_xp? Is there a workaround?
I am using VS 2012 proffesional and Intel Parallel Studio XE 2013 SP1.