You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Roman Shapiro edited this page Jul 25, 2019
·
29 revisions
There are two ways of referencing Myra in the project:
Through nuget: install-package Myra for MonoGame(or install-package Myra.FNA for 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.