<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="My" GeneratedClassName="MySettings" UseMySettingsClassName="true">
  <Profiles />
  <Settings>
    <!-- Connection strings are now loaded from environment variables via SecureConfig class -->
    <!-- Set SQL_CONNECTION_DEBUG and SQL_CONNECTION_RELEASE environment variables -->
    <Setting Name="SQLConnectionDebug" Type="System.String" Scope="Application">
      <Value Profile="(Default)"></Value>
    </Setting>
    <Setting Name="SQLConnectionRelease" Type="System.String" Scope="Application">
      <Value Profile="(Default)"></Value>
    </Setting>
    <Setting Name="intDecimals" Type="System.Int32" Scope="Application">
      <Value Profile="(Default)">1</Value>
    </Setting>
    <Setting Name="intColumnWidthDefault" Type="System.Int32" Scope="Application">
      <Value Profile="(Default)">56</Value>
    </Setting>
    <Setting Name="intColumnWidthRegion" Type="System.Int32" Scope="Application">
      <Value Profile="(Default)">105</Value>
    </Setting>
    <Setting Name="dwfQFTable" Type="System.String" Scope="Application">
      <Value Profile="(Default)">dwfQF</Value>
    </Setting>
  </Settings>
</SettingsFile>