The great big rewrite.

This commit is contained in:
Toastie 2024-03-23 00:53:01 +13:00
parent 4cde58b3e2
commit 960f6f093c
Signed by: toastie_t0ast
GPG key ID: 27F3B6855AFD40A4
181 changed files with 448 additions and 44456 deletions
src/EllieBot

View file

@ -0,0 +1,10 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>