开发者

include separated exe application into VS Console project

开发者 https://www.devze.com 2022-12-19 17:12 出处:网络
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 proble

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

0

精彩评论

暂无评论...
验证码 换一张
取 消