Initial Code Commit

A working version of the calculator. Very simple.
This commit is contained in:
Jordan Wages 2020-06-18 20:58:59 -04:00
commit d24a7b400a
18 changed files with 6071 additions and 0 deletions

6
src/App.config Normal 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.1" />
</startup>
</configuration>