“Add as Link” for folders in Visual Studio projects

前端 未结 6 703
终归单人心
终归单人心 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:21

    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
      
    
    

提交回复
热议问题