MSVC 2010 Project Files: Split up the Property Sheets

Like the Visual Studio 2008 project files, split up the property sheets
so to ease maintenace, and to prepare to use autotools to fill in the
header entries to "install".

Put some of the items that are frequently repeated in the projects as well,
also to simplify maintenance.

Also, update the autotools files to automate the upgrade of Visual Studio
2010 project as we now have multiple property sheets to copy and process.
This commit is contained in:
Chun-wei Fan
2013-08-21 16:57:11 +08:00
parent 3c4ee831f7
commit 113793a442
24 changed files with 858 additions and 756 deletions

View File

@@ -1,7 +1,6 @@
EXTRA_DIST = \
README.txt \
glib.sln \
glib.props \
glib.vcxproj \
glib.vcxproj.filters \
glib-genmarshal.vcxproj \
@@ -32,7 +31,11 @@ EXTRA_DIST = \
gio-querymodules.vcxproj.filters \
gdbus.vcxproj \
gdbus.vcxproj.filters \
install.vcxproj
install.vcxproj \
glib-build-defines.props \
glib-install.props \
glib-version-paths.props \
glibprepbuild.props
DISTCLEANFILES = $(EXTRA_DIST)