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.
在上面的设计中有一个问题,我需要在我的示例应用程序中添加对 (1)DLL 的引用以获取用户控件,有没有办法将 dll(1) 嵌入到 dll(2) 中,以便我只需要在我的应用程序中添加对 DLL2 的引用
如果创建组件 DLL 项目 (DLL2) 并引用 DLL1,它将被复制到引用此 WinRT 组件的项目中,而无需显式引用 DLL1。
那是你想要达到的吗?