[xbuild] Add property $(SkipCopyUnchangedFiles)
authorAnkit Jain <jankit@suse.de>
Fri, 27 May 2011 19:49:16 +0000 (01:19 +0530)
committerAnkit Jain <jankit@suse.de>
Fri, 27 May 2011 19:49:16 +0000 (01:19 +0530)
commit5979d6f01982aba922f86e1273b0173eab7b285e
tree57d1db2c1a7f79664a5c17664ac11beb5e3f0c45
parent3813ff99906161755d144636a3acf095b5f8e9b2
[xbuild] Add property $(SkipCopyUnchangedFiles)

Microsoft.Common.targets: Use new property
$(SkipCopyUnchangedFiles) to control SkipUnchangedFiles property
of the various Copy tasks. Also, allow skipping when
copying CopyToOutputDirectory files in PreserveNewest case.

Patch from Tom Philpot <tom.philpot@logos.com>
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