src/PureLib/readme.md
Do not change code under the pure directory; it contains pure source code version 1.0.4.
It is created using git subtree command:
git subtree add --prefix=src/PureLib/pure https://github.com/ronomon/pure.git v1.0.4 --squash
The PureLib.vcxitems is created to make pure code compiled as part of the WinGet solution.
When committing the PR, DO NOT squash it. The two commits are needed as is to allow for future subtree pulls.