Copy to Output Directory copies folder structure but only want to copy files

后端 未结 8 1908
谎友^
谎友^ 2020-11-27 12:05

I have a VS2008 I want to copy certain files from a directory into my /bin/ folder. I have set the files (located in /common/browserhawk/) to \"Co

8条回答
  •  执念已碎
    2020-11-27 12:51

    You could build a batch file to copy the files and execute it as a post-build event.

提交回复
热议问题