other.service.config 694 Bytes
<?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" />
    <alias alias="Window" type="System.Windows.Window,PresentationFramework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
    <container>
      <register type="LCUS1" mapTo="LCUS1_dependOn">
        <lifetime type="singleton" />
      </register>
      <register type="Window" mapTo="WdIOTip" name="wdIOTip" />
    </container>
  </unity>
</configuration>