I am working on an existing project where the source presently has hard coded duplicates of the same information that is already present in AssemblyInfo.cs.
I would like to replace the hard coded instances with the references defined in AssemblyInfo.cs.
As an example in the main form/dialog, the title is set-up with a hard coded string, how can I access the AssemblyTitle and use that instead?