Project References

Since some of the application can consist of several IDE projects (typically when using the MCS toolchain), the build of such example can be more complicated. The build of all "sub-projects" must run before the "main" project. To save a manual work, the option Project References specifies projects required to build this project successfully. In other words, it means, that all selected projects, build the output binary before the MyProject.

ide multi project
Fig. 1. Multi-project structure example

To configure project references for MyProject project, go to Project Properties  Project References

ide project references
Fig. 2. Project References

The window Project references for 'MyProject' shows all available projects in the current workspace which MyProject can reference.