9

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.

gunr2171
  • 16,104
  • 25
  • 61
  • 88
Jason Glover
  • 618
  • 5
  • 13
  • 2
    Visual Studio 2015 now supports window layout management out of the box, and the settings synchronize along with your Microsoft account: http://www.alexdresko.com/2014/11/14/window-layout-management-in-visual-studio-2015/ – Alex Dresko Nov 14 '14 at 20:49
  • I've found this extension perfect for when VS occasionally and mysteriously resets my layout, even on the same machine... – drzaus Jun 02 '17 at 16:22

1 Answers1

11

It is possible. But it involves a few manual steps:

  1. Install the plugin from the gallery in VS 2013

  2. Copy over your settings:

    c:\Users{username}\Documents\Visual Studio 2012\SettingsORama\

    to

    c:\Users{username}\Documents\Visual Studio 2013\SettingsORama\

  3. 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" />
    
gunr2171
  • 16,104
  • 25
  • 61
  • 88
mklein
  • 1,787
  • 1
  • 15
  • 18