A simple SDK to read Microsoft Project (MPP) files.
- Junpyo
- .NET 8
- C#
- Microsoft Project (MPP) file parsing
dotnet runTo publish a binary:
dotnet publish -c Release -o ./buildOr, to create a self-contained binary for a specific platform:
dotnet publish -c Release -r osx-x64 --self-contained true -o ./buildNote:
Replaceosx-x64with your target runtime identifier (e.g.,win-x64,linux-x64,osx-arm64).
See the .NET RID catalog for more options.
This project is open source and distributed under the MIT License. See the LICENSE file for details.