<?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" />
</container>
</unity>
</configuration>
-
潘栩锋 authored6968ee31