We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
There are two ways of referencing Myra in the project:
Through nuget: install-package Myra for MonoGame(or install-package Myra.FNA for FNA)
install-package Myra
install-package Myra.FNA
Through source code:
a. Add Myra source code to the project(i.e. as git submodule).
b. Copy SolutionDefines.targets from build/MonoGame(or build/FNA) to the solution folder.
c. Add src/Myra/Myra.csproj to the solution.