Forum Discussion
- AlexKaras
Champion Level 3
Hi Maria,
You should add Unit1 from Project1 as existing item to Project2 and reference it from Unit2 with the help of 'Useunit Unit1' clause.
Note: Adding unit as existing one will not make a copy of it, but will reference existing file. This means that the change in Unit1 made from any project (either Project1 or Project2) will be reflected in all projects that reference this unit.