To implement C ++ / CLI projects, you need the old Win32.rc file (AssemblyInfo.cpp information is only built into the manifest and, therefore, cannot be visible in Windows Explorer IIRC). Right-click the project in Visual Studio Solution Explorer, Add-> Resource-> Version. I just tried this with one of our C ++ / CLI projects that use unmanaged code and are created using the / clr switch.
source share