문제

혼합 모드 어셈블리의 어셈블리 / 파일 버전이 Windows 탐색기에 표시되는 방법이 있습니까?몇 가지 버전 문제를 조사하려고 노력하고 있습니다.

도움이 되었습니까?

해결책

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