From 52251a5237579946f5afa2c3319bbd5504b2b92e Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 5 Sep 2013 13:58:24 +0800 Subject: 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 | 4 ++++ build/win32/vs9/install.vcproj | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'build') diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj index 63a395551..c378e2f5f 100644 --- a/build/win32/vs10/install.vcxproj +++ b/build/win32/vs10/install.vcxproj @@ -52,18 +52,22 @@ + + + + diff --git a/build/win32/vs9/install.vcproj b/build/win32/vs9/install.vcproj index 6d0161d6f..d9876dcfd 100644 --- a/build/win32/vs9/install.vcproj +++ b/build/win32/vs9/install.vcproj @@ -21,7 +21,7 @@