Как отображать номера версии Mode Mode Mode, - это Windows Explorer?

StackOverflow https://stackoverflow.com/questions/9520045

  •  15-11-2019
  •  | 
  •  

Вопрос

Есть ли способ для сборки / файла версии моды смешанного режима для отображения в Windows Explorer?Я пытаюсь исследовать некоторые проблемы из вариантов версий, и было бы намного быстрее, если бы я мог просто взглянуть на номера версий сборки.

Это было полезно?

Решение

C++/CLI projects need an old Win32 .rc file to achieve this (AssemblyInfo.cpp's info is only embedded in the manifest and thus can't be seen by Windows Explorer, IIRC). Right-click your project in Visual Studio's solution explorer, Add->Resource->Version. I just tried it with one of our C++/CLI projects, which use unmanaged code and are built with the /clr switch.

Другие советы

Add the relevant column (File Version, for example) by right-clicking on the headers in detail view, and selecting More... option.

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top