How can I change the Visual Studio work environment from Web mode back to Visual C++ mode?
I selected web development as my primary development style the 开发者_开发技巧first time I booted Visual Studio 2010 and now I would like to change it to Visual C++. How can I do this?
After some poking around, the option to do this is:
"Tools" -> "Import and Export Settings" -> "Reset all settings"
Seems like a weird place for it
or you can just go to:
Tools/Options/Environment/Start-up
then choose from At start-up box >> show new project dialog box
so you can save time of switching between work environments!
精彩评论