Compiling xaml files

Is there a way to compile or otherwise “freeze” an xaml file such that clients can be sure of which version was executed?

I am authoring xaml files for a quality critical environment and compiled .exe files would be the simplest way of demonstrating that a particular code-reviewed already version of a file was the one that was executed. (We can generate a simple hash value for a .exe),

Does anyone use a similar process for version management in Uipath?