Go to file
cosmonaut 5b12720f77 initial commit 2020-08-03 17:55:59 -07:00
.vscode initial commit 2020-08-03 17:55:59 -07:00
FNA@65eac75144 initial commit 2020-08-03 17:55:59 -07:00
PreShaderTest initial commit 2020-08-03 17:55:59 -07:00
Smuggler@9aabffa8d7 initial commit 2020-08-03 17:55:59 -07:00
build initial commit 2020-08-03 17:55:59 -07:00
.gitignore initial commit 2020-08-03 17:55:59 -07:00
.gitmodules initial commit 2020-08-03 17:55:59 -07:00
FNA.Settings.props initial commit 2020-08-03 17:55:59 -07:00
PreShaderTest.Core.sln initial commit 2020-08-03 17:55:59 -07:00
PreShaderTest.Framework.sln initial commit 2020-08-03 17:55:59 -07:00
README.md initial commit 2020-08-03 17:55:59 -07:00

README.md

FNA-VSCode-Template

Template and build tasks for developing a cross-platform multi-target .NET Framework and .NET Core FNA project in VSCode.

Features

  • Includes project boilerplate code
  • Build tasks for both .NET Framework and .NET Core side by side
  • Press F5 to build and debug in-editor with Core Debugger

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
  • Framework tasks use .NET Framework or Mono to build and run
  • Core tasks use .NET Core to build and run
  • Press F5 to build and debug with Core Debugger

Acknowledgments

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