简体   繁体   中英

How to add properties to compiled dll file in Visual Studio 2012?

I'm compiling some dll file and I'd like to make it possible to see what the file is in the properties tab. Currently, it looks like this:

图片描述

I translated some fields for clarity. I do often use this tab to try to find details about program or DLL file. So I'd like to add the following:

  • Short description what it is ( Popis souboru = File description )
  • URL of the source code/project home
  • Long description that can be seen in a text field?

As I suppose this depends on compiler: I'm using the default bundled compiler for Visual Studio 2012.

In Visual Studio, select View | Resource View. If your application does not have a Version resource, right click on your application.rc file in the tree and select Add Resource. Select Version from the list that pops up. Then you can edit it in a window similar to:

在此输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM