I would like to know if a .NET Win32 app can be compiled to ARM with VS 2015 Community (or any other version).
I have seen, and tested, that Visual C++ Win32 apps can be compiled to ARM and run on Windows 8.1 RT (Jailbreaked device), but I would like to port an open source .NET app to ARM, currently VS just allow me to compile it on x86/64.
Any idea if this is possible? If it is, how to enabled the ARM target for .NET Win32 projects?
Thanks!