Tagged Questions
2
votes
3answers
2k views
Where do I place XNA content pipeline references?
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 ...
6
votes
2answers
612 views
Can XNA Content Pipeline split one content file into several .xnb?
Let's say I have an xml file which looks like this
<Weapons>
<Weapon>
<Name>Pistol</Name>
...
</Weapon>
<Weapon>
<Name>MachineGun</Name>
...
...