From 7e8521749da8de8a612981ce65415bd6b7907b4c Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Mon, 21 Jan 2013 10:53:42 +0800 Subject: Visual C++ 2010 projects: Prepare for VS 2012 support Add the PlatformToolset tag to the project configs so that we can use a simple script later to the autotools files to copy the projects and change the value of that tag (v100 -> v110, and other simple changes) in order that we can quickly provide and maintain support for Visual Studio 2012 with minimal effort. Note that at the moment G-I does not yet support the API/SDK requirements for Windows 8 Modern UI (formerly known as Metro), but this paves the very initial step. --- build/win32/vs10/glib-print.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'build/win32/vs10/glib-print.vcxproj') diff --git a/build/win32/vs10/glib-print.vcxproj b/build/win32/vs10/glib-print.vcxproj index 706e777f..57dc430b 100644 --- a/build/win32/vs10/glib-print.vcxproj +++ b/build/win32/vs10/glib-print.vcxproj @@ -28,19 +28,23 @@ Application MultiByte true + v100 Application MultiByte + v100 Application MultiByte true + v100 Application MultiByte + v100 -- cgit v1.2.1