“Add as Link” for folders in Visual Studio projects

前端 未结 6 702
终归单人心
终归单人心 2020-12-04 05:20

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

6条回答
  •  温柔的废话
    2020-12-04 06:02

    As this blogpost stated, it is possible.

    
        
            %(RecursiveDir)%(FileName)%(Extension)
        
    
    

    But be aware, the files will not be copied.

提交回复
热议问题