From 577482e3361159e0c4c4b0232a07195ba91335dd Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 11 Mar 2015 15:23:27 +0000 Subject: [msvc] Change target MSVC release from v120 to v120_xp They're basically the same thing, but v120 has DX10+ capabilities and v120_xp is DX9 only. Since we're not building against DirectX, the difference is purely academic - but changing the value to v120_xp means MSVC binaries run on XP+, not Vista+ --- msvc/pedump.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'msvc/pedump.vcxproj') diff --git a/msvc/pedump.vcxproj b/msvc/pedump.vcxproj index 5e57c01b5dd..911f00bb3eb 100644 --- a/msvc/pedump.vcxproj +++ b/msvc/pedump.vcxproj @@ -27,22 +27,22 @@ Application Unicode - v120 + v120_xp Application Unicode - v120 + v120_xp Application Unicode - v120 + v120_xp Application Unicode - v120 + v120_xp -- cgit v1.2.3