c# - Visual Studio Express 2012 not building exe in Release folder -


i have compiled simple 'hello world' program. program compiled without errors. can see working executable in bin folder. release folder of project totally empty.

i don't know if there settings problem or problem in building. apparently, don't see error.

you can change build mode in top of visual studio:

enter image description here

dependently on mode build solution, visual studio generate .exe in either bin\debug folder or bin\release folder.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

c++ - NetBeans Remote Development with additional configuration -

visual studio - TFS will not accept changes I've made to a Java project -