Settings.settings 1.6 KB

123456789101112131415161718192021222324252627282930313233343536
  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,Parity.None,8,StopBits.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. </Settings>
  36. </SettingsFile>