X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Ftools%2Fxbuild%2Fxbuild%2F4.0%2FMicrosoft.Common.targets;h=ba525cff8c6ca736b6b439469181f5e814ca2164;hb=5979d6f01982aba922f86e1273b0173eab7b285e;hp=c289a2716e45e9771bcec001b01c243c54a717ee;hpb=3813ff99906161755d144636a3acf095b5f8e9b2;p=mono.git diff --git a/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets b/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets index c289a2716e4..ba525cff8c6 100644 --- a/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets @@ -47,6 +47,10 @@ System.Core;$(AdditionalExplicitAssemblyReferences) + + true + + obj\ $(BaseIntermediateOutputPath)\ @@ -306,7 +310,7 @@ + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"> @@ -433,14 +437,14 @@ + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"> + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"> @@ -539,11 +543,11 @@ SourceFiles="$(IntermediateOutputPath)$(AssemblyName)$(TargetExt).mdb" Condition="'$(OutDir)' != '' and Exists('$(IntermediateOutputPath)$(AssemblyName)$(TargetExt).mdb')" DestinationFolder="$(OutDir)" - SkipUnchangedFiles="true" > + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)" > - + @@ -551,7 +555,7 @@ SourceFiles = "@(IntermediateSatelliteAssemblies)" DestinationFiles = "@(IntermediateSatelliteAssemblies->'$(OutDir)\%(Culture)\$(AssemblyName).resources.dll')" Condition = "'@(IntermediateSatelliteAssemblies)' != ''" - SkipUnchangedFiles="true"> + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)"> @@ -567,7 +571,8 @@ Outputs="@(ItemsToCopyToOutputDirectoryPreserveNewest->'$(OutDir)%(TargetPath)')"> + DestinationFiles="@(ItemsToCopyToOutputDirectoryPreserveNewest->'$(OutDir)%(TargetPath)')" + SkipUnchangedFiles="$(SkipCopyUnchangedFiles)">