Advertisement
Guest User

original App.config

a guest
May 12th, 2011
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  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. version="A sample string value."
  10. />
  11.  
  12. <appSettings>
  13. <add key="version_string" value="1.01" />
  14. </appSettings>
  15.  
  16. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement