Add project

This commit is contained in:
Allen Wolf
2024-01-10 21:48:11 -06:00
parent bfe68a20ae
commit 8348865ce8
20 changed files with 4301 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>