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
As this blogpost stated, it is possible.
%(RecursiveDir)%(FileName)%(Extension)
But be aware, the files will not be copied.