Does anyone know of any gotchas when changing a C# .NET 2.0 executable file name on a post build event, given that the executable is strong named and has an embedded manifest? Additionally, the executable will be signed by a third party before being packaged in a installer.
I know any associated .config files also need to be renamed to reflect the new executable name.
Am I also right in guessing that the best solution is to change the assembly name in the project properties, rather than renaming the executable file name? The problem is Visual Studio doesn't play nice with conditional assembly names. (i.e. adding a condition attribute to the tag in the .csproj)