Settings.settings 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <?xml version='1.0' encoding='utf-8'?>
  2. <SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="crusherScanner.Properties" GeneratedClassName="Settings">
  3. <Profiles />
  4. <Settings>
  5. <Setting Name="PrepmasterMagazineSerial" Type="System.String" Scope="User">
  6. <Value Profile="(Default)">COM1,9600,None,8,One</Value>
  7. </Setting>
  8. <Setting Name="OreDefInFile" Type="System.String" Scope="User">
  9. <Value Profile="(Default)" />
  10. </Setting>
  11. <Setting Name="OreDefOutFile" Type="System.String" Scope="User">
  12. <Value Profile="(Default)" />
  13. </Setting>
  14. <Setting Name="OreDefWorkFile" Type="System.String" Scope="User">
  15. <Value Profile="(Default)" />
  16. </Setting>
  17. <Setting Name="CrusherNo" Type="System.Int32" Scope="User">
  18. <Value Profile="(Default)">1</Value>
  19. </Setting>
  20. <Setting Name="OutputFormat" Type="System.String" Scope="User">
  21. <Value Profile="(Default)">JSON</Value>
  22. </Setting>
  23. <Setting Name="OreDefTypes" Type="System.String" Scope="User">
  24. <Value Profile="(Default)">RCA, RCB, RCC</Value>
  25. </Setting>
  26. <Setting Name="LimsConnection" Type="System.Boolean" Scope="User">
  27. <Value Profile="(Default)">False</Value>
  28. </Setting>
  29. <Setting Name="LimsConnString" Type="System.String" Scope="User">
  30. <Value Profile="(Default)" />
  31. </Setting>
  32. <Setting Name="PrepmasterConnection" Type="System.Boolean" Scope="User">
  33. <Value Profile="(Default)">False</Value>
  34. </Setting>
  35. <Setting Name="LoggingDebug" Type="System.Boolean" Scope="User">
  36. <Value Profile="(Default)">False</Value>
  37. </Setting>
  38. <Setting Name="LoggingInfo" Type="System.Boolean" Scope="User">
  39. <Value Profile="(Default)">True</Value>
  40. </Setting>
  41. <Setting Name="LoggingWarning" Type="System.Boolean" Scope="User">
  42. <Value Profile="(Default)">True</Value>
  43. </Setting>
  44. <Setting Name="LoggingError" Type="System.Boolean" Scope="User">
  45. <Value Profile="(Default)">True</Value>
  46. </Setting>
  47. </Settings>
  48. </SettingsFile>