123456789101112131415161718 |
- <?xml version='1.0' encoding='utf-8'?>
- <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="TftpServer.Properties" GeneratedClassName="Settings">
- <Profiles />
- <Settings>
- <Setting Name="ListenOn" Type="System.String" Scope="Application">
- <Value Profile="(Default)">0.0.0.0</Value>
- </Setting>
- <Setting Name="VerboseMode" Type="System.Boolean" Scope="Application">
- <Value Profile="(Default)">False</Value>
- </Setting>
- <Setting Name="TimeOutSecond" Type="System.Int32" Scope="Application">
- <Value Profile="(Default)">30</Value>
- </Setting>
- <Setting Name="Root" Type="System.String" Scope="Application">
- <Value Profile="(Default)">TftpRoot</Value>
- </Setting>
- </Settings>
- </SettingsFile>
|