Where do I place XNA content pipeline references?
- by Zabby Wabby
I am relatively new to XNA, and have started to delve into the use of the content pipeline. I have already figured out that tricky issue of adding a game library containing classes for any type of .xml file I want to read.
Here's the issue. I am trying to handle the reading of all XML content through use of an XMLHandler object that uses the…