This Power Tool is a Visual Studio add-in that provides an easy way to parse and edit Open Packaging Conventions files, including Word, Excel and PowerPoint documents.
Add support for Visual Studio 2022. This closes #2.
During this, the property of some of the files was set to be IncludeInVSIX, which fixes #1.
Because of the breaking changes in the dependencies, this PR breaks the support for Visual Studio 2019 and below. I added info in the Readme on how to install older versions if needed.
IncludeInVSIX
, which fixes #1.