readme.txt 796 B

123456789101112131415
  1. # MonoGame.Extended.Content.Pipeline
  2. This NuGet package is intended to be used with the MonoGame Content Pipeline tool. You'll need to
  3. make some changes to your Content Pipline file (usually Content.mgcb) for everything to work
  4. properly.
  5. Add a reference to the `MonoGame.Extended.Content.Pipeline.dll` now installed in your `packages` folder
  6. to the [MonoGame Content Pipeline tool](http://www.monogame.net/documentation/?page=Pipeline).
  7. You can do this either with the Reference Editor in the GUI or by manually adding a reference line to
  8. your `Content.mgcb` file using a text editor.
  9. **Remember**: the versions need to match exactly for everything to work.
  10. For more information, take a look at the [installation guide](http://craftworkgames.github.io/MonoGame.Extended/installation/).