例一:

xcopy $(TargetPath) $(SolutionDir)\Framework\HCSP.App\bin\Debug /y

 

例二:

xcopy $(TargetPath) $(SolutionDir)\Framework\HCSP.App\bin\Debug /y

xcopy $(TargetPath) $(SolutionDir)\Framework\HCSP.DIYStduio.App\bin\Debug /y

xcopy $(TargetDir)Omu.Drawing.dll $(SolutionDir)\Framework\HCSP.App\bin\Debug /y

xcopy $(TargetDir)Omu.Drawing.dll $(SolutionDir)\Framework\HCSP.DIYStduio.App\bin\Debug /y

xcopy $(TargetDir)ImageResizer4DotNet.dll $(SolutionDir)\Framework\HCSP.App\bin\Debug /y

xcopy $(TargetDir)ImageResizer4DotNet.dll $(SolutionDir)\Framework\HCSP.DIYStduio.App\bin\Debug /y

xcopy $(TargetPath) $(SolutionDir)\Framework\HCSP.SupplierStudio.App\bin\Debug /y

 

图例:

类库间无项目引用时,在编译时拷贝DLL

相关文章:

  • 2022-02-08
  • 2021-08-16
  • 2021-12-14
  • 2022-12-23
  • 2021-06-06
  • 2022-12-23
  • 2021-12-27
  • 2021-11-09
猜你喜欢
  • 2021-05-26
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2021-08-01
  • 2022-01-10
  • 2021-11-02
相关资源
相似解决方案