Skip to content

Commit

Permalink
Fix for #1449 - do not include Android Resources in dll (#1454)
Browse files Browse the repository at this point in the history
* Fix for #1449 - do not include Android Resources in dll

* comment
  • Loading branch information
bgavrilMS authored Oct 17, 2019
1 parent 05dde7a commit c30c652
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/client/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<!-- Ensures that the Resources.designer.cs do not end up in the dll, see #1449 -->
<AndroidUseIntermediateDesignerFile>false</AndroidUseIntermediateDesignerFile>
<TargetFrameworkVersion>v9.0</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == '$(TargetFrameworkNetDesktop)'">
Expand Down

0 comments on commit c30c652

Please sign in to comment.