I am in the process of upgrading an older component which shares references to custom assemblies of differing versions.
To compare the properties of references from two different projects I have been copying and pasting the property values individually from the two different references to a text file for easier overview and comparison. (If need be i could paste the text into a diff app for a sanity check.) But this is a time-consuming and error-prone process.
Does anyone know of a quick/easy way to get a text representation of all the properties of a given reference in a less error-prone process?
Thanks.