Project DescriptionSimple GUI for editing XMTA (XML Metadata Attribute) files for providing design-time support to Smart Device libraries.
Some interesting things in this first release:
- The XMTA file is serialized and deserialized using XMLSerializer. I have used nullable types and was able to avoid the "nil" value insertion into the file using the xxxSupported properties.
- A custom control that allows for a list of checkboxes with full WinXP GUI support.