简体   繁体   中英

Share settings between VS 2015 to 2013

I have to downgrade from VS 2015 to VS 2013.

How can I export my settings to a lower version of visual studio? When I try do do a normal import from VS 2013 I get the error "unsupported version" .

You could try to manually edit your .vssettings file, and change the ApplicationIdentity setting from 13.0 to 12.0. (On the second line, I think)

<ApplicationIdentity version="12.0"/>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM