是否有“AssemblyInfo.cs”的等效项? 在 Win32 DLL 项目中?
我已经看过此主题,但我需要答案翻转过来。 如何在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好吧,我多看几眼就明白了。
Visual Studio 将为您生成文件,您可以简单地编辑信息。
Okay, I figured it out with a little more looking.
Visual Studio will generate the files for you, and you can simply edit the information.
您的意思是本机(非托管)DLL 吗? 本机 DLL 没有程序集版本,但有版本信息。
Do you mean a native (unmanaged) DLL? Native DLLs don't have an assembly version, they have a version info.