I'm trying to repackage an existing desktop app for Windows 10 IoT on ARM (Dragonboard 410c,specifically).
I've installed VS 2017 Community edition (15.9.6) and I have the source for the desktop version of this project, although I don't know much about it.
It currently targets x86 / x64 (both of which work fine), but an ARM option is not available.
Do I need to add some component to VS, or manually edit something to be able to compile for ARM?
When I set the Dragonboard as the Remote Target, I unsurprisingly get this error:
"Error DEP3308: Deployment target '192.168.1.119' does not support projects targetting X86 platform. Supported platforms: ARM."
Happy to provide more information as necessary.
Thanks, R