Build only one project at a time

If I have a solution with multiple projects, is it possible to build just one of the projects when I press ⌘R instead of all of them? They are cross platform console applications and I don’t need to build the windows one whilst I’m coding on the Mac.

If you click on one of the projects in the solution explorer the popup menu has enabled, enable all projects and enable this project. You can just enable the one you want to currently build.

1 Like

Thanks @JohnMoshakis. That’s the solution.

1 Like

Also, when you hit Cmd-R or the like to run, Fire will smartly build only the active project and any (enabled) dependecies it has; Cmd-B will build all enabled projects.

1 Like