Is it possible to be able to build all projects of a solution with x86 and "any cpu" projects in it from MSBuild?
Ideally I would like a solution that would work regardless of whether the project has multiple platforms or not because it's often not obvious when you add a project that defaults to x86 and you have to spend a lot of time figuring out why your project isn't being built.