Hi all I have Class Library project with some classes.
I would like to know how to compile each class to different DLL.
I don’t want to create separate project for each dll,
I using this dll as plugins but these are very simple plugin and I don’t want to create project for each plugins.
I am going to put all these dll in the same directory and load them dynamically,
Thank you
Create a seperate Project for each class.