From c482d90d8a3fa969a4d65cb448ebbe1c62156953 Mon Sep 17 00:00:00 2001 From: squall-leonhart Date: Sun, 14 Apr 2013 02:13:27 +0000 Subject: [PATCH] this fixes up the VS2012 debug property groups. unlike vs2010, vs2012 will set the toolset property group in order to differentiate itself from vs2010 (and 2012 has 2 toolsets, v110 and v110_xp this commit also changes the toolset to v110_xp (since some people actually want to run vs2012 builds on XP (shock; horror) anyway, because vs2012 sets the property group, the property group condition lines ending in /> were buggering up loading the file in vs2012, so these have been corrected and the required lines have been inserted --- desmume/src/windows/DeSmuME_2012.vcxproj | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/desmume/src/windows/DeSmuME_2012.vcxproj b/desmume/src/windows/DeSmuME_2012.vcxproj index 50ecdaae6..6dfad5437 100644 --- a/desmume/src/windows/DeSmuME_2012.vcxproj +++ b/desmume/src/windows/DeSmuME_2012.vcxproj @@ -33,31 +33,27 @@ - Application - v110 + v110_xp false - Application - v110 + v110_xp true - - Application - v110 + + v110_xp + - Application - v110 + v110_xp false - Application - v110 + v110_xp true - - Application - v110 + + v110_xp +