Add project

This commit is contained in:
Allen Wolf
2024-01-10 15:49:49 -06:00
parent 214deed465
commit 4ca905fa6c
14 changed files with 3122 additions and 0 deletions

6
src/App.config Executable file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
</startup>
</configuration>