Skip to content

Commit

Permalink
Merge pull request #672 from KasperSK/MonoAndroidResource
Browse files Browse the repository at this point in the history
Updated core csproj file to make MSbuild generate the resource class …
  • Loading branch information
nigel-sampson authored Feb 25, 2020
2 parents b315e32 + 4d76942 commit 665abb4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Caliburn.Micro.Core/Caliburn.Micro.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<ItemGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid'))">
<Reference Include="System.Runtime.Serialization" />
</ItemGroup>

<PropertyGroup Condition=" $(TargetFramework.StartsWith('MonoAndroid'))">
<AndroidResgenNamespace>Caliburn.Micro.Core</AndroidResgenNamespace>
</PropertyGroup>

<ItemGroup Condition=" $(TargetFramework.StartsWith('Xamarin.iOS')) ">
<Reference Include="System.Runtime.Serialization" />
Expand Down

0 comments on commit 665abb4

Please sign in to comment.