In Visual studio 2008 -- For my particular project, I only care about a subset of a solution. I handle this by unloading the projects I don't need. I know these settings are saved in suo. So what I'd like to do is save off the suo file with these settings for later use so that when I (or someone else on my team) checks out the code, instead of seeing the entire solution, they can apply this suo file and just the subset they care about without having to manually unload each project.
Is this possible, or are suo files tied to a specific user or directory or some such? How portable are these files?