Shyy Guy
Shyy Guy

Reputation: 242

MonoGame From Source Directory

I ran Protobuild.exe, but no one has mentioned where it outputs to. Does anyone here know where the default folder is suppose to be at?

Upvotes: 1

Views: 171

Answers (1)

Petri Laarne
Petri Laarne

Reputation: 421

Running Protobuild.exe generates the Visual Studio projects and solutions for every platform. The solutions are in the root directory, i.e. along Protobuild.exe.

Note that Protobuild does not build the framework - you have to open the solution and build it in Visual Studio (which generates its output in MonoGame.Framework\bin subdirectory).

Upvotes: 2

Related Questions