Hi, I’m trying to build MonoGame from source and use it in my project but I have run into some difficulties.
I cloned the latest version of the source from the github and built it using VS2019 which seems to have worked fine.
Now I want to add a reference to the .dlls to my project. The problem is that when I try to add them I get an error in Visual Studio that says “the reference is invalid or unsupported”.
I’m trying to add it by right clicking Dependencies and choosing “Add Project Reference” then browsing to the .dll. I’m a bit suspicious of that option because I remember previously this just being called “Add Reference” but there is no such option now.
Anyone have any idea how this is meant to work?