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.
我是 C# 的新手。我正在尝试从 Visual Studio 2012 中的多个 .cs 源文件创建单个 dll 文件。有人可以在这方面帮助我吗?
使用这两个文件将项目添加到您的解决方案中。如果文件仅包含逻辑,请选择库类型,否则根据 .cs 文件的内容创建项目(但可能是某种(帮助)库)。
然后在其他项目中使用对上面要使用的项目的引用。