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 Sep 1, 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)
As submodule:
a. git submodule add https://github.com/rds1983/Myra.git
b. git submodule update --init --recursive
b. Copy SolutionDefines.targets from Myra/build/MonoGame(or Myra/build/FNA) to your solution folder.
If FNA is used, SolutionDefines.targets needs to be edited and FNAProj variable should be updated to the location of FNA.csproj next to the Myra location.