Frage

Gibt es eine Möglichkeit, dass die Montage- / Dateiversion einer Mischmodus-Baugruppe in Windows Explorer angezeigt wird?Ich versuche, einige Versionierungsfragen zu untersuchen, und es wäre viel schneller, wenn ich nur auf die Versionsnummern der Baugruppen schauen könnte.

War es hilfreich?

Lösung

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.

Andere Tipps

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top