diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2 (patch) | |
tree | dfdc9fb26bf11622a957181c851810ce4cbdca21 /coin_counter/Coin Counter/App.config | |
parent | factorial calc (diff) | |
download | sql-3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2.tar sql-3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2.tar.gz sql-3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2.tar.bz2 sql-3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2.tar.xz sql-3fa2ca605bff7f741096c3c69f5650c9e6b1b4b2.zip |
coin counter
Diffstat (limited to 'coin_counter/Coin Counter/App.config')
-rw-r--r-- | coin_counter/Coin Counter/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/coin_counter/Coin Counter/App.config b/coin_counter/Coin Counter/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/coin_counter/Coin Counter/App.config @@ -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> \ No newline at end of file |