c# - Visual Studio project not building when I click debug or press F5 -


vs2010 c#, winforms project.

it not build automatically when click on debug or press f5. if manually build project before debug, compiles , changes picked up.

my other projects work expected. why doesn't build automatically?

right-click solution (not project) in solution explorer , select configuration manager. check if build turn off current configuration.


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -