All statements about MSBuild are correct: MSBuild is Microsoft's build tool for .NET solutions, it cannot build .NET 1.1 solutions (those require Visual Studio 2003 or the older .NET 1.1 SDK), and MSBuild can indeed work together with NAnt through integration or using both in different parts of a build process. Therefore, 'All are correct' is the right answer.