monogame vs template file for vs2019 mac
- Download the templates [zip files].(https://github.com/ezel/mono-template-vsmac/raw/master/VS2019MonoGame.zip)
- unzip, and The MonoGame Folder should go under the following location.
C:\Users<user id>\Documents\Visual Studio 2019\Templates\ProjectTemplates\Visual C#\
The result will be:
C:\Users<user id>\Documents\Visual Studio 2019\Templates\ProjectTemplates\Visual C#\MonoGame\
- Download the templates [zip files].(https://github.com/ezel/mono-template-vsmac/raw/master/VS2019MonoGame.zip)
- Unzip, put anywhere you like.
- Open VS2019, install the extension
- Open a solution file from the templates, e.g Desktop/MonoGameDesktopGLApplication.sln
- Right Click Choose 'Create the template'
- Modify template json, which is generated by the extension and can be found at folder: , add the 'symbols' parts which will replace some parameters when you use the template for new project.
- Then you are able to create new monogame projects.
Todo
the files from more template usage or read the json file directly