Question

I already looked at this topic, but I need the answer flipped around. How would I set the assembly information attributes* in a Win32 DLL?

Was it helpful?

Solution

Okay, I figured it out with a little more looking.

  • Right click the Visual Studio Project, and select Add -> Resource..
  • Select 'Version', then click 'New...'

Visual Studio will generate the files for you, and you can simply edit the information.

OTHER TIPS

Do you mean a native (unmanaged) DLL? Native DLLs don't have an assembly version, they have a version info.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top