mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

display and shape are a work in progress coarse grained service interfaces and relationships forming --HG-- branch : mvc3p1
25 lines
871 B
XML
25 lines
871 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<system.diagnostics>
|
|
<sources>
|
|
<source name="Orchard.Tests.Logging.Thing" switchValue="Warning">
|
|
<listeners>
|
|
<add name="loopback" type="Orchard.Tests.Logging.InMemoryCapture,Orchard.Framework.Tests"/>
|
|
</listeners>
|
|
</source>
|
|
</sources>
|
|
</system.diagnostics>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
|
|
</startup>
|
|
<runtime>
|
|
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
|
<dependentAssembly>
|
|
<assemblyIdentity name="System.Web.Mvc" publicKeyToken="31bf3856ad364e35"/>
|
|
<bindingRedirect oldVersion="1.0.0.0" newVersion="3.0.0.0"/>
|
|
<bindingRedirect oldVersion="2.0.0.0" newVersion="3.0.0.0"/>
|
|
</dependentAssembly>
|
|
</assemblyBinding>
|
|
</runtime>
|
|
</configuration>
|