Hi all
I apologise if this has been asked before, I searched the forums but could find anything.
I have a ProductEntity generated by LLBLGen and I want it to implement an interface in an external project. I have worked out how to add the interface and namespace reference to the Entity class (through 'Additional Interfaces' and 'Additional namespaces') but the problem is that I can't work out how to add the reference to the external project's .dll to the actual generated LLBLGen project. I can manually add the reference in VS2005 but every time I regenerate the project, the reference gets deleted.
Thanks,
C Moseley.