View the parameters used in the creation of the project
Once created, there is no easy way to see which parameters were used (and none for things like username, and what the user connected as)
-
David M commented
I had no idea that the .dco file was actually already in XML format. It was so big, I just assumed it was binary. That said, it's all basically a one-line XML file, which isn't useful for diffing tools, as they are basically line-based.
for now, for diffing, I can pretty-print it to line-based format, but it would be nicer if the tool rendered it's file this way on its own
-
David M commented
In general, it would be good if the configuration portion of the Project could be compared textually (and checked into version control as such). The actual compare result is a different issue. Probably a good idea to separate the configuration file (text, line-oriented for sensible version comparison) from the results file.