“Add as Link” for folders in Visual Studio projects

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

    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)
    
    

提交回复
热议问题