In Visual Studio, we can \"Add as link\" to add a link to a file in another project in the solution.
Is there any way to do this for entire folders, so that an entir
If you want to add a folder as a reference and you don't want to compile it, use:
folder_in_B_project\%(RecursiveDir)%(FileName)%(Extension)