Visual Studio: Relative Assembly References Paths
To expand upon Pavel Minaev’s original comment – The GUI for Visual Studio supports relative references with the assumption that your .sln is the root of the relative reference. So if you have a solution C:\myProj\myProj.sln, any references you add in subfolders of C:\myProj\ are automatically added as relative references. To add a relative reference … Read more