InfoStatus
InfoStatus

Reputation: 7113

How to import vssettings from VS2013 into VS2012?

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

Answers (1)

InfoStatus
InfoStatus

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

Related Questions