diff options
| author | Tomáš Pazdiora <[email protected]> | 2021-01-05 03:46:57 +0100 |
|---|---|---|
| committer | Tomáš Pazdiora <[email protected]> | 2021-01-05 04:38:22 +0100 |
| commit | 3f12802a19f93fec99b5186b0d39c3fa2f783c6a (patch) | |
| tree | 793aa5cb234caa5e1cbc39bff7fb4b148c246561 /devicelist/App.config | |
| parent | fix .rc files (diff) | |
| download | rawaccel-3f12802a19f93fec99b5186b0d39c3fa2f783c6a.tar.xz rawaccel-3f12802a19f93fec99b5186b0d39c3fa2f783c6a.zip | |
add devicelist app
Diffstat (limited to 'devicelist/App.config')
| -rw-r--r-- | devicelist/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/devicelist/App.config b/devicelist/App.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/devicelist/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 |