Visual Studio 2017 Community Build Events Macros Error 255

后端 未结 0 2001
既然无缘
既然无缘 2020-12-21 15:19

I want to move all *.dll and *.xml files to other folder.

After build i have a macros

for %I in (*.dll *.xml) do move %I "$(TargetDir)libs\\"         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题