votes
How static link C# library to my C# program? OR how set reference to link statically instead of dynamically? Please tell me .Net supports static libraries and that it's easy!
Background: I have two C# projects, "A" and "L." L is a library that the A project references. Everything is fine except when I distribute A I have to include the L.dll file, too. I was hoping I could go my A project ...
