[Microsoft.Build.Engine] Allow ItemGroup items inside Target items
authorAndres G. Aragoneses <knocte@gmail.com>
Mon, 17 Sep 2012 11:08:14 +0000 (12:08 +0100)
committerAndres G. Aragoneses <knocte@gmail.com>
Mon, 17 Sep 2012 11:08:14 +0000 (12:08 +0100)
commitaaa61ce6b9fca782e835c263cc251080771e8936
tree946ccd43d7871b2d484158ecd7d2974a14de6e74
parentfe8bdbcef723fc8c92afcc822aa4c12e34c21c0b
[Microsoft.Build.Engine] Allow ItemGroup items inside Target items

We don't treat them for now, but at least make the build not break
when finding them.

This feature was introduced in .NET 3.5:
http://msdn.microsoft.com/en-us/library/646dk05y.aspx
mcs/class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine/Target.cs
mcs/class/Microsoft.Build.Engine/Test/Microsoft.Build.BuildEngine/TargetTest.cs