[xbuild] Fix #628525. Fix incremental rebuild.
authorAnkit Jain <radical@corewars.org>
Thu, 5 Aug 2010 11:53:56 +0000 (17:23 +0530)
committerAnkit Jain <radical@corewars.org>
Thu, 5 Aug 2010 12:04:57 +0000 (17:34 +0530)
commit4c37debc11fc0579493bb2809b446ad8840cd39b
treef2e3d3aa0999f1d5345d9c3b0776d1f4336be8c3
parent3521888347ebe079c00f3ab6c60b787d182e3c6a
[xbuild] Fix #628525. Fix incremental rebuild.

When doing a rebuild for an already built project, the common
files (CopyLocal) should not be deleted by a project, as
other projects might be depending on them. This becomes a problem
when a common output dir is used.
mcs/tools/xbuild/xbuild/2.0/Microsoft.Common.targets
mcs/tools/xbuild/xbuild/3.5/Microsoft.Common.targets
mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets