From ba83ce982d0d4900e92fd80fa43cbaf56c49d4fb Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Thu, 14 Apr 2011 06:17:06 +0000 Subject: Switch from solution dependencies to project-to-project dependencies. Convert pre-build event to a custom build step. Store intermediates for each project in their own subdirectory for tidyness, to avoid overwriting, and to fix parallel builds. Use automatic library dependencies from required projects. These changes eliminate unnecessary rebuilds in MSVC 2010. --- infrastructure/msvc/2010/bbackupctl.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infrastructure/msvc/2010/bbackupctl.vcxproj') diff --git a/infrastructure/msvc/2010/bbackupctl.vcxproj b/infrastructure/msvc/2010/bbackupctl.vcxproj index 294e33aa..0b6f76f3 100644 --- a/infrastructure/msvc/2010/bbackupctl.vcxproj +++ b/infrastructure/msvc/2010/bbackupctl.vcxproj @@ -40,7 +40,7 @@ <_ProjectFileVersion>10.0.30319.1 $(ProjectDir)..\..\..\$(Configuration)\ - $(ProjectDir)..\..\..\$(Configuration)\ + $(ProjectDir)..\..\..\$(Configuration)\$(ProjectName)\ true ..\..\..\Release\ ..\..\..\Release\ -- cgit v1.2.3