<?xml version="1.0"?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="EMed.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
    </configSections>
  <connectionStrings configSource="ConnectionStrings.config"/>
  <system.diagnostics>
    <sources>
      <!-- This section defines the logging configuration for My.Application.Log -->
            <source name="DefaultSource" switchName="DefaultSwitch">
                <listeners>
                    <add name="FileLog"/>
                    <!-- Uncomment the below section to write to the Application Event Log -->
                    <!--<add name="EventLog"/>-->
                </listeners>
            </source>
        </sources>
        <switches>
            <add name="DefaultSwitch" value="Information"/>
        </switches>
        <sharedListeners>
            <add name="FileLog" type="Microsoft.VisualBasic.Logging.FileLogTraceListener, Microsoft.VisualBasic, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" initializeData="FileLogWriter"/>
            <!-- Uncomment the below section and replace APPLICATION_NAME with the name of your application to write to the Application Event Log -->
            <!--<add name="EventLog" type="System.Diagnostics.EventLogTraceListener" initializeData="APPLICATION_NAME"/> -->
        </sharedListeners>
    </system.diagnostics>
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/></startup><userSettings>
    <EMed.My.MySettings>
      <setting name="repFolder" serializeAs="String">
        <value>C:\Program Files\Excello Health\Reports\Batch Reports</value>
      </setting>
      <setting name="ReportServer" serializeAs="String">
        <value>http://BarryLapTop:8080/Reportserver</value>
      </setting>
      <setting name="IncomingFiles" serializeAs="String">
        <value>\\DATABASESERVER\Biblioteek\Downloads\MMSA Incoming Files</value>
      </setting>
      <setting name="ReturnFiles" serializeAs="String">
        <value>\\DATABASESERVER\Biblioteek\Downloads\MMSA Returns</value>
      </setting>
      <setting name="strProvLetters" serializeAs="String">
        <value>\\DATABASESERVER\Biblioteek\Downloads\ProvLetters\</value>
      </setting>
      <setting name="strTemplateFolder" serializeAs="String">
        <value>\\DATABASESERVER\Biblioteek\Downloads\Templates\</value>
      </setting>
    </EMed.My.MySettings>
  </userSettings>
</configuration>
