February 13, 2012

XNA to Monogame

1.
remove all XNA dependencies from all projects of your solution

2.
add MonoGame & Lidgren project to your solution
MonoGame.Framework\MonoGame.Framework.Windows.csproj
ThirdParty\Lidgren.Network.Windows.csproj

3.
add "MonoGame.Framework.Windows", as dependency to your project (if you use farseerphysics, add monogame also there)

4.
remove "Content" from your Project (on filesystem too, restart VS2010)

5.
add a "Content" folder in your Project using VisualStudio

6.
add all Content Stuff to this folder

7.
Edit each content file for "Content" and "copy always"

8.
Compile

thats it.

any questions?

cheers
SiENcE

1 comment:

  1. I dont know anything about coding, what does "remove all XNA dependencies from all projects of your solution" mean?

    ReplyDelete