2025-06-16 13:37:00 +08:00
|
|
|
|
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
|
|
|
|
|
|
<Application>
|
|
|
|
|
|
<Assembly Name="Microsoft.WinUI">
|
|
|
|
|
|
<Type Name="Microsoft.UI.Xaml.Controls.FontIconSource" Dynamic="Required All" />
|
2025-07-28 08:32:08 -05:00
|
|
|
|
<Type Name="Microsoft.UI.Xaml.DataTemplate" Dynamic="Required All" />
|
|
|
|
|
|
<Type Name="Microsoft.UI.Xaml.Controls.DataTemplateSelector" Dynamic="Required All" />
|
|
|
|
|
|
<Type Name="Microsoft.UI.Xaml.Controls.ListViewItem" Dynamic="Required All" />
|
2025-06-16 13:37:00 +08:00
|
|
|
|
</Assembly>
|
2025-07-28 08:32:08 -05:00
|
|
|
|
|
|
|
|
|
|
<!-- Add ViewModel types for AOT compatibility -->
|
|
|
|
|
|
<Assembly Name="Microsoft.CmdPal.Core.ViewModels">
|
|
|
|
|
|
<Type Name="Microsoft.CmdPal.Core.ViewModels.CommandContextItemViewModel" Dynamic="Required All" />
|
|
|
|
|
|
<Type Name="Microsoft.CmdPal.Core.ViewModels.SeparatorContextItemViewModel" Dynamic="Required All" />
|
|
|
|
|
|
<Type Name="Microsoft.CmdPal.Core.ViewModels.IContextItemViewModel" Dynamic="Required All" />
|
|
|
|
|
|
<Type Name="Microsoft.CmdPal.Core.ViewModels.CommandItemViewModel" Dynamic="Required All" />
|
|
|
|
|
|
</Assembly>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Add UI types for AOT compatibility -->
|
2025-07-22 19:40:01 +08:00
|
|
|
|
<Assembly Name="Microsoft.CmdPal.UI">
|
|
|
|
|
|
<Type Name="Microsoft.CmdPal.UI.ContextItemTemplateSelector" Dynamic="Required All" />
|
|
|
|
|
|
</Assembly>
|
2025-06-16 13:37:00 +08:00
|
|
|
|
</Application>
|
|
|
|
|
|
</Directives>
|