Add project
This commit is contained in:
commit
7fcb279842
961 changed files with 370491 additions and 0 deletions
27
packages/CefSharp.Common.87.1.132/build/app.config.x86.transform
vendored
Normal file
27
packages/CefSharp.Common.87.1.132/build/app.config.x86.transform
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1">
|
||||
<!-- Add the runtime section if missing. -->
|
||||
<runtime xdt:Transform="InsertIfMissing"/>
|
||||
|
||||
<runtime>
|
||||
<!-- Add the assemblyBinding section if missing. -->
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" xdt:Transform="InsertIfMissing"/>
|
||||
</runtime>
|
||||
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<!-- Add the dependentAssembly section for CefSharp.Core.Runtime if missing. -->
|
||||
<dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x86' and asmv1:assemblyIdentity/@name='CefSharp.Core.Runtime')">
|
||||
<assemblyIdentity name="CefSharp.Core.Runtime" processorArchitecture="x86" publicKeyToken="40c4b6fc221f4138" culture="neutral"/>
|
||||
</dependentAssembly>
|
||||
|
||||
<!-- Add or update the codeBase information for CefSharp.Core.Runtime -->
|
||||
<dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x86' and asmv1:assemblyIdentity/@name='CefSharp.Core.Runtime')">
|
||||
<!-- Add the codebase section if missing. -->
|
||||
<codeBase xdt:Transform="InsertIfMissing"/>
|
||||
<!-- Ensure the codeBase version and href are set to the correct values. -->
|
||||
<codeBase version="87.1.132.0" href="x86/CefSharp.Core.Runtime.dll" xdt:Transform="Replace"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
Reference in a new issue