SVN r1059
SVN-Revision: r1059
This commit is contained in:
@@ -1,5 +1,19 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<configuration>
|
||||
<configSections>
|
||||
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
|
||||
<sectionGroup name="common">
|
||||
<section name="logging" type="Common.Logging.ConfigurationSectionHandler, Common.Logging" />
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<common>
|
||||
<logging>
|
||||
<factoryAdapter type="Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4net208">
|
||||
<arg key="configType" value="FILE-WATCH" />
|
||||
<arg key="configFile" value="~/Config/Log4Net.xml" />
|
||||
</factoryAdapter>
|
||||
</logging>
|
||||
</common>
|
||||
<startup useLegacyV2RuntimeActivationPolicy="true">
|
||||
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0" />
|
||||
<supportedRuntime version="v2.0.50727" />
|
||||
@@ -36,4 +50,16 @@
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.data>
|
||||
<DbProviderFactories>
|
||||
<add name="KingbaseES"
|
||||
invariant="Kdbndp"
|
||||
description="KingbaseES Database Provider"
|
||||
type="Kdbndp.KdbndpFactory, Kdbndp, Version=8.6.1.1, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7" />
|
||||
<add name="DM Data Provider"
|
||||
invariant="Dm"
|
||||
description="DM .Net Framework Data Provider"
|
||||
type="Dm.DmClientFactory, DM.DmProvider, Version=8.3.1.34394, Culture=neutral, PublicKeyToken=7a2d44aa446c6d01"/>
|
||||
</DbProviderFactories>
|
||||
</system.data>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user