
I exported one unmanaged solution with "pac solution export. Then I exported it again after doing minor changes. The problem is that files like solution.xml, appmodule.xml and other files were also changed.
Some default tags were generated but the bigger issue is that the "solutoin.xml" is rearranged. Same content, but nodes are arranged differently. That's a problem when it comes to versioning and file comparison.
Additionaly, some workflows were also changed from "x:Class="XrmWorkflow22b4e83df7b4ec11983f000d3a66c05b" to "x:Class="XrmWorkflow000000000000000000000000000000". With the next export they got an id somehow.
I would like to see only the changes we actually made. Does anyone have an explanation and a solution?