Reputation: 618
How do I copy my Layouts-o-Rama configuration to VS2013 now that I have upgraded?
Layouts-o-Rama is a brilliant Visual Studio extension when you find yourself using VS in different locations with different monitor setups. Just save a layout for each location/personality and create hot keys to toggle them.
It is good at what it does, but I just installed VS 2013 and I find that Layouts-o-Rama doesn't have the presets from VS2012.
Upvotes: 9
Views: 661
Reputation: 1807
It is possible. But it involves a few manual steps:
Install the plugin from the gallery in VS 2013
Copy over your settings:
c:\Users{username}\Documents\Visual Studio 2012\SettingsORama\
to
c:\Users{username}\Documents\Visual Studio 2013\SettingsORama\
Edit all of your settings files (for eg. "C:\Users\{username}\Documents\Visual Studio 2013\SettingsORama\2 monitors.vssettings"
) and change the ApplicationIdentity
to 12.0
for VS 2013
<UserSettings>
<ApplicationIdentity version="12.0" />
Upvotes: 11