Settings.settings 824 B

123456789101112131415161718
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TftpServer.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="ListenOn" Type="System.String" Scope="Application">
  6. <Value Profile="(Default)">0.0.0.0</Value>
  7. </Setting>
  8. <Setting Name="VerboseMode" Type="System.Boolean" Scope="Application">
  9. <Value Profile="(Default)">False</Value>
  10. </Setting>
  11. <Setting Name="TimeOutSecond" Type="System.Int32" Scope="Application">
  12. <Value Profile="(Default)">30</Value>
  13. </Setting>
  14. <Setting Name="Root" Type="System.String" Scope="Application">
  15. <Value Profile="(Default)">TftpRoot</Value>
  16. </Setting>
  17. </Settings>
  18. </SettingsFile>