Compile Monogame with xbuild - Mac

Hey everybody,

Can someone help me to build monogame with command line xbuild tool. I tried the following but getting the following error:

build command:

xbuild /p:Configuration=Release MonoGame.Framework.sln

Errors:

/Users/schr3da/Downloads/MonoGame-3.2/MonoGame.Framework.sln (default targets) ->
(Build target) ->

/Users/schr3da/Downloads/MonoGame-3.2/MonoGame.Framework/MonoGame.Framework.Windows8.csproj: error : /Users/schr3da/Downloads/MonoGame-3.2/MonoGame.Framework/MonoGame.Framework.Windows8.csproj: /Users/schr3da/Downloads/MonoGame-3.2/MonoGame.Framework/MonoGame.Framework.Windows8.csproj could not import "$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets"

Any help would be appreciated
Thanks a lot
regards
schreda

You can’t compile the Windows8/Win Phone projects on a mac.
You need to compile the MonoGame.Framework.MacOS.sln that will contains the mac only projects