Clone of UAS2 @ https://github.com/drudgedance/uas2

Settings.settings 807B

123456789101112131415161718
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="UAS2_launcher.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="strIP" Type="System.String" Scope="User">
  6. <Value Profile="(Default)">127.0.0.1</Value>
  7. </Setting>
  8. <Setting Name="strPort" Type="System.String" Scope="User">
  9. <Value Profile="(Default)">9002</Value>
  10. </Setting>
  11. <Setting Name="strUser" Type="System.String" Scope="User">
  12. <Value Profile="(Default)">admin</Value>
  13. </Setting>
  14. <Setting Name="strPass" Type="System.String" Scope="User">
  15. <Value Profile="(Default)">admin</Value>
  16. </Setting>
  17. </Settings>
  18. </SettingsFile>