如何将Resources子目录复制到TargetDirafter Build?
我试过了:
copy “$(ProjectDir)\Resources” “$(TargetDir)”
但是这个复制文件,而不是目录
编辑
xcopy /s “$(ProjectDir)\Resources” “$(TargetDir)”
给出相同的结果
如何将Resources子目录复制到TargetDirafter Build?
我试过了:
copy “$(ProjectDir)\Resources” “$(TargetDir)”
但是这个复制文件,而不是目录
编辑
xcopy /s “$(ProjectDir)\Resources” “$(TargetDir)”
给出相同的结果