Starter project for MoonWorks.
 
 
Go to file
cosmonaut 76057560fc set moonlibs to always copy 2024-02-26 17:25:51 -08:00
.vscode fix release mode discrepancies 2023-12-21 15:21:49 -08:00
Content restructure template project generation 2022-01-25 16:25:44 -08:00
src fix release mode discrepancies 2023-12-21 15:21:49 -08:00
.gitignore remove mono references 2022-03-03 11:06:51 -08:00
CopyMoonlibs.targets set moonlibs to always copy 2024-02-26 17:25:51 -08:00
LICENSE initial commit 2021-04-04 14:01:40 -07:00
ProjectName.csproj disable console in release mode 2023-12-21 15:23:36 -08:00
ProjectName.sln fix install script crash + VS solution 2023-08-08 10:37:53 -07:00
README.md update for MacOS support 2023-10-16 11:39:53 -07:00
install.sh fix install script crash + VS solution 2023-08-08 10:37:53 -07:00

README.md

MoonWorksTemplate

Template and build tasks for developing a cross-platform multi-target .NET 7 MoonWorks project in VSCode.

The generated solution file will also work in regular Visual Studio.

Features

  • Project boilerplate code
  • VSCode build tasks
  • VSCode step debugger integration

Requirements

Installation

  • Make sure you have Git Bash from Git for Windows if you are on Windows
  • Download this repository
  • Run install.sh
  • Move the newly created project directory wherever you want

Usage

  • Open the project directory in VSCode
  • Press Ctrl-Shift-B to open the build tasks menu
  • Tasks use .NET 7.0 to build and run
  • Press F5 to build and run step debugger

Acknowledgments

Thanks to Andrew Russell and Caleb Cornett's FNA templates for a starting point for this template.