You can create a compilation event that copies, something like this:
Project Properties -> Build Events -> Post-build event command line
You can place any command that the operating system accepts. For example:
xcopy /y $(ProjectDir)arquivo.exe \OndeQuiser