I'm developing a MFC application on VS 2013.
My application didn't execute on WIN XP 32bit when I built it with WIN32 Platform Option.
I dealt with this problem by setting 'v120_xp Platform Toolset'.
While doing that, I found 'v120_xp' item was added on 'v_120_xp Platform Toolset'.
I want to to know the difference between v120_xp and v120 on VS2013?
Does anybody know why they are divided and how those two work differently?