I have a solution created by VS2013 and hosted on GitHub and it builds. I tried to build it on Xamarin Studio but it gives me this error
Error building target CopyAutoMapperAssembly: Unable to parse condition "$([System.String]::new('%(ReferencePath.Filename)').StartsWith('AutoMapper.'))" : Invalid punctuation: [
I disabled the NuGet Package restore feature deleting options from the project file but It doesn't solve the problem.
If want to try the project on Xamarin Studio this is the project: https://github.com/Ar3sDevelopment/Caelan.Frameworks.BIZ/tree/dev (only the dev branch has the fix)