Prepare Visual Studio 2010 projects for Visual Studio 2012
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 18 Jan 2013 09:36:35 +0000 (17:36 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 18 Jan 2013 09:36:35 +0000 (17:36 +0800)
commit49fd80e8f2f901b037053e067e10b81b2c8b8c60
treee6d0bc1d9a94f877ceaeca63e61b01b0413c3b37
parent10cc6557ba24239570ee9a7bcaa0a553aae9df95
Prepare Visual Studio 2010 projects for Visual Studio 2012

This adds a PlatformToolset tag in the project configs so that we can
provide support for Visual Studio 2012 with relative ease as the format
of the VS 2012 projects are only slightly different from their VS 2010
counterparts. We can then use a script like the one used in GLib[1] to
copy the VS2010 projects and replace the necessary tags to create the
VS2012 projects.

This also cleans up the projects and property sheets, as there were
some unwanted/unneeded entries in them.

[1]: http://git.gnome.org/browse/glib/commit/?id=76cecf061b377d30e5422cdddb1fb9d19c52421d
build/win32/vs10/install.vcxproj
build/win32/vs10/pango.vcxprojin
build/win32/vs10/pangocairo.vcxprojin
build/win32/vs10/pangocairo_fc.vcxprojin
build/win32/vs10/pangoft2.vcxprojin
build/win32/vs10/pangowin32.vcxproj