I clicked on the FarseerPhysics.Portable project and changed the targets(properties–>Library–>Targets) from .NET Framework 4, Silverlight 5 to .NET Framework 4, Silverlight 5, Windows 8, Windows Phone Silverlight 8
After that, I could add a reference to the FarseerPhysics.Portable project. But it’s still not working. I always get many error messages that some assembly references are missing. I have only two assembly references in the FarseerPhysics.Portable project: .NET, MonoGame.Framework
Which assembly references should I add? For example, I get the following error message: The type or namespace name ‘Vector2’ could not be found (are you missing a using directive or an assembly reference?)
I want to use Farseer in a Windows Phone 8 MonoGame project.