diff options
author | sr55 <[email protected]> | 2016-04-29 21:24:57 +0100 |
---|---|---|
committer | sr55 <[email protected]> | 2016-04-29 21:24:57 +0100 |
commit | 04463e2dae2e7b86f2179a3df1a39e2085479a81 (patch) | |
tree | 6d35488bd41e8313c0291212d3eb1aa30d099355 /win/CS/HandBrakeTools/App.config | |
parent | c851af449ec95b3a39b40cf803bb41e317b73403 (diff) |
WinGui: Simple tool for generating a signed hash of the HandBrake download.
Diffstat (limited to 'win/CS/HandBrakeTools/App.config')
-rw-r--r-- | win/CS/HandBrakeTools/App.config | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win/CS/HandBrakeTools/App.config b/win/CS/HandBrakeTools/App.config new file mode 100644 index 000000000..731f6de6c --- /dev/null +++ b/win/CS/HandBrakeTools/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>
\ No newline at end of file |