Add project files.

This commit is contained in:
Cameron
2024-03-17 04:38:49 -05:00
parent 48fcd47764
commit 7051cd28f1
4 changed files with 172 additions and 0 deletions

View File

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