|
11 | 11 | <runtime> |
12 | 12 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> |
13 | 13 | <!-- Add the dependentAssembly section for CefSharp.Core if missing. --> |
14 | | - <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp.Core')"> |
15 | | - <assemblyIdentity name="CefSharp.Core" processorArchitecture="x64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
| 14 | + <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.Core')"> |
| 15 | + <assemblyIdentity name="CefSharp.Core" processorArchitecture="amd64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
16 | 16 | </dependentAssembly> |
17 | 17 |
|
18 | 18 | <!-- Add or update the codeBase information for CefSharp.Core. --> |
19 | | - <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp.Core')"> |
| 19 | + <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.Core')"> |
20 | 20 | <!-- Add the codebase section if missing. --> |
21 | 21 | <codeBase xdt:Transform="InsertIfMissing"/> |
22 | 22 | <!-- Ensure the codeBase version and href are set to the correct values. --> |
23 | 23 | <codeBase version="83.4.3.0" href="x64/CefSharp.Core.dll" xdt:Transform="Replace"/> |
24 | 24 | </dependentAssembly> |
25 | 25 |
|
26 | 26 | <!-- Add the dependentAssembly section for CefSharp if missing. --> |
27 | | - <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp')"> |
28 | | - <assemblyIdentity name="CefSharp" processorArchitecture="x64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
| 27 | + <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp')"> |
| 28 | + <assemblyIdentity name="CefSharp" processorArchitecture="amd64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
29 | 29 | </dependentAssembly> |
30 | 30 |
|
31 | 31 | <!-- Add or update the codeBase information for CefSharp. --> |
32 | | - <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp')"> |
| 32 | + <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp')"> |
33 | 33 | <!-- Add the codeBase section if missing. --> |
34 | 34 | <codeBase xdt:Transform="InsertIfMissing"/> |
35 | 35 | <!-- Ensure the codeBase version and href are set to the correct values. --> |
36 | 36 | <codeBase xdt:Transform="Replace" version="83.4.3.0" href="x64/CefSharp.dll"/> |
37 | 37 | </dependentAssembly> |
38 | 38 |
|
39 | 39 | <!-- Add the dependentAssembly section for CefSharp.BrowserSubprocess.Core if missing. --> |
40 | | - <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp.BrowserSubprocess.Core')"> |
41 | | - <assemblyIdentity name="CefSharp.BrowserSubprocess.Core" processorArchitecture="x64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
| 40 | + <dependentAssembly xdt:Transform="InsertIfMissing" xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.BrowserSubprocess.Core')"> |
| 41 | + <assemblyIdentity name="CefSharp.BrowserSubprocess.Core" processorArchitecture="amd64" publicKeyToken="40c4b6fc221f4138" culture="neutral"/> |
42 | 42 | </dependentAssembly> |
43 | 43 |
|
44 | 44 | <!-- Add or update the codeBase information for CefSharp.BrowserSubprocess.Core --> |
45 | | - <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='x64' and asmv1:assemblyIdentity/@name='CefSharp.BrowserSubprocess.Core')"> |
| 45 | + <dependentAssembly xdt:Locator="Condition(asmv1:assemblyIdentity/@processorArchitecture='amd64' and asmv1:assemblyIdentity/@name='CefSharp.BrowserSubprocess.Core')"> |
46 | 46 | <!-- Add the codeBase section if missing. --> |
47 | 47 | <codeBase xdt:Transform="InsertIfMissing"/> |
48 | 48 | <!-- Ensure the codeBase version and href are set to the correct values. --> |
|
0 commit comments