I have c# solution in Visual Studio. projects are:
- MyLib - pure dll
- MyWebService - wsdl
- MyClient - project that has web service of MyWebservice
I want to attach/publish MyLib together with MyWebService to be visible all definitions of structures, enums etc from MyLib to MyClient.
For example I do in my client something like this:
using MyWebService.MyLib;