1.1 KiB
1.1 KiB
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 orinstall.ps1
if you are on Windows - 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
Acknowledgments
Thanks to Andrew Russell and Caleb Cornett's FNA templates for a starting point for this template.