mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-10 18:25:05 +01:00
3f82ad5ccd
switch to CefSharp
12 lines
332 B
XML
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>
|