view Chronosv2/source/app.config @ 27:96fdf58e05b4

Server working with sockets and rabbitmq
author adminsh@apollo
date Wed, 21 Mar 2012 19:00:59 +0000
parents 443821e55f06
children
line wrap: on
line source

<?xml version="1.0"?>
<configuration>
  <configSections>
    <section name="chronoserp.widgets"
             type="Chronos.Configuration.WidgetsSectionHandler, Chronos.Configuration" />
  </configSections>
  <chronoserp.widgets configSource="Widgets.config" />
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
  </startup>
</configuration>