Background: My team uses two different targets during active development. One is a Ubuntu server (running in a vm) and the other is a target microprocessor (arm based). We do not have cross compiling yet, but build on the target. Of course, each system has its own IP address.
Question: Is there a way to easily select the target when building the solution? I am hoping there is a simple way to switch between these two targets for all projects in the solution. Right now we have to switch each project from one target to the other using the RemoteMachine under project settings.