Compare two versions of an old project?

I have an old project from 10 years ago and a more recent version with a couple of slight modifications, both complex to the point I dont really want to go manually looking for needles in a haystack to find the difference.

Is there a utility that can compare two Xojo projects and highlight the differences, similar to the “Compare Documents” function in MS Word ?

Or save as XML, and use Word to compare the XML ?

Save as XML and then compare the projects in Arbed. See Thomas Tempelmann | Arbed - The Powerful Project Editor for Xojo

1 Like

Arbed can actually read and compare binary projects as well. That application is awesome.

Great, thanks