Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.21 KB

mono-template-vsmac

monogame vs template file for vs2019 mac

Installation

For Windows visual studio 2019

  1. Download the templates [zip files].(https://github.com/ezel/mono-template-vsmac/raw/master/VS2019MonoGame.zip)
  2. 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\

For MacOS

Visual Studio 2019 for Mac

  1. Download the templates [zip files].(https://github.com/ezel/mono-template-vsmac/raw/master/VS2019MonoGame.zip)
  2. Unzip, put anywhere you like.
  3. Open VS2019, install the extension
  4. Open a solution file from the templates, e.g Desktop/MonoGameDesktopGLApplication.sln
  5. Right Click Choose 'Create the template'
  6. 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.
  7. Then you are able to create new monogame projects.

Visual Studio Code

Todo

Credits and More ...

the files from more template usage or read the json file directly