Locking RE Framework XAML Files

Hi, when using the RE-Framework, there are few XAML files that are needed to run the framework like Main.XAML.
While working within a development team, how can we lock such XAMLs so that no changes can be made to Main.xaml and to ensure that the Framework xamls are not edited by any developer?

You can right-click each file (as the system administrator), and change the permissions of each to read-only (see screenshot).

image

Hi Anthony,

Unfortunately admin right privileges are NOT available to the developers so can’t make the changes. Is there any other way?

While there isn’t a way to lock the files from changes, the files in the Framework folder can be compared against the base REFramework for changes using a diff comprae tool. You can also check for changes if you’re using a repository manager like Git or SVN.