Add project files.

This commit is contained in:
2024-02-02 13:24:27 -05:00
parent 61812d496e
commit 0761ed1aaf
5 changed files with 176 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
</Project>