include separated exe application into VS Console project
I have created console application on VS 2008, the console app use another exe file(using command line). I would like to add that exe file to my console application. Now开发者_Go百科 I have one problem, if I build project I need to copy exe file manually to build folder.
Regards, Tomas
Add the .exe to your solution.
Then in the solution explorer : richt clik on the exe file and choose properties
In the properties:
Copy to output folder : Copy if newer
精彩评论