comparison 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
comparison
equal deleted inserted replaced
9:904a9faadf8b 10:443821e55f06
1 <?xml version="1.0"?>
2 <configuration>
3 <configSections>
4 <section name="chronoserp.widgets"
5 type="Chronos.Configuration.WidgetsSectionHandler, Chronos.Configuration" />
6 </configSections>
7 <chronoserp.widgets configSource="Widgets.config" />
8 <startup>
9 <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
10 </startup>
11 </configuration>