Skip to content

Commit

Permalink
Remove ARM hosting mui files given we don't ship WinRT.Host.dll for i…
Browse files Browse the repository at this point in the history
…t. ARM64 is still there. (#1195)
  • Loading branch information
manodasanW authored May 17, 2022
1 parent b2117a3 commit fe3402b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nuget/Microsoft.Windows.CsWinRT.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<file src="$source_generator$" target="analyzers\dotnet\cs\"/>
<file src="$winrt_host_x64$" target ="hosting\x64\native"/>
<file src="$winrt_host_x86$" target ="hosting\x86\native"/>
<file src="$winrt_host_arm$" target ="hosting\arm\native"/>
<file src="$winrt_host_arm64$" target ="hosting\arm64\native"/>
<file src="$winrt_shim$" target ="lib\net5.0\"/>

Expand All @@ -44,11 +43,9 @@
E.g. fr-FR/WinRT.Host.dll.mui -->
<file src="..\src\Authoring\WinRT.Host\MUI\**" target ="hosting\x64\native"/>
<file src="..\src\Authoring\WinRT.Host\MUI\**" target ="hosting\x86\native"/>
<file src="..\src\Authoring\WinRT.Host\MUI\**" target ="hosting\arm\native"/>
<file src="..\src\Authoring\WinRT.Host\MUI\**" target ="hosting\arm64\native"/>
<file src="$winrt_host_resource_x64$" target ="hosting\x64\native\en-US"/>
<file src="$winrt_host_resource_x86$" target ="hosting\x86\native\en-US"/>
<file src="$winrt_host_resource_arm$" target ="hosting\arm\native\en-US"/>
<file src="$winrt_host_resource_arm64$" target ="hosting\arm64\native\en-US"/>

<file src="..\src\WinRT.Runtime\ResX\**" target ="lib\net5.0\"/>
Expand Down

0 comments on commit fe3402b

Please sign in to comment.