I\'m programming a project with plugin support. Since many of the plugins are relatively small (only one source-file/class) I would like to have them all in one project in
You just have to create a Solution then add as many projects you want.
You can have like 5 Class Library projects and compile them, generating 5 DLLs.
Class Library