Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有两个项目的解决方案。第一个“主”项目是一个 winform 项目,第二个库项目。第一个项目对第二个项目有引用(参考->添加参考->项目...),第二个项目有对现有 dll 的引用。当我构建解决方案时,我在 bin 文件夹中有三个文件,即:Application.exe / library1.dll / library2.dll
如何将这两个 dll 嵌入到可执行文件中?