Z
Zdenko
Hi all,
I have following line in AssemblyInfo.cpp file:
[assembly:AssemblyVersionAttribute("4.0.4000.29")];
When I build managed application, FileVersion column in Windows explorer is
empty.
When I build C# dll, it is displayed correctly.
How can I display Assembly attributes in Windows explorer?
BR
Zdenko
I have following line in AssemblyInfo.cpp file:
[assembly:AssemblyVersionAttribute("4.0.4000.29")];
When I build managed application, FileVersion column in Windows explorer is
empty.
When I build C# dll, it is displayed correctly.
How can I display Assembly attributes in Windows explorer?
BR
Zdenko