We have a solution file with multiple Apps for multiple platforms. There are 10 projects which may be selected as default startup project while developing a user story. Unfortunately the StartupItem is stored in the sln file and hence causes undesired merges in our version control system (or worse: collisions). As I understand, Visual Studio has an .suo file to store these kind of settings per user.
Why does Xamarin Studio store the StartupItem in the sln file? Is there support for suo files? Or is there any other workaround for this commit ping-pong?