Reputation: 7113
I tried to import my vssettings from Visual Studio 2013 into Visual Studio 2012 but I got an error saying it was created from a unsupported application.
How can I convert the settings to be used by VS2012?
Upvotes: 1
Views: 1162
Reputation: 7113
I discovered by myself. You just open the file with a text editor and change from
<ApplicationIdentity version="12.0"/>
to
<ApplicationIdentity version="11.0"/>
Upvotes: 2