Visual Studio Express 2012 not building exe in Release folder

后端 未结 3 1006
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-19 02:13

I have compiled a simple \'Hello World\' program. The program is successfully compiled without any errors. I can see a working executable in bin folder. But the Release folder o

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-19 02:40

    You can change your build mode in top of your Visual Studio:

    enter image description here

    Dependently on which mode you build your solution, Visual Studio will generate .exe in either bin\Debug folder or bin\Release folder.

提交回复
热议问题