include separated exe application into VS Console project

梦想与她 提交于 2019-12-25 06:36:46

问题


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 I have one problem, if I build project I need to copy exe file manually to build folder.

Regards, Tomas


回答1:


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



来源:https://stackoverflow.com/questions/2243054/include-separated-exe-application-into-vs-console-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!