-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1476 from PrismLibrary/module-minor
Modularity Alignment
- Loading branch information
Showing
35 changed files
with
128 additions
and
174 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 12 additions & 11 deletions
23
Source/Wpf/Prism.Wpf.Tests/Modularity/ModuleCatalogXaml/SimpleModuleCatalog.xaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
<Modularity:ModuleCatalog xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:sys="clr-namespace:System;assembly=mscorlib" | ||
xmlns:Modularity="clr-namespace:Prism.Modularity;assembly=Prism.Wpf"> | ||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | ||
xmlns:sys="clr-namespace:System;assembly=mscorlib" | ||
xmlns:coreModularity="clr-namespace:Prism.Modularity;assembly=Prism" | ||
xmlns:Modularity="clr-namespace:Prism.Modularity;assembly=Prism.Wpf"> | ||
<Modularity:ModuleInfoGroup Ref="ModuleGroup1" InitializationMode="OnDemand"> | ||
<Modularity:ModuleInfo ModuleName="Module1" ModuleType="Module1Type" /> | ||
<coreModularity:ModuleInfo ModuleName="Module1" ModuleType="Module1Type" /> | ||
</Modularity:ModuleInfoGroup> | ||
<Modularity:ModuleInfoGroup Ref="ModuleGroup2" InitializationMode="WhenAvailable"> | ||
<Modularity:ModuleInfo ModuleName="Module2InModuleGroup2" ModuleType="Module2Type"> | ||
<Modularity:ModuleInfo.DependsOn> | ||
<coreModularity:ModuleInfo ModuleName="Module2InModuleGroup2" ModuleType="Module2Type"> | ||
<coreModularity:ModuleInfo.DependsOn> | ||
<sys:String>ModuleW</sys:String> | ||
</Modularity:ModuleInfo.DependsOn> | ||
</Modularity:ModuleInfo> | ||
<Modularity:ModuleInfo ModuleName="Module3InModuleGroup2" ModuleType="ModuleType"> | ||
</Modularity:ModuleInfo> | ||
</coreModularity:ModuleInfo.DependsOn> | ||
</coreModularity:ModuleInfo> | ||
<coreModularity:ModuleInfo ModuleName="Module3InModuleGroup2" ModuleType="ModuleType"> | ||
</coreModularity:ModuleInfo> | ||
</Modularity:ModuleInfoGroup> | ||
<Modularity:ModuleInfo Ref="Module3" ModuleName="Module3" ModuleType="Module3Type" /> | ||
<coreModularity:ModuleInfo Ref="Module3" ModuleName="Module3" ModuleType="Module3Type" /> | ||
</Modularity:ModuleCatalog> | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 0 additions & 14 deletions
14
Source/Xamarin/Prism.Forms/Modularity/IModuleInitializer.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.