Mercurial > silverbladetech
view Chronosv2/source/app.config @ 15:060f02cd4591
Initial commit, pre airport work
author | stevenh7776 stevenhollidge@hotmail.com |
---|---|
date | Mon, 12 Mar 2012 23:05:21 +0800 |
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>