This commit is contained in:
Jeroen
2023-11-17 00:54:48 +01:00
parent 1c109c1275
commit cbfb1a9407
178 changed files with 22127 additions and 915 deletions

View File

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