configuration/tests/ConfigFiles/OldTypeMappingSyntax.config

15 строки
440 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="unity" type="Microsoft.Practices.Unity.Configuration.UnityConfigurationSection, Unity.Configuration"/>
</configSections>
<unity>
<container>
<types>
<type type="ILogger" mapTo="MockLogger" />
<type type="ILogger" name="special" mapTo="SpecialLogger" />
</types>
</container>
</unity>
</configuration>