weighter2.component.config 909 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection,Unity.Configuration" />
  </configSections>
  <unity>
    <assembly name="FLY.Weight2.UI.Client" />
    <namespace name="FLY.Weight2.UI.Client.UiModule" />
    <alias alias="IUiModule2" type="MultiLayout.UiModule.IUiModule2, MultiLayout" />
    <container>
      <register type="IUiModule2" mapTo="UiModule2_MenuSetting" name="weighter2_ms" />
      <register type="IUiModule2" mapTo="UiModule2_DynAreaWeight" name="weighter2_da" />
      <register type="IUiModule2" mapTo="UiModule2_FlowGraph" name="weighter2_fg" />
      <register type="IUiModule2" mapTo="UiModule2_MainGraph" name="weighter2_mg" />
15
      <register type="IUiModule2" mapTo="UiModule2_MainGraph2" name="weighter2_mg2" />
16 17 18
    </container>
  </unity>
</configuration>