I have two Visual Studio 2008 projects which are in the same solution.
How can I add a Web Reference to project A so that project B doesn't see it?
- Project A needs web reference to WebService1
- Project B shouldn't be able to see A.WebService1.* but needs reference to project A
- I don't want to manually modify the generated classes for WebService1 in project A