Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change Default Settings For Visual Studio

I'm using Visual Studio 2010 and in startup I choose Web Developer for default settings but I want C# settings.How I can change default settings to c#?

like image 264
Arian Avatar asked Nov 13 '11 18:11

Arian


1 Answers

  1. Choose Tools -> Import and Export Settings...
  2. Select Reset All Settings and click Next
  3. Select whether you would like to save the current settings and click Next
  4. Select the settings you want to use and click Finish

From - http://social.msdn.microsoft.com/Forums/en-US/csharpide/thread/4b09ba47-18d2-49a0-8cb7-7020706e034a/ (was written for VS2005 will work with VS2010)

like image 92
ipr101 Avatar answered Sep 30 '22 11:09

ipr101