app.config.x64.transform 1.6 KB

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1">
  3. <!-- Add the runtime section if missing. -->
  4. <runtime xdt:Transform="InsertIfMissing"/>
  5. <runtime>
  6. <!-- Add the assemblyBinding section if missing. -->
  7. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" xdt:Transform="InsertIfMissing"/>
  8. </runtime>
  9. <runtime>
  10. <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
  11. <!-- Add the dependentAssembly section for CefSharp.Core.Runtime if missing. -->
  12. <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.Core.Runtime')">
  13. <assemblyIdentity name="CefSharp.Core.Runtime" processorArchitecture="amd64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
  14. </dependentAssembly>
  15. <!-- Add or update the codeBase information for CefSharp.Core.Runtime -->
  16. <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.Core.Runtime')">
  17. <!-- Add the codebase section if missing. -->
  18. <codeBase xdt:Transform="InsertIfMissing"/>
  19. <!-- Ensure the codeBase version and href are set to the correct values. -->
  20. <codeBase version="106.0.290.0" href="x64/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
  21. </dependentAssembly>
  22. </assemblyBinding>
  23. </runtime>
  24. </configuration>