Advertisement
Guest User

app.config

a guest
Jun 13th, 2015
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <configSections>
  4.     <section name="diagnostics" type="Project.DiagnosticsConfigurationSection, Project"/>
  5.   </configSections>
  6.   <diagnostics
  7.    console.traceChannels=""
  8.    callTree.maxNodeCount="160"
  9.    />
  10. </configuration>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement