The project will generate events copy dll file to a specified location

The project will generate events copy dll file to a specified location 

xcopy $(TargetPath) ..\..\..\..\ExecutorsDLL\ /y

 

xcopy $ (TargetPath): copy command

 

.. \ .. \ .. \ .. \ ExecutorsDLL \: destination path

 

/ Y: Paste command s

Reproduced in: https: //www.cnblogs.com/zhangchenliang/archive/2012/08/19/2646299.html

Guess you like

Origin blog.csdn.net/weixin_34061482/article/details/93495189