Visual studio one project with several dlls as output?

后端 未结 5 610
面向向阳花
面向向阳花 2020-11-27 14:42

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

5条回答
  •  南方客
    南方客 (楼主)
    2020-11-27 15:09

    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.

提交回复
热议问题