-
Notifications
You must be signed in to change notification settings - Fork 433
Expand file tree
/
Copy pathApp.config
More file actions
20 lines (19 loc) · 1.03 KB
/
App.config
File metadata and controls
20 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!--https://docs.microsoft.com/en-us/dotnet/framework/deployment/how-the-runtime-locates-assemblies-->
<runtime>
<!--<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="CefSharp" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
<codeBase version="63.0.3.0" href="x86/CefSharp.dll" />
<codeBase version="63.0.3.0" href="x64/CefSharp.dll" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="CefSharp.BrowserSubprocess" publicKeyToken="40c4b6fc221f4138" culture="neutral" />
<codeBase version="63.0.3.0" href="x86/CefSharp.BrowserSubprocess.dll" />
<codeBase version="63.0.3.0" href="x64/CefSharp.BrowserSubprocess.dll" />
</dependentAssembly>
<probing privatePath="x86;x64" />
</assemblyBinding>-->
</runtime>
</configuration>