Settings.settings 1.81 KB
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="MoyaSignup.Properties" GeneratedClassName="Settings">
  <Profiles />
  <Settings>
    <Setting Name="ApiApplicationKey" Type="System.String" Scope="User">
      <Value Profile="(Default)">myapiclientid</Value>
    </Setting>
    <Setting Name="ApiUser" Type="System.String" Scope="User">
      <Value Profile="(Default)">myapiuser</Value>
    </Setting>
    <Setting Name="ApiPass" Type="System.String" Scope="User">
      <Value Profile="(Default)">myapikey</Value>
    </Setting>
    <Setting Name="ApplicationVersion" Type="System.String" Scope="User">
      <Value Profile="(Default)" />
    </Setting>
    <Setting Name="Port" Type="System.String" Scope="User">
      <Value Profile="(Default)" />
    </Setting>
    <Setting Name="ThermoPrinter" Type="System.Int32" Scope="User">
      <Value Profile="(Default)">0</Value>
    </Setting>
    <Setting Name="Camera" Type="System.String" Scope="User">
      <Value Profile="(Default)">Mobius</Value>
    </Setting>
    <Setting Name="printerPort" Type="System.String" Scope="User">
      <Value Profile="(Default)">COM1</Value>
    </Setting>
    <Setting Name="ApiURL" Type="System.String" Scope="User">
      <Value Profile="(Default)">http://myapi.moya.endpoint/MoyaWeb</Value>
    </Setting>
    <Setting Name="ApiTokenSet" Type="System.Boolean" Scope="User">
      <Value Profile="(Default)">False</Value>
    </Setting>
    <Setting Name="ReceiptPrinterName" Type="System.String" Scope="User">
      <Value Profile="(Default)">POS-58</Value>
    </Setting>
    <Setting Name="PrinterTypeSelected" Type="System.Int32" Scope="User">
      <Value Profile="(Default)">-1</Value>
    </Setting>
  </Settings>
</SettingsFile>