<?xml version='1.0' encoding='UTF-8'?>
<configuration>
  <configSections>
    <section name="nlog" type="NLog.Config.ConfigSectionHandler, NLog" />
  </configSections>
  <appSettings>
    <add key="RegisterForWlanNotification" value="false" />
    <add key="Usbdeviceconnected" value="false" />
    <add key="WaitForWlanNotification" value="true" />
    <add key="WlanNotificationWaitTimeoutSec" value="4" />
    <add key="AppFolderName" value="HP_Easy_Start" />
    <add key="ClientParamValue" value="WinSwSetup20" />
    <add key="SortStoreApp" value="1" />
    <add key="SortFullSolution" value="2" />
    <add key="SortBasicSolution" value="3" />
    <add key="SortModernSolution" value="4" />
    <add key="SortOther" value="5" />
    <add key="MaxAwcDiscoveryCycles" value="6" />
    <add key="MaxAwcRetryAttempts" value="3" />
    
    <add key="Xmo2TimeOut" value="120" />
    <add key="TestAnalyticsTracking" value="test" />
    
    <add key="ProductImageServer" value="https://static-beta.dataservices.hp.com/" />
    
    <add key="OwsRoot" value="https://oss.hpconnectedstage.com" />
    
    
    
    <add key="OwsRootSuffix" value="/oss" />
    
    
    <add key="HPIDStagingUrl" value="https://directory.stg.cd.id.hp.com" />
    
    <add key="HPIDProductionUrl" value="" />
    
    
    
    
    
    
    
    
    
    
    <add key="NewPrinterDetectTickCount" value="6" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  <add key="AppLaunchMode" value="CDLaunch" /><add key="DeviceCapability" value="UWWL" /><add key="Devicetype" value="InkJet" /><add key="PrinterImagePath" value="images\HP_OfficeJet_Pro_9730_series_500.png" /><add key="USBSupport" value="Yes" /><add key="ControlPanel" value="Yes" /><add key="InstallerPath" value=".\Driver\Installer.exe" /><add key="CDModelName" value="HP OfficeJet Pro 9730 series" /><add key="SupportedMDLs" value="HP OfficeJet Pro 9730e Series;HP OfficeJet Pro 9730 Series" /></appSettings>
  <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <targets async="true">
      <target fileName="${tempdir}/HP.EasyStart.log" footer="${newline}########################### Finished ${processname} - ${longdate} ##########################${newline}" header="${newline}*************************** Started ${processname} - ${longdate} ***************************${newline}" layout="[${longdate}] - [${threadid}] - ${level} : ${logger}.${callsite:className=False:fileName=False:includeSourcePath=False:methodName=True}() - ${message}${onexception:inner=${newline}!!!!!!!!!!!!!!!!!!!${newline}${exception:format=type,message,method,stacktrace:maxInnerExceptionLevel=5:innerFormat=shortType,message,method,stacktrace}${newline}${stacktrace}${newline}!!!!!!!!!!!!!!!!!!!}" name="fileoutput" xsi:type="File" />
      <target deleteOldFileOnStartup="true" fileName="${tempdir}/HP.EasyStart.Analytics.log" header="*************************** Analytics Log ${processname} - ${longdate} ***************************" layout="${message}" name="analyticsoutput" xsi:type="File" />
      <target fileName="${specialfolder:folder=Desktop:file=HP.EasyStart.SSIDlist.log} " footer="${newline}########################### Finished ${processname} - ${longdate} ##########################${newline}" header="${newline}*************************** HP EasyStart AWC Help Log  - ${longdate} ***************************${newline}" layout="${message}" name="ssidoutput" xsi:type="File" />
      
    </targets>
    <rules>
      <logger minlevel="Trace" name="OwsCommunication*" writeTo="fileoutput" />
      <logger maxLevel="Error" minlevel="Debug" name="*" writeTo="fileoutput">
        <filters>
          <when action="Ignore" condition="contains('${logger}','OwsCommunication')" />
        </filters>
      </logger>
      <logger maxLevel="Info" minlevel="Info" name="*" writeTo="analyticsoutput" />
      
      <logger maxLevel="Fatal" minlevel="Fatal" name="ConnectWireless*" writeTo="ssidoutput" />
    </rules>
  </nlog>
  <startup>
    <supportedRuntime sku=".NETFramework,Version=v4.7.2" version="v4.0" />
  </startup>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <probing privatePath="Languages;" />
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" />
        <bindingRedirect newVersion="13.0.0.0" oldVersion="0.0.0.0-13.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Runtime.Serialization.Primitives" publicKeyToken="b03f5f7f11d50a3a" />
        
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" />
        
        
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.IO.Compression" publicKeyToken="b77a5c561934e089" />
        
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Runtime.Serialization.Xml" publicKeyToken="b03f5f7f11d50a3a" />
        <bindingRedirect newVersion="4.1.3.0" oldVersion="0.0.0.0-4.1.3.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Security.Cryptography.Primitives" publicKeyToken="b03f5f7f11d50a3a" />
        
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Net.NetworkInformation" publicKeyToken="b03f5f7f11d50a3a" />
        
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" />
        <bindingRedirect newVersion="5.0.0.0" oldVersion="0.0.0.0-5.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" />
        <bindingRedirect newVersion="4.0.1.1" oldVersion="0.0.0.0-4.0.1.1" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.Bcl.AsyncInterfaces" publicKeyToken="cc7b13ffcd2ddd51" />
        <bindingRedirect newVersion="5.0.0.0" oldVersion="0.0.0.0-5.0.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" />
        <bindingRedirect newVersion="4.2.0.1" oldVersion="0.0.0.0-4.2.0.1" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.Web.WebView2.Wpf" publicKeyToken="2a8ab48044d2601e" />
        <bindingRedirect newVersion="1.0.1210.30" oldVersion="0.0.0.0-1.0.1210.30" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.Web.WebView2.Core" publicKeyToken="2a8ab48044d2601e" />
        <bindingRedirect newVersion="1.0.1210.30" oldVersion="0.0.0.0-1.0.1210.30" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="System.IdentityModel.Tokens.Jwt" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect newVersion="5.6.0.0" oldVersion="0.0.0.0-5.6.0.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.IdentityModel.Tokens" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect newVersion="5.6.0.0" oldVersion="0.0.0.0-5.6.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.IdentityModel.JsonWebTokens" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect newVersion="5.6.0.0" oldVersion="0.0.0.0-5.6.0.0" />
      </dependentAssembly>
    </assemblyBinding>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity culture="neutral" name="Microsoft.IdentityModel.Logging" publicKeyToken="31bf3856ad364e35" />
        <bindingRedirect newVersion="5.6.0.0" oldVersion="0.0.0.0-5.6.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <system.web>
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" serviceUri="" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add cacheTimeout="86400" name="ClientRoleProvider" serviceUri="" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
      </providers>
    </roleManager>
  </system.web>
  <startup>
    <supportedRuntime sku=".NETFramework,Version=v4.7.2" version="v4.0" />
  </startup>
  
  
</configuration>