I have one Windows project, a Linux project and a Shared Project referenced by both the first two projects.
I've set up everything necessary to build the Linux project with a Remote Debugger. Now when I try to compile a file individually in the Shared Project (Ctrl+F7), it defaults to trying to compile it with the remote compiler. Is there any way to choose which compiler to use when compiling individual files in the Shared Project?