So I built my project but its executable has ".dll" in Original Filename metadata. (https://i.stack.imgur.com/e8eRv.png) Is there any way to configure what will be put in this field on build? Solutions that requires modifying .exe after build are not allowed in my case so I would be appreciated for any help with that.
I've tried to set some attributes in AssemblyInfo but I`m not sure if I was using right one.
UPD:1/31/2023: It is not about setting the name. It is about setting the extension. In Properties I am able to set only name, but not the extension.