lcus1.config 756 Bytes
Newer Older
潘栩锋's avatar
潘栩锋 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
<?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.Thick.Base.UI" />
    <namespace name="FLY.Thick.Base.UI" />
    <namespace name="FLY.Thick.Base.UI.OnInit" />
    <assembly name="FLY.OBJComponents" />
    <namespace name="FLY.OBJComponents.IService" />
    <namespace name="FLY.OBJComponents.Client" />
    <alias alias="IOnInit" type="MultiLayout.UiModule.IOnInit, MultiLayout" />
    <container>
      <register type="LCUS1" mapTo="LCUS1_dependOn">
        <lifetime type="singleton" />
      </register>
    </container>
  </unity>
</configuration>