copy /y $(TargetPath) $(SolutionDir)\[您项目引用dll文件的目录]\$(TargetFileName)

例如:copy /y $(TargetPath) $(SolutionDir)\Dynamic.CallEntryTests\dlls\$(TargetFileName)

 

Visual Studio使用技巧笔记(引用程序集自动复制dll到引用项目目录)

相关文章:

  • 2021-06-30
  • 2021-05-18
  • 2022-12-23
  • 2022-02-05
  • 2022-12-23
  • 2021-06-30
  • 2021-10-19
  • 2021-07-04
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
相关资源
相似解决方案