Skip to content

Commit

Permalink
Stop dll being trimmed
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Dec 3, 2021
1 parent bd8b525 commit 6b8aa5f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,7 @@ Copyright (C) 2016 Xamarin. All rights reserved.
<ItemGroup>
<FileWrites Include="$(_GenerateResourceDesignerAssemblyOutput)" />
<ReferencePath Include="$(_GenerateResourceDesignerAssemblyOutput)">
<PostprocessAssembly>True</PostprocessAssembly>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<IsTrimmable>false</IsTrimmable>
<RuntimeIdentifier>android</RuntimeIdentifier>
</ReferencePath>
<Compile Remove="$(_AndroidResourceDesignerFile)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ _ResolveAssemblies MSBuild target.
<ReferenceCopyLocalPaths Include="$(_GenerateResourceDesignerAssemblyOutput)">
<PostprocessAssembly>True</PostprocessAssembly>
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
<IsTrimmable>true</IsTrimmable>
<IsTrimmable>false</IsTrimmable>
<RuntimeIdentifier>android</RuntimeIdentifier>
</ReferenceCopyLocalPaths>
</ItemGroup>
Expand Down

0 comments on commit 6b8aa5f

Please sign in to comment.