1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <section name="example" type="CustomConfig.ExampleSection,
  5. CustomConfig" />
  6. </configSections>
  7.  
  8. <example
  9. configSource="example.config"
  10. />
  11.  
  12. <appSettings>
  13. <add key="version_string" value="1.01" />
  14. </appSettings>
  15. </configuration>