Copy file(s) from one project to another using post build event
Visual Studio provides customized cmd script functions after Building solution.
Visual Studio provides customized cmd script functions after Building solution.
copy "$(SolutionDir)xxx.xml" "$(TargetDir)xxx.xml"
如上設置,可指定將Solotion Item的檔案一同複製一份至Project out folder
沒有留言:
張貼留言