how to compile classes in the same project to different DLL
listed in answer
ANSWER:
You can separate the classes creating a new project in your solution, you will create a Class library, that will generate a dll.
Than you must go to references and add the new reference to the project.
You should think if this is a good solution, if you are going to use that class in others projects it’s a good solution.

New Comments