Visual Studio Projects: Cleanup Property Sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 27 Dec 2013 04:25:18 +0000 (12:25 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 27 Dec 2013 04:25:18 +0000 (12:25 +0800)
commitddc29a903644dfcb737c5a17a35081fc76d348e9
tree555baa0e5fe34b4675967e0629e49ae6fca077c2
parentd01a075632150fcc63f4d9f41046a450a3f4915a
Visual Studio Projects: Cleanup Property Sheets

Make the projects include a single property sheet as necessary, which will
in turn include the other property sheet(s) as needed, so that we can avoid
warnings where we include the same property sheets twice in a single
project.

Also make the copying of pre-configured headers into custom build rules so
that they can be removed upon the clean command from the IDE and that they
can be re-copied if their counterpart *.h.win32 are updated.
21 files changed:
build/win32/vs10/Makefile.am
build/win32/vs10/gio.vcxproj.filtersin
build/win32/vs10/gio.vcxprojin
build/win32/vs10/glib-build-defines.props
build/win32/vs10/glib-gen-srcs.props [new file with mode: 0644]
build/win32/vs10/glib-install.props
build/win32/vs10/glib-version-paths.props
build/win32/vs10/glib.vcxproj.filtersin
build/win32/vs10/glib.vcxprojin
build/win32/vs10/glibprepbuild.props [deleted file]
build/win32/vs10/gmodule.vcxproj
build/win32/vs10/gmodule.vcxproj.filters
build/win32/vs10/install.vcxproj
build/win32/vs9/Makefile.am
build/win32/vs9/gio.vcprojin
build/win32/vs9/glib-gen-srcs.vsprops [new file with mode: 0644]
build/win32/vs9/glib-install.vsprops
build/win32/vs9/glib.vcprojin
build/win32/vs9/glibprepbuild.vsprops [deleted file]
build/win32/vs9/gmodule.vcproj
build/win32/vs9/install.vcproj