Create an application independed with Go

I want to create an Application using the Go, but it is indepent with the Go;
I created a GraphLib lib and Test application. In the GraphLib, I implemented GoView and GoDocument to GraphView and GraphDocument. In the Test, I only used GraphView, but VS .NET told me add Northwoods.Go to build
Tell me the solution, please.

If you “use” an assembly, you are compiling in references to it.
That has nothing to do with GoDiagram, of course–that’s just how .NET works.