MSVC 2010+ Projects: Update "Installation" Process
commitdb570d20c4e9950e3d81c9c721118d24a613d142
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 03:11:45 +0000 (9 11:11 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 9 Jun 2014 03:11:45 +0000 (9 11:11 +0800)
tree06f5e2eaea93128fee80cc219e0c0c8e74370e69
parentcbf8e493f67993dd3d430d016be48822d854f749
MSVC 2010+ Projects: Update "Installation" Process

Currently, due to the way that Visual Studio 2010+ projects are handled,
the "install" project does not re-build upon changes to the sources, as it
does not believe that its dependencies have changed, although the changed
sources are automatically recompiled.  This means that if a part or more
of the solution does not build, or if the sources need some other fixes
or enhancements, the up-to-date build is not copied automatically, which
can be misleading.

Improve on the situation by forcing the "install" project to trigger its
rebuild, so that the updated binaries can be copied.  This does trigger an
MSBuild warning, but having that warning is way better than not having an
up-to-date build, especially during testing and development.
build/win32/vs10/atk-install.propsin
build/win32/vs10/install.vcxproj