Package io.github.isotes.vs.utils

Utilities to work with MSBuild solution and project files based on the generated XMLBeans classes from the MSBuild XML Schema (packaged on Maven Central).

See the following starting points

Based on the upstream schema, most elements may occur multiple times even if semantically only one is possible, e.g., for specifying the compiler warning level. It seems that in the case of multiple occurrences that last one takes precedent. Moreover, most simple elements that seem to be strings are simply specified as xs:any. The class X contains methods to make working with these instances more convenient.