Transferring Visual Studio Settings
Hi guys.
I recently bought a new laptop, and only just installed Visual C# Express on it.
My Visual C# environment is set up nicely on my desktop, with custom font and background colours (I do this to remind myself that the programming I do at home is not the same as 'work' programming. I use the default colours at work).
I'd like to transfer the Visual C# colour scheme from my desktop to my laptop, without going through and changing everything one by one.
If anyone knows how to manage this, let me know...
Thanks,
Qu.
Re: Transferring Visual Studio Settings
Use Tools -> Import and Export Settings
Re: Transferring Visual Studio Settings
You'll get a .settings file from that, which is XML, so you can keep it in a 'central' location if you want.