diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e (patch) | |
tree | f4ae8f4e612fdda968df993c38699e6678c10953 /factorial_calc/Factorial Calculator/App.config | |
parent | cookie cals (diff) | |
download | wf-eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e.tar wf-eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e.tar.gz wf-eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e.tar.bz2 wf-eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e.tar.xz wf-eb7a58539d85aa0e46a777ebb4a8a8c4311ac08e.zip |
factorial calc
Diffstat (limited to 'factorial_calc/Factorial Calculator/App.config')
-rw-r--r-- | factorial_calc/Factorial Calculator/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/factorial_calc/Factorial Calculator/App.config b/factorial_calc/Factorial Calculator/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/factorial_calc/Factorial Calculator/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 |