[xbuild] Fix dependency in C# targets
authorMichael Hutchinson <m.j.hutchinson@gmail.com>
Wed, 12 Feb 2014 19:02:45 +0000 (14:02 -0500)
committerMichael Hutchinson <m.j.hutchinson@gmail.com>
Wed, 12 Feb 2014 19:19:30 +0000 (14:19 -0500)
commite753ca24e85bbc2ca0f1e13b5a901c85eaf2b0a2
tree0443d8fc584e644bd1cef18f8a6b7b5c778dc002
parent01ade94f363ceddc8155a0332e14e48a5af86308
[xbuild] Fix dependency in C# targets

There was a typo in DependsOnTargets attribute of the
_AddCorlibReference target definition. It didn't break any
behaviour, since the target it depended on was always built
earlier in the build anyway, so it was really a sanity check.

However, it broke the tests for the new (unused) engine,
Microsoft.Build.dll, which checks for unexpected attributes.
mcs/tools/xbuild/data/12.0/Microsoft.CSharp.targets
mcs/tools/xbuild/data/4.0/Microsoft.CSharp.targets