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)时,实际发生了什么?是否只是将引用的 dll 复制到当前项目 bin 文件夹?我很确定它不止于此。有什么建议读吗?
将 .csproj 文件扩展名更改为 .xml 并查看实际添加的内容,它只是 Microsoft 专有的 xml。我想你会发现引用现在位于文件中间的一个名为“itemgroup”的元素下。