[xbuild] Reorganize xbuild targets/frameworks/bin data
authorMichael Hutchinson <m.j.hutchinson@gmail.com>
Thu, 9 Jan 2014 02:46:09 +0000 (21:46 -0500)
committerMichael Hutchinson <m.j.hutchinson@gmail.com>
Fri, 10 Jan 2014 06:11:31 +0000 (01:11 -0500)
commit35287878b9785efeaeb854afb6ee4509f5714d65
tree8fe8ed54a15f45a2135c9c02970ab9994bf64b2c
parent11edb274375440b5e5e81247e8ccd49637ff5ceb
[xbuild] Reorganize xbuild targets/frameworks/bin data

They had been squashed into one single source directory
despite being installed into very different locations.

Made it easier to follow what's what by separating them
into:

* data: targets and data files for xbuild bin directory
* targets: misc pcl/web targets for extension directory
* frameworks: framework definitions
49 files changed:
mcs/tools/xbuild/Makefile
mcs/tools/xbuild/data/12.0/Microsoft.Common.targets [new file with mode: 0644]
mcs/tools/xbuild/data/12.0/Microsoft.Common.tasks [new file with mode: 0644]
mcs/tools/xbuild/data/2.0/Microsoft.Common.targets [new file with mode: 0644]
mcs/tools/xbuild/data/2.0/Microsoft.Common.tasks [new file with mode: 0644]
mcs/tools/xbuild/data/3.5/Microsoft.Common.targets [new file with mode: 0644]
mcs/tools/xbuild/data/3.5/Microsoft.Common.tasks [new file with mode: 0644]
mcs/tools/xbuild/data/4.0/Microsoft.Common.targets [new file with mode: 0644]
mcs/tools/xbuild/data/4.0/Microsoft.Common.tasks [new file with mode: 0644]
mcs/tools/xbuild/data/MSBuild/Microsoft.Build.CommonTypes.xsd [new file with mode: 0644]
mcs/tools/xbuild/data/MSBuild/Microsoft.Build.Core.xsd [new file with mode: 0644]
mcs/tools/xbuild/data/Microsoft.Build.xsd [new file with mode: 0644]
mcs/tools/xbuild/data/Microsoft.CSharp.targets [new file with mode: 0644]
mcs/tools/xbuild/data/Microsoft.VisualBasic.targets [new file with mode: 0644]
mcs/tools/xbuild/data/xbuild.exe.config.in [new file with mode: 0644]
mcs/tools/xbuild/data/xbuild.rsp [new file with mode: 0644]
mcs/tools/xbuild/frameworks/net_2.0.xml [new file with mode: 0644]
mcs/tools/xbuild/frameworks/net_3.0.xml [new file with mode: 0644]
mcs/tools/xbuild/frameworks/net_3.5.xml [new file with mode: 0644]
mcs/tools/xbuild/frameworks/net_4.0.xml [new file with mode: 0644]
mcs/tools/xbuild/frameworks/net_4.5.xml [new file with mode: 0644]
mcs/tools/xbuild/targets/Microsoft.Portable.CSharp_4.0.targets [new file with mode: 0644]
mcs/tools/xbuild/targets/Microsoft.Portable.CSharp_4.5.targets [new file with mode: 0644]
mcs/tools/xbuild/targets/Microsoft.WebApplication.targets [new file with mode: 0644]
mcs/tools/xbuild/xbuild.exe.config.in [deleted file]
mcs/tools/xbuild/xbuild/12.0/Microsoft.Common.targets [deleted file]
mcs/tools/xbuild/xbuild/12.0/Microsoft.Common.tasks [deleted file]
mcs/tools/xbuild/xbuild/2.0/FrameworkList.xml [deleted file]
mcs/tools/xbuild/xbuild/2.0/Microsoft.Common.targets [deleted file]
mcs/tools/xbuild/xbuild/2.0/Microsoft.Common.tasks [deleted file]
mcs/tools/xbuild/xbuild/3.5/FrameworkList.xml [deleted file]
mcs/tools/xbuild/xbuild/3.5/Microsoft.Common.targets [deleted file]
mcs/tools/xbuild/xbuild/3.5/Microsoft.Common.tasks [deleted file]
mcs/tools/xbuild/xbuild/4.0/FrameworkList.xml [deleted file]
mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.targets [deleted file]
mcs/tools/xbuild/xbuild/4.0/Microsoft.Common.tasks [deleted file]
mcs/tools/xbuild/xbuild/4.0/Microsoft.Portable.CSharp.targets [deleted file]
mcs/tools/xbuild/xbuild/4.5/FrameworkList.xml [deleted file]
mcs/tools/xbuild/xbuild/4.5/Microsoft.Portable.CSharp.targets [deleted file]
mcs/tools/xbuild/xbuild/FrameworkList-3.0.xml [deleted file]
mcs/tools/xbuild/xbuild/MSBuild/Microsoft.Build.CommonTypes.xsd [deleted file]
mcs/tools/xbuild/xbuild/MSBuild/Microsoft.Build.Core.xsd [deleted file]
mcs/tools/xbuild/xbuild/Microsoft.Build.xsd [deleted file]
mcs/tools/xbuild/xbuild/Microsoft.CSharp.targets [deleted file]
mcs/tools/xbuild/xbuild/Microsoft.Portable.CSharp.targets [deleted file]
mcs/tools/xbuild/xbuild/Microsoft.VisualBasic.targets [deleted file]
mcs/tools/xbuild/xbuild/Microsoft.WebApplication.targets [deleted file]
mcs/tools/xbuild/xbuild/xbuild.rsp [deleted file]
mcs/tools/xbuild/xbuild_test.make