I have a WPF application with lots of XAML code referencing the main assembly (for widgets, styles, and these things).
But now I need to change the name of .EXE, but not its main assembly, so as not to update so many dependencies.
How to make it as simple as possible?
Néstor Sánchez A.
source share