I have a software product which gets wrapped in a custom installer I wrote. I'd like that installer executable to be named based on the assembly it contains.
Is there any way to retrieve an assembly's version number and use it at compile time? I can't see any mention of version numbers in the macros listed in visual studio (e.g. something like $(TargetPath)
)..