Initial commit

This commit is contained in:
github-classroom[bot] 2024-09-12 13:48:32 +00:00 committed by GitHub
commit 15be2cd9cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 4326 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="HTLLeonding.Utility.Turtle" Version="1.1.0" />
</ItemGroup>
</Project>