view Chronosv2/source/app.config @ 10:443821e55f06

Initial cleaned up add from Codeplex files
author stevenh7776 stevenhollidge@hotmail.com
date Tue, 21 Feb 2012 17:25:44 +0700
parents
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>