1
lcdtyph 2021-03-16 00:03:02 +08:00 via iPhone
你需要 solution,每个 solution 包含多个相互联系的项目,每个项目产生一个 dll
|
2
ysc3839 2021-03-16 01:25:38 +08:00
不行,可以新建多个项目,然后都添加到同一个“解决方案”下。
|
3
ReferenceE 2021-03-16 01:46:14 +08:00 via Android 1
每个 dll 代码拆分成一个项目 project
然后导入到同一个解决方案 solution (.sln)中即可 参考微软文档概念 A solution is simply a container used by Visual Studio to organize one or more related projects. When you open a solution in Visual Studio, it automatically loads all the projects that the solution contains. |
4
imjamespond2020 2021-03-16 09:01:00 +08:00 via Android
可以用命令行啊 写个 makefile 开搞
|
5
kiracyan 2021-03-16 11:05:44 +08:00
你搞清楚 solution 和 project 就知道怎么操作了
|
6
proxytoworld OP |