I have two public libraries called SimpleNetLib and ORMLib (they can be used indepentent from each other), so i am creating a new one that implements the last two called ORMNetLib. Thing is i want to hide the two assemblies SimpleNetLib and ORMLib from the user, so the user can only view the implementation of the new lib.
I dont know how to do this, i am using VS2015 and here is a pic of my current solution:
PD: ORMLib and SimpleNetLib have marked ORMNetLib as a friendly assembly, so i can implement internal classes.