Hi,
I’m building a reusable lib to my C# desktop apps. Today, the easy way to use this lib, is at my Visual Studio Solutions, add existing projects.
The problem is that the project added generate his own .dll file, that I have to carry with the application, but since I have the source, I want it compiled inside my exe.
The other solution I found is Add Existing item as link, but it’s hard to maintain cause it can’t add folders.
How you experts reuse code without generating extra dlls

Reuse code
Callum
CarlosFernando
Jacques 316