This solution contains two UWP class library projects designed to provide reusable infrastructure components for Universal Windows Platform applications: `INAF.Libraries.Uwp.Xml` `INAF.Libraries.Uwp.Logging` The main purpose of the solution is to support XML file access and manipulation in UWP applications while delegating diagnostic and operational logging to a dedicated logging library.This project provides XML utility functions for loading, reading, and updating XML content by using UWP APIs from `Windows.Data.Xml.Dom` and `Windows.Storage`.
Francesco Carraro (Tue,) studied this question.