From: Ankit Jain Date: Fri, 11 Mar 2011 13:12:57 +0000 (+0530) Subject: [xbuild] Microsoft.Common.targets - import Before/After targets files. X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=mono.git;a=commitdiff_plain;h=1288c84cd73c2aac7bc61f4eeb55c6e08c04c29d [xbuild] Microsoft.Common.targets - import Before/After targets files. With this, Microsoft.Common.targets will import $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\$(MSBuildThisFile)\ImportBefore\* at the beginning of the file and $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\$(MSBuildThisFile)\ImportAfter\* at the end of the file. So, this would import all files from (eg.): $prefix/lib/mono/xbuild/4.0/Microsoft.Common.targets/ImportBefore/ This can be disabled by setting the bool properties - $(ImportByWildcardBeforeMicrosoftCommonTargets) and $(ImportByWildcardAfterMicrosoftCommonTargets). --- diff --git a/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets b/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets index f1195b86ee4..9e3875e4150 100644 --- a/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets +++ b/mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets @@ -1,4 +1,11 @@ + + true + true + + + .exe @@ -807,4 +814,6 @@ +