gpt4 book ai didi

c# - 如何在 Visual Studio 2012 中导出类库

转载 作者:太空狗 更新时间:2023-10-30 00:10:50 25 4
gpt4 key购买 nike

在 Eclipse 中,当我实现一个类库并准备好部署时,我通常会将其导出并打包到一个 JAR 文件中,稍后您可以将该文件添加到另一个项目的构建路径中。 Visual Studio 中是否有等效功能?有没有合适的方法来“发布”一个类库并将其打包成一个 dll 文件,以便稍后在另一个项目中添加为引用?还是您通常自己去 bin 文件夹中挖掘它?

最佳答案

大多数 VS 项目编译成 DLL。如果您希望在构建时将 DLL“发布”到某个特定位置,您可以使用 build events它还可以打包您的 dll(例如,您可以调用一个批处理脚本,它会为您处理)。

Is there a proper way to "publish" a class library and package it into a dll file to later add as a reference in another project? Or do you just usually go and dig for it in the bin folder yourself?

当然,只需添加 bin\debug\yourdll.dllbin\release\yourdll.dll 作为您其他项目中的引用,或以其他方式添加到该位置你把它移到了你的构建事件中。无需每次都去挖掘它。

关于c# - 如何在 Visual Studio 2012 中导出类库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19036552/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com