Template and build tasks for developing a cross-platform multi-target .NET Framework and .NET Core FNA project in VSCode.
 
 
Go to file
Evan Hemsley 86a64e00b2 readme + first pass on install script 2020-03-03 16:03:33 -08:00
.vscode add .NET Core support 2020-03-03 15:28:52 -08:00
FNA@3828068cfe initial commit 2020-03-03 15:18:34 -08:00
ProjectName add .NET Core support 2020-03-03 15:28:52 -08:00
build initial commit 2020-03-03 15:18:34 -08:00
.gitignore initial commit 2020-03-03 15:18:34 -08:00
.gitmodules initial commit 2020-03-03 15:18:34 -08:00
FNA.Settings.props add .NET Core support 2020-03-03 15:28:52 -08:00
LICENSE add MIT license 2020-03-03 15:20:28 -08:00
ProjectName.Core.sln add .NET Core support 2020-03-03 15:28:52 -08:00
ProjectName.Framework.sln initial commit 2020-03-03 15:18:34 -08:00
README.md readme + first pass on install script 2020-03-03 16:03:33 -08:00
install.sh readme + first pass on install script 2020-03-03 16:03:33 -08: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

  • Download this repository
  • Run install.sh if you are on Linux/OSX or install.ps1 if you are on Windows and follow the instructions

Acknowledgments

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