In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
commit8439d5d2ae8beb858ee76de3a77db44a063ed990
authorAnkit Jain <radical@corewars.org>
Sat, 10 Apr 2010 13:28:43 +0000 (10 13:28 -0000)
committerAnkit Jain <radical@corewars.org>
Sat, 10 Apr 2010 13:28:43 +0000 (10 13:28 -0000)
treeb8109b57e97345c7bcdf79777672b961a3ddf406
parent0bc499bf071a9e152ebc800174e5a30e3637cab5
parent0773d1c0df723fc3307191d6dd6c986c0e5efb02
In class/Microsoft.Build.Tasks/Microsoft.Build.Tasks:
* GetFrameworkPath.cs (FrameworkVersion40Path): New.

In tools/xbuild:
* xbuild/Microsoft.Common.targets: Move to 2.0, 3.5 and 4.0 .
The 4.0 copy gets the framework path for 4.0 .
* Makefile: Update for the above change.
* xbuild_targets.make: Likewise.

svn path=/trunk/mcs/; revision=155193
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/ChangeLog
mcs/class/Microsoft.Build.Tasks/Microsoft.Build.Tasks/GetFrameworkPath.cs
mcs/tools/xbuild/ChangeLog
mcs/tools/xbuild/Makefile
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
mcs/tools/xbuild/xbuild_targets.make