<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
        <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="QE_Creator.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
        </sectionGroup>
        <sectionGroup name="applicationSettings" type="System.Configuration.ApplicationSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" >
            <section name="QE_Creator.My.MySettings" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" requirePermission="false" />
        </sectionGroup>
    </configSections>
    <connectionStrings/>
    <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.5.2"/>
  </startup>
  <appSettings>

    <add key="login.acct" value="956283_SB1" />
    <add key="login.appId" value="E987B1FE-9FDB-4E09-A5DE-3C00D10EE671" />
    <!--<add key="login.email" value="jmesawitz@QualityEnclosures.com" />
    <add key="login.password" value="Quality1234" />
    <add key="login.roleNSkey" value="1144" />
     QE Creator Role -->
    <add key="login.useTba" value="true" />
    <add key="login.tbaConsumerKey" value="0319bec7a7bc70f9c2be9e09ccbae28e5b4378a4c54d5bf78126d4646a292c4b" />
    <add key="login.tbaConsumerSecret" value="05398a9f169caad7a2be6612250bdc5b1cdf63a45a3f24c017e0f8e39174aab7" />
    <add key="login.tbaTokenId" value="254a33b25b6c8675fb0fa27461d530cc5011fd95811f5297955e5af99148b556" />
    <add key="login.tbaTokenSecret" value="456d38b9d3fa10b5b268e4e9f0ae11379d285a94c8d66d84f13de299f66c4d41" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
    
  </appSettings>
  
    <system.serviceModel>
        <bindings />
        <client />
    </system.serviceModel>
</configuration>
