You can add a Post Build Event to copy the files.
Go to project properties, Build Events tab and add the following to the Post-build event command line:
copy "$(ProjectDir)commonrowserhawk*.*" "$(TargetDir)"
Be sure to include the quotes if your project path has spaces in it.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…