diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 1970-01-01 00:00:00 +0000 |
commit | 45a9ce064a8a4665f2846920dfc4b4402b597728 (patch) | |
tree | ea6c5ada196b081c745335798d3e91841e902ba1 /name_formatter/Name Formatter/App.config | |
parent | distance calc (diff) | |
download | wf-45a9ce064a8a4665f2846920dfc4b4402b597728.tar wf-45a9ce064a8a4665f2846920dfc4b4402b597728.tar.gz wf-45a9ce064a8a4665f2846920dfc4b4402b597728.tar.bz2 wf-45a9ce064a8a4665f2846920dfc4b4402b597728.tar.xz wf-45a9ce064a8a4665f2846920dfc4b4402b597728.zip |
name formatter
Diffstat (limited to 'name_formatter/Name Formatter/App.config')
-rw-r--r-- | name_formatter/Name Formatter/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/name_formatter/Name Formatter/App.config b/name_formatter/Name Formatter/App.config new file mode 100644 index 0000000..5754728 --- /dev/null +++ b/name_formatter/Name Formatter/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 |