https://stackoverflow.com/questions/8524790/converting-exe-project-to-class-library
Project > Properties > Application tab, change Output type to "Class Library".
For the record, this isn't actually necessary. An EXE project works fine as an assembly reference. Assuming classes were declared public, something you might have to fix anyway to make them work in a library.
No hay comentarios:
Publicar un comentario