From f8b260c2f132f25b174f5ce9c2be0ac3b3b3a4e8 Mon Sep 17 00:00:00 2001 From: "Julio C. Rocha" Date: Mon, 23 Nov 2015 17:08:44 -0800 Subject: [PATCH] Omit toolset _xp suffix if using VS older than 2012 --- PropertySheets/Platform.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PropertySheets/Platform.props b/PropertySheets/Platform.props index 8e043f9db..7a6c21b07 100644 --- a/PropertySheets/Platform.props +++ b/PropertySheets/Platform.props @@ -2,7 +2,7 @@ - $(DefaultPlatformToolset)_xp + $(DefaultPlatformToolset)_xp