是否有“AssemblyInfo.cs”的等效项? 在 Win32 DLL 项目中?

发布于 2024-07-29 07:14:34 字数 169 浏览 2 评论 0原文

我已经看过此主题,但我需要答案翻转过来。 如何在 Win32 DLL 中设置程序集信息属性*?

I already looked at this topic, but I need the answer flipped around. How would I set the assembly information attributes* in a Win32 DLL?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

淡淡離愁欲言轉身 2024-08-05 07:14:34

好吧,我多看几眼就明白了。

  • 右键单击 Visual Studio 项目,然后选择“添加”->“添加” 资源..
  • 选择“版本”,然后单击“新建...”

Visual Studio 将为您生成文件,您可以简单地编辑信息。

Okay, I figured it out with a little more looking.

  • Right click the Visual Studio Project, and select Add -> Resource..
  • Select 'Version', then click 'New...'

Visual Studio will generate the files for you, and you can simply edit the information.

三人与歌 2024-08-05 07:14:34

您的意思是本机(非托管)DLL 吗? 本机 DLL 没有程序集版本,但有版本信息。

Do you mean a native (unmanaged) DLL? Native DLLs don't have an assembly version, they have a version info.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文