Skip to content

Commit 1694d09

Browse files
authored
Optimized RD file (#9477)
1 parent facb835 commit 1694d09

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
An Assembly element with Name="*Application*" applies to all assemblies in
2222
the application package. The asterisks are not wildcards.
2323
-->
24-
<Namespace Name="SQLitePCL" Dynamic="Required All" />
25-
<Namespace Name="Microsoft.Toolkit.Uwp.Notifications" Dynamic="Required All" />
26-
<Namespace Name="Microsoft.Xaml.Interactivity" Dynamic="Required All" />
27-
<Namespace Name="Microsoft.Xaml.Interactions.Core" Dynamic="Required All" />
28-
<Namespace Name="Microsoft.Toolkit.Uwp.UI.Behaviors" Dynamic="Required All" />
24+
<Assembly Name="SQLitePCL" Dynamic="Required Public" />
25+
<Assembly Name="Microsoft.Toolkit.Uwp.Notifications" Dynamic="Required Public" />
26+
<Assembly Name="Microsoft.Xaml.Interactivity" Dynamic="Required Public" />
27+
<Assembly Name="Microsoft.Xaml.Interactions.Core" Dynamic="Required Public" />
28+
<Assembly Name="Microsoft.Toolkit.Uwp.UI.Behaviors" Dynamic="Required Public" />
2929

3030
<Type Name="Files.Uwp.Views.PaneNavigationArguments" Dynamic="Required All" />
3131
<Type Name="Files.Uwp.UserControls.MultitaskingControl.TabItemArguments" Dynamic="Required All" />
3232
<Type Name="Files.Backend.ViewModels.FileTags.FileTagViewModel" Dynamic="Required All" />
3333

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

0 commit comments

Comments
 (0)