When using the latest Monodevelop and VS 2012 RC to share code. I can load and use the .sln solution, .csproj project files, and all the code files from either a Mac running Mon
The problem is that the VS SLN files now start with:
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2010
Whereas they need to start with:
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
I reported this to Xamarin - and they've already got a patch - https://bugzilla.xamarin.com/show_bug.cgi?id=4919
Alternatively, just manually hack the files - that's what I do.