Initial version

This commit is contained in:
2026-02-06 19:05:53 +01:00
parent f27a69466a
commit 924dfee103
23 changed files with 2190 additions and 64 deletions

View File

@@ -0,0 +1,14 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\EonaCat.JASP\EonaCat.JASP.csproj" />
</ItemGroup>
</Project>