This is basically what I now do. However the utility consists of different classes which often reference each other so I have to copy the whole lot or fiddle about taking the bits I need.
I was wondering if there's a way (as in C, C++) to create a library (.lib) and statically link to this. Big plus is this only consumes the referenced compiled code and no worries about ending up in DLL hell ...