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.
是否有放置库(dll)的地方,以便它们显示在要选择的项目的引用列表中。我知道我可以从我的个人库中手动添加它们,但是我希望能够将它们放在可用列表中,所以我需要做的就是选择它们。我认为会有一些方法来表明它们适用于哪个平台。
在 Edit References 下选择 .Net Assemblies 并选择要添加到项目中的 dll。第一次添加时,它将出现在未来项目的参考资料中。
即使在当前项目中不需要将它们添加到参考列表中,我也经历并添加了我的普通 dll,然后从该项目中删除了额外内容。这样我就可以在需要时使用它们。