microsoft / XmlNotepad

XML Notepad provides a simple intuitive User Interface for browsing and editing XML documents.
https://microsoft.github.io/XmlNotepad/
MIT License
968 stars 207 forks source link

Updated MSBuild XML for Improved Compatibility and Readability #313

Closed Jvr2022 closed 1 year ago

Jvr2022 commented 1 year ago

This pull request introduces updates and enhancements to the existing MSBuild XML code. The improvements include compatibility updates for newer MSBuild and .NET Framework versions, such as setting ToolsVersion to 15.0 and using TargetFramework with net472. Additionally, the code has been formatted and organized for better readability. These enhancements enhance the code's reliability and maintainability, ensuring smooth integration with the FontBuilder library and its dependencies.