Initial Code Commit
A working version of the calculator. Very simple.
This commit is contained in:
parent
500118c4fc
commit
d24a7b400a
18 changed files with 6071 additions and 0 deletions
6
src/App.config
Normal file
6
src/App.config
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue