Your best bet is to pull the entire Trinity project off the SVN, load that up into VS, and then build your plugin. That's what I do for routines so that my references all match, e.g.:
using Trinity.Components.Combat;
using Trinity.Components.Combat.Resources;
using Trinity.Framework;
using...