Unless I've grossly misunderstood MSBuild, tasks are executed in the document order in which they appear within a 'Target' node.
I'd like to be able to specify that two tasks (such as xcopy tasks) could run in parallel. I was expecting there to be a 'Parallel' task or something...?