32 lines
798 B
XML
32 lines
798 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
|
|
<configSections>
|
|
|
|
<sectionGroup name="common">
|
|
<section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
|
|
</sectionGroup>
|
|
|
|
<sectionGroup name='spring'>
|
|
<section name="parsers" type="Spring.Context.Support.NamespaceParsersSectionHandler, Spring.Core"/>
|
|
</sectionGroup>
|
|
|
|
</configSections>
|
|
<common>
|
|
<logging>
|
|
<factoryAdapter type="Common.Logging.Simple.NoOpLoggerFactoryAdapter, Common.Logging"/>
|
|
</logging>
|
|
</common>
|
|
|
|
<spring>
|
|
<parsers>
|
|
<parser type="Spring.Data.Config.DatabaseNamespaceParser, Spring.Data" />
|
|
</parsers>
|
|
</spring>
|
|
|
|
<startup>
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
</startup>
|
|
|
|
</configuration>
|