How to build AnyCPU project? WP8 & WIN8

How to build AnyCPU project? WP8 & WIN8

You can’t build AnyCPU using Unity. Unity runtime is written in C++ and is compiled to machine code, so any project including it is architecture dependent.
AnyCPU is only possible when everything is managed, i.e. if you write a plugin in C#, it can be AnuyCPU.