2 different paths in compilation output

Asked

Viewed 28 times

1

How can I do so that the output of the compilation is in 2 different places, would like?

inserir a descrição da imagem aqui

1 answer

0


You can create a compilation event that makes the copy, something like that:

Project Properties -> Build Events -> Post-build event command line

You can put any command the operating system accepts. For example:

xcopy /y $(ProjectDir)arquivo.exe \OndeQuiser

Post Event Build

  • I wanted to put in a folder on disk C as the code would look?

Browser other questions tagged

You are not signed in. Login or sign up in order to post.