Skip to content

Commit

Permalink
chore: Adding bindablegeneratortool attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
nickrandolph committed Aug 26, 2024
1 parent 3909261 commit feab124
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Uno.Templates/content/unoapp/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,12 @@
<NoWarn>$(NoWarn);NU1507;NETSDK1201;PRI257</NoWarn>
<!--#endif-->
</PropertyGroup>
<!--#if (useMvux)-->
<ItemGroup Condition="'$(UsingUnoSdk)' == 'true' AND $(UnoFeatures.Contains('mvux'))">
<AssemblyAttribute Include="Uno.Extensions.Reactive.Config.BindableGenerationToolAttribute">
<_Parameter1>3</_Parameter1>
<_Parameter1_TypeName>System.Int32</_Parameter1_TypeName>
</AssemblyAttribute>
</ItemGroup>
<!--#endif-->
</Project>

0 comments on commit feab124

Please sign in to comment.