Related questions
How to change visual studio themes?
I have downloaded a theme from here and want to use it with visual studio. I tried downloading the Visual Studio Color Theme Editor, but it only supports .vstheme files, not the .vssettings extension as provided in the theme.
The type or namespace name could not be found
I have a C# solution with several projects in Visual Studio 2010.
One is a test project (I'll call it "PrjTest"), the other is a Windows Forms Application project (I'll call it "PrjForm"). There is also a third project referenced by …