app.config 515 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <configuration>
  3. <configSections>
  4. <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
  5. </configSections>
  6. <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  7. <targets async="true"></targets>
  8. </nlog>
  9. <appSettings>
  10. <add key="DebugProgramDataPath" value="ProgramData-Server" />
  11. <add key="ReleaseProgramDataPath" value="ProgramData-Server" />
  12. </appSettings>
  13. </configuration>