Crunchyroll-Downloader-v3.0/Crunchyroll Downloader/App.config
hama3254 3f82ad5ccd switch to CefSharp
switch to CefSharp
2021-09-20 20:37:57 +02:00

12 lines
332 B
XML

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
</startup>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<probing privatePath="lib" />
</assemblyBinding>
</runtime>
</configuration>