MvvmCross / MvvmCross-Forms

Support for Xamarin.Forms on MvvmCross: The .NET MVVM framework for cross-platform solutions, including Xamarin.iOS, Xamarin.Android, Windows and Mac.
http://mvvmcross.com
6 stars 2 forks source link

PR due shortly #15

Closed PeterBurke closed 9 years ago

PeterBurke commented 9 years ago

I have a minor restructure almost ready:

The one aspect that I need to address is the issue of releases working on VS 2013 but not VS 2015 and Vice Versa. There are no compatibility issues in the C# files, but there seem to be minor differences in the SLN and CSPROJ files required to get a clean compile. I will be doing my testing of VS 2013 on a different computer and will deliver alternative versions of the files that differ.

As an aside Visual Studio 2013 update 5 has just been released and I will be upgrading before I start testing, I suggest that you do likewise.

Also I have been working on the MvvmCross-Forms Wiki. I presume the Wiki will actually come across in the PR, but in any case take a look at it, all feedback Welcome.

I expect that the PR will be available sometime in the next 24 hours.

martijn00 commented 9 years ago

Thanks! I've now installed VS2015 too, and i see where the reference error comes from. In VS2015 it as you to add a reference to ObjectModel, even in Android. But if you just ignore that, the project still builds fine.