In my work, I usually use Debug mode to run my projects and I also want to debug them as needed. Sometimes, I also want to deploy one project DLL to production. I must switch from Debug to Release mode on my solution and build it again. After completing, I re-switch from Release to Debug mode to come back my work.
I need the fastest way or have a option to build Release on my selected project while my solution is still in Debug mode.
I’m using VS 2010 & C#.
Not sure if there is a direct shortcut for something like that. But you can do:
It is actually opening options from the menu as under: