Since I use Fakes Framework in my UnitTest, I get the following MSBuild warning.
warning MSB3270: There was a mismatch between the processor architect
Since I'm getting this error only for Fakes assemblies that I will only be running unit tests on, I decided to just ignore this error. This can be accomplished by adding this to your Fakes XML:
None