Using visual studio I'm struggling on how best to setup branching when I need to call a class contained in another project. Assume the following structure of my project:
Solution
- Project 1
- project 2
- Project 3
- Utility
When I branch my projects it will look like this:
Solution
- Project 1-DevBranch
- project 2-DevBranch
- Project 3-DevBranch
- Utility
What's the most efficient way of calling the utility project from each of my branches?