Reputation: 23978
When starting Visual Studio 2008 you are asked to choose a programming layout (preset?), which can be C++ or C# (or generic?). Few months ago I choose the C++ preset because I was working on a C++ project, while now I'm working to a C# project. Is there a way to reset the Visual Studio layout to C#?
Upvotes: 23
Views: 19164
Reputation: 10350
Go to:
Choose one of the following under Default Settings:
/ResetSettings
command line switch.Upvotes: 46
Reputation: 538
For Visual Studio 2015 it's the same steps described by @Dariusz Woźniak but you can select "Reset all settings" instead of "Import" on step 2.
Upvotes: 2