Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are the settings in Visual Studio 2010 stored with the solution or with the IDE?

Are the settings in Visual Studio 2010 stored with the solution or with the IDE?

Is there any way to have settings that are the default with the IDE and then overriden by the project?

like image 524
leeand00 Avatar asked Dec 28 '22 22:12

leeand00


1 Answers

Any settings affecting the user interface, the ones you set with Tools + Options are not stored in solution or project files. Nor is there a way to get a loaded solution to alter them. They are stored in the CurrentSettings.vssettings file, Documents/Visual Studio 20xx/Settings subdirectory of your user folder.

like image 144
Hans Passant Avatar answered Dec 31 '22 19:12

Hans Passant