博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
类库间无项目引用时,在编译时拷贝DLL
阅读量:5165 次
发布时间:2019-06-13

本文共 713 字,大约阅读时间需要 2 分钟。

例一:

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

 

图例:

转载于:https://www.cnblogs.com/xcj26/p/5670768.html

你可能感兴趣的文章
安装MySQL5.7
查看>>
树状数组模板
查看>>
2019-09-23
查看>>
周易八卦——数字卦预测的程序实现
查看>>
数据库取出的date类型数据在jsp页面格式化
查看>>
Python MySQL OperationalError: (1054, "Unknown column 'XX' in 'where clause'")
查看>>
IP协议
查看>>
redux、immutablejs和mobx性能对比(一)
查看>>
Java IO Demo
查看>>
winform time.AddMinutes 时间相加
查看>>
无限级菜单的实现
查看>>
android脚步---使用framelayout实现霓虹灯效果
查看>>
Configuration.ConfigurationSettings.AppSettings已过时
查看>>
Mac中的快捷键
查看>>
lua C++ wrapper
查看>>
awk 对简单文本处理试水
查看>>
react.js 多个组件集成示例
查看>>
用户故事驱动的敏捷开发 – 2. 创建backlog
查看>>
NLTK-Chapter8.4中符合语句规则的字串表-动态规划算法的解释
查看>>
AQS(AbstractQueuedSynchronizer)
查看>>