Since I use Fakes Framework in my UnitTest, I get the following MSBuild warning.
warning MSB3270: There was a mismatch between the processor architect
In project_name.csproj file remove ItemGroup node where is set processorArchitecture attribute. It sth like;
ItemGroup
...
That helped for me.