From: Chun-wei Fan Date: Thu, 5 Sep 2013 05:58:24 +0000 (+0800) Subject: Visual C++ Builds: Fix "install" Projects X-Git-Tag: 2.37.92~31 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52251a5237579946f5afa2c3319bbd5504b2b92e;p=platform%2Fupstream%2Fglib.git 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. --- diff --git a/build/win32/vs10/install.vcxproj b/build/win32/vs10/install.vcxproj index 63a3955..c378e2f 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 6d0161d..d9876dc 100644 --- a/build/win32/vs9/install.vcproj +++ b/build/win32/vs9/install.vcproj @@ -21,7 +21,7 @@