diff options
| author | a1xd <[email protected]> | 2020-07-24 20:54:41 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-24 20:54:41 -0400 |
| commit | 73c18530cccfd237ebda99308e283fc12e4485aa (patch) | |
| tree | 0bbaef80f43937c59134e247702e4c7ba2ed773a /grapher/App.config | |
| parent | Merge pull request #4 from a1xd/vec-parse-fix (diff) | |
| parent | Add correct names and labels (diff) | |
| download | rawaccel-73c18530cccfd237ebda99308e283fc12e4485aa.tar.xz rawaccel-73c18530cccfd237ebda99308e283fc12e4485aa.zip | |
Merge pull request #5 from JacobPalecki/WrapperAndGrapher
Wrapper and grapher
Diffstat (limited to 'grapher/App.config')
| -rw-r--r-- | grapher/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/grapher/App.config b/grapher/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/grapher/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 |