Add authoritative public API catalog

This commit is contained in:
2026-08-08 11:15:03 +02:00
parent 115425cea7
commit a3e11bc39d
11 changed files with 1296964 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
</Project>