1 2 3 | There was a mismatch between the processor architecture of the project being build "MSIL" and the processor architecture of the reference "[internal C# dll]", "x86". |
Чтобы избавиться от этого сообщения надо открыть файл проекта и добавить туда следующие строки
1 2 3 | < propertygroup > < resolveassemblywarnorerrorontargetarchitecturemismatch >None</ resolveassemblywarnorerrorontargetarchitecturemismatch > </ propertygroup > |
http://stackoverflow.com/a/12672514/2237301