Is it possible to remove the project name from the generated dll files?

When packaged with LinkType = TargetLinkType.Modular; the engine will create separate .dll for each module.
In the name of each .dll, in addition to the name of the module itself, there will be the name of the project.
For example: MyProject-CoreUObject.dll
I need the dll name to not contain the project name. Is this possible?
Thank you