From 9d444f7b12fff6b7f9e6ba4a2667ab293af793eb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 4 Feb 2010 14:36:23 +0200 Subject: [PATCH] Refactor VS9 project files Factor out common parts into a vsprops file. Drop empty elements for tools that aren't used. --- build/win32/vs9/Makefile.am | 9 +- build/win32/vs9/gio.vcproj | 184 +++------------- build/win32/vs9/glib-genmarshal.vcproj | 138 +----------- build/win32/vs9/glib.vcproj | 194 +++-------------- build/win32/vs9/glib.vsprops | 196 ++++++++++++++++++ build/win32/vs9/gmodule.vcproj | 173 ++-------------- build/win32/vs9/gobject.vcproj | 178 ++-------------- .../vs9/gspawn-win32-helper-console.vcproj | 142 +------------ build/win32/vs9/gspawn-win32-helper.vcproj | 142 +------------ build/win32/vs9/gthread.vcproj | 150 +------------- build/win32/vs9/install.vcproj | 164 +-------------- build/win32/vs9/testglib.vcproj | 142 +------------ 12 files changed, 319 insertions(+), 1493 deletions(-) create mode 100644 build/win32/vs9/glib.vsprops diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am index bf5b4640d..d2540d571 100644 --- a/build/win32/vs9/Makefile.am +++ b/build/win32/vs9/Makefile.am @@ -1,13 +1,14 @@ EXTRA_DIST = \ README \ - gio.vcproj \ - glib-genmarshal.vcproj \ glib.sln \ + glib.vsprops \ glib.vcproj \ - gmodule.vcproj \ - gobject.vcproj \ + glib-genmarshal.vcproj \ gspawn-win32-helper-console.vcproj \ gspawn-win32-helper.vcproj \ + gmodule.vcproj \ + gobject.vcproj \ gthread.vcproj \ + gio.vcproj \ testglib.vcproj \ install.vcproj diff --git a/build/win32/vs9/gio.vcproj b/build/win32/vs9/gio.vcproj index c3697e5dc..4d0b096fc 100644 --- a/build/win32/vs9/gio.vcproj +++ b/build/win32/vs9/gio.vcproj @@ -20,30 +20,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -722,7 +588,7 @@ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > diff --git a/build/win32/vs9/glib-genmarshal.vcproj b/build/win32/vs9/glib-genmarshal.vcproj index 48fe33bbe..95b32f5df 100644 --- a/build/win32/vs9/glib-genmarshal.vcproj +++ b/build/win32/vs9/glib-genmarshal.vcproj @@ -21,30 +21,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/glib.vcproj b/build/win32/vs9/glib.vcproj index dd6d7dba1..3da38b649 100644 --- a/build/win32/vs9/glib.vcproj +++ b/build/win32/vs9/glib.vcproj @@ -21,32 +21,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -758,10 +616,6 @@ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > - - @@ -775,8 +629,8 @@ diff --git a/build/win32/vs9/glib.vsprops b/build/win32/vs9/glib.vsprops new file mode 100644 index 000000000..6f7a234ac --- /dev/null +++ b/build/win32/vs9/glib.vsprops @@ -0,0 +1,196 @@ + + + + + + + + + + + diff --git a/build/win32/vs9/gmodule.vcproj b/build/win32/vs9/gmodule.vcproj index 7cfc34edf..d27ea9656 100644 --- a/build/win32/vs9/gmodule.vcproj +++ b/build/win32/vs9/gmodule.vcproj @@ -21,32 +21,17 @@ - - - - - - - - - - @@ -109,30 +75,15 @@ > - - - - - - - - - - @@ -188,26 +121,11 @@ > - - - - - - - - - - @@ -270,31 +169,15 @@ > - - - - - - - - - - @@ -366,10 +231,6 @@ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > - - @@ -383,8 +244,8 @@ diff --git a/build/win32/vs9/gobject.vcproj b/build/win32/vs9/gobject.vcproj index a0861a807..3e095d754 100644 --- a/build/win32/vs9/gobject.vcproj +++ b/build/win32/vs9/gobject.vcproj @@ -21,38 +21,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - @@ -418,10 +284,6 @@ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" > - - @@ -435,8 +297,8 @@ diff --git a/build/win32/vs9/gspawn-win32-helper-console.vcproj b/build/win32/vs9/gspawn-win32-helper-console.vcproj index 480010885..061b772d1 100644 --- a/build/win32/vs9/gspawn-win32-helper-console.vcproj +++ b/build/win32/vs9/gspawn-win32-helper-console.vcproj @@ -21,30 +21,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gspawn-win32-helper.vcproj b/build/win32/vs9/gspawn-win32-helper.vcproj index 1709b7243..139425292 100644 --- a/build/win32/vs9/gspawn-win32-helper.vcproj +++ b/build/win32/vs9/gspawn-win32-helper.vcproj @@ -21,30 +21,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/gthread.vcproj b/build/win32/vs9/gthread.vcproj index 5d01af4f0..0dc118c71 100644 --- a/build/win32/vs9/gthread.vcproj +++ b/build/win32/vs9/gthread.vcproj @@ -21,31 +21,17 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/install.vcproj index 3b9fe271a..94c28dc97 100644 --- a/build/win32/vs9/install.vcproj +++ b/build/win32/vs9/install.vcproj @@ -21,53 +21,34 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/build/win32/vs9/testglib.vcproj b/build/win32/vs9/testglib.vcproj index ff40c3251..d64d03fc8 100644 --- a/build/win32/vs9/testglib.vcproj +++ b/build/win32/vs9/testglib.vcproj @@ -21,30 +21,16 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -