diff options
| author | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 00:36:43 -0400 |
|---|---|---|
| committer | TheEdgeNK <trey6979@gmail.com> | 2018-09-01 00:36:43 -0400 |
| commit | fb69cc80fc9e22549915f2a0905323f145e23374 (patch) | |
| tree | fe96528ac85d03485fef7fbe72131e80878d4694 /PortsTerminal/App.config | |
| parent | e9e4ec9c4ede2ac2a2c954e0a8b8fef946322c4e (diff) | |
| download | Project-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.tar.gz Project-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.tar.bz2 Project-Silicon-fb69cc80fc9e22549915f2a0905323f145e23374.zip | |
New terminal in the form of a console application
Diffstat (limited to 'PortsTerminal/App.config')
| -rw-r--r-- | PortsTerminal/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/PortsTerminal/App.config b/PortsTerminal/App.config new file mode 100644 index 0000000..bae5d6d --- /dev/null +++ b/PortsTerminal/App.config @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> +<configuration> + <startup> + <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1"/> + </startup> +</configuration> |
