a shared mgcb.

Now i copied my mgcb from my WP 8.1 project into my windows project. This all works fine…
But i would like to make a shared-‘content project’ that will be referenced by both.
What would be the steps to do this with the mgcb ?
.

What version of monogame are you using?

no worries… i solved it :slight_smile:

@jarnoburger, how did you do this? I’d be pleased to know.

i just made two projects… and didn’t let it be shared :)… i do checks between them using beyond compare.

1 Like

Note our next big project is extending the Pipeline tool to support multiple platforms with a single content project. A bunch of GUI work is needed to make that happen.

Is there any way to create shared mgcb files among all the platforms?

I would like to create a solution with projects for each platform and to share as much code as I can, including its assets in the mgcb.

@SuperJMN I wrote a tutorial on doing this using three separate approaches. Depending on how you’re setting up the projects in the solution, maybe you can find the answer here https://manbeardgames.com/tutorials/multiplatform-game-development-with-monogame/