File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 21
21
An Assembly element with Name="*Application*" applies to all assemblies in
22
22
the application package. The asterisks are not wildcards.
23
23
-->
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 " />
29
29
30
30
<Type Name =" Files.Uwp.Views.PaneNavigationArguments" Dynamic =" Required All" />
31
31
<Type Name =" Files.Uwp.UserControls.MultitaskingControl.TabItemArguments" Dynamic =" Required All" />
32
32
<Type Name =" Files.Backend.ViewModels.FileTags.FileTagViewModel" Dynamic =" Required All" />
33
33
34
34
<!-- Add your application specific runtime directives here. -->
35
35
</Application >
36
- </Directives >
36
+ </Directives >
You can’t perform that action at this time.
0 commit comments