Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to save the VS 2010 settings in Project file?

Is there is a way to save the vs setting in project file(csproj/csproj.user).For eg i have two project called x and y, x should loads with a settings(font,fontsize,tab space) and different from y and then i don't want to import and export the *.vssettings in my vs every time.

like image 477
BalaKrishnan웃 Avatar asked Jul 03 '13 14:07

BalaKrishnan웃


1 Answers

This isn't directly possible, as the preferences are not project (or solution) based.

There are extensions that might provide a solution for you, like EditorConfig

If you're looking to simply share your settings between VS installs on multiple systems, there is a cloud sync feature in VS2012 (or you can use third party tools like this)

like image 78
holtavolt Avatar answered Nov 16 '22 01:11

holtavolt