how to compile classes in the same project to different DLL

listed in answer

how to compile classes in the same project to different DLL
0 votes, 0.00 avg. rating (0% score)

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.

by Nygma7 from http://stackoverflow.com/questions/10303168