App.config 552 B

123456789101112
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <startup>
  4. <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.1" />
  5. </startup>
  6. <appSettings>
  7. <add key="OperationMessageQueuePath" value="win81-tqgmg4i5\private$\HardWorkingQueue"/>
  8. <add key="ServiceDisplayName" value="My Custom Hard Working Service"/>
  9. <add key="ServiceDescription" value="A Windows Service that works really hard"/>
  10. <add key="SystemServiceName" value="HardWorkingService" />
  11. </appSettings>
  12. </configuration>