Monogame in Codeblocks on Windows.

Does anybody know if it is possible to setup monogame to have it’s default projects setup on codeblocks similar to how you get template projects in Visual Studio?
Any help in any direction would be much appreciated.

The templates that MG installs are specific to MonoDevelop and VS. You can check out the template source files on GitHub to figure out how to make it work for another IDE, but it’s easiest if you can use MD or VS to set up your projects. A standalone project creation tool is planned to make things easier if you use another IDE.