OfficeCLI/officecli.slnx
zmworm 51c0818e8f test: add xUnit functional test suite for PPTX and Excel
Add OfficeCli.Tests project with xUnit 2.9.3 and FluentAssertions covering
the Create→Add→Get→Set→Verify lifecycle for PPTX and Excel handlers.
Also adds FormulaParser and ExcelStyleManager unit tests, and a CLAUDE.md
documenting project conventions and known API quirks.
2026-03-16 17:48:05 +08:00

8 lines
219 B
Text

<Solution>
<Folder Name="/src/">
<Project Path="src/officecli/officecli.csproj" />
</Folder>
<Folder Name="/tests/">
<Project Path="tests/OfficeCli.Tests/OfficeCli.Tests.csproj" />
</Folder>
</Solution>