The great big rewrite.
This commit is contained in:
parent
4cde58b3e2
commit
960f6f093c
181 changed files with 448 additions and 44456 deletions
src/EllieBot
10
src/EllieBot/EllieBot.csproj
Normal file
10
src/EllieBot/EllieBot.csproj
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue