I have an XNA library that uses several custom effects. These effects need to be accessed by:
- a content pipeline project (models are built with the effect)
- projects that use my game library (they should be able to load a standalone instance of the effect)
Where should I put the .fx files for the custom effects, and how do I access them from the different projects?