You can instruct the IDE to build certain projects before others. If a given project refers to another project, the IDE builds
            that project first. 
            
            
Note: Setting the build order doesn't necessarily cause the IDE to rebuild all projects that depend on a given project. You must
               rebuild all projects to ensure that all dependencies are resolved.