Establishing project outline properly by adding necessary files

This commit is contained in:
2026-07-12 12:16:09 -05:00
parent 914996cb6d
commit 88c8e60efa
9 changed files with 103 additions and 0 deletions
+10
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>