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
One addition to the answer from mo. and the comment from Marcus, if you are linking content items you will need to include the file extension:
%(RecursiveDir)%(FileName)%(Extension) PreserveNewest