File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
3
<Choose >
4
- <When Condition =" ' $(RuntimeIdentifier)' == 'win -x64'" >
4
+ <When Condition =" $(RuntimeIdentifier.StartsWith('win')) and $(RuntimeIdentifier.Contains(' -x64')) " >
5
5
<ItemGroup >
6
6
<Content Include =" @(CefRuntimeWin64Locales)" >
7
7
<Link >locales\%(RecursiveDir)%(FileName)%(Extension)</Link >
17
17
</Content >
18
18
</ItemGroup >
19
19
</When >
20
- <When Condition =" ' $(RuntimeIdentifier)' == 'win -x86'" >
20
+ <When Condition =" $(RuntimeIdentifier.StartsWith('win')) and $(RuntimeIdentifier.Contains(' -x86')) " >
21
21
<ItemGroup >
22
22
<Content Include =" @(CefRuntimeWin32Locales)" >
23
23
<Link >locales\%(RecursiveDir)%(FileName)%(Extension)</Link >
62
62
<Visible >false</Visible >
63
63
</Content >
64
64
<Content Include =" $(MSBuildThisFileDirectory)..\runtimes\win-x86\lib\netcoreapp3.1\Ijwhost.dll" >
65
- <Link >runtimes\win-x64 \native\%(RecursiveDir)%(FileName)%(Extension)</Link >
65
+ <Link >runtimes\win-x86 \native\%(RecursiveDir)%(FileName)%(Extension)</Link >
66
66
<CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
67
67
<PublishState >Included</PublishState >
68
68
<Visible >false</Visible >
You can’t perform that action at this time.
0 commit comments