Skip to content

Commit 2f1ebf0

Browse files
authored
Optimized rd.xml (#9640)
1 parent 1694d09 commit 2f1ebf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Files.Uwp/Properties/Default.rd.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
<Assembly Name="Microsoft.Xaml.Interactions.Core" Dynamic="Required Public" />
2828
<Assembly Name="Microsoft.Toolkit.Uwp.UI.Behaviors" Dynamic="Required Public" />
2929

30-
<Type Name="Files.Uwp.Views.PaneNavigationArguments" Dynamic="Required All" />
31-
<Type Name="Files.Uwp.UserControls.MultitaskingControl.TabItemArguments" Dynamic="Required All" />
32-
<Type Name="Files.Backend.ViewModels.FileTags.FileTagViewModel" Dynamic="Required All" />
30+
<Type Name="Files.Uwp.Views.PaneNavigationArguments" Dynamic="Required Public" />
31+
<Type Name="Files.Uwp.UserControls.MultitaskingControl.TabItemArguments" Dynamic="Required Public" />
32+
<Type Name="Files.Backend.ViewModels.FileTags.FileTagViewModel" Dynamic="Required Public" />
3333

3434
<!-- Add your application specific runtime directives here. -->
3535
</Application>

0 commit comments

Comments
 (0)