Visual C++ Builds: Fix "install" Projects
authorChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Sep 2013 05:58:24 +0000 (13:58 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Thu, 5 Sep 2013 05:59:02 +0000 (13:59 +0800)
commit52251a5237579946f5afa2c3319bbd5504b2b92e
treea2a38ddd6728044cadc63c843d188c8119a316ad
parent268f3ce0ff0eff2a858a91a049a87aefd23f2f93
Visual C++ Builds: Fix "install" Projects

Due to the split up of the property sheets, the install projects did not
have info on the Intermediate and Output Paths, which caused confusing
messages from Visual Studio to show up upon completing build+"install" and
closing Visual Studio on whether to reload the install project, at least on
Visual Studio 2008.

Include the property sheet which defines these properties to fix this.
build/win32/vs10/install.vcxproj
build/win32/vs9/install.vcproj