Initial version

This commit is contained in:
2025-11-21 21:04:44 +01:00
parent 4a6e3ae539
commit d1ce79dfae
30 changed files with 3209 additions and 126 deletions

View File

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