﻿<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="notificationUtility" type="FormConversion.Shared.Configuration.NotificationUtilityConfigurationSection, FormConversion.Shared" />
    <section name="conversionManager" type="FormConversion.Manager.Cmd.Configuration.ConversionManagerConfigurationSection, FormConversion.Manager.Cmd" />
  </configSections>
  <startup>
    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7" />
  </startup>
  <appSettings>
    <add key="FormConversionResources" value="C:\Users\jargiro\Documents\Visual Studio 2010\Projects\SuperBoxing ClickOnce\SuperBoxing\program\FormsConverter\FormConversionResources.zip" />
    <add key="CodeBlockXml" value="C:\Users\jargiro\Documents\Visual Studio 2010\Projects\SuperBoxing ClickOnce\SuperBoxing\program\FormsConverter\CodeBlocks.xml" />
    <add key="TypeScriptExecutablePath" value="C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1\tsc.exe" />
    <add key="RubyExecutablePath" value="c:\ruby186\bin\ruby.exe" />
    <add key="RubyArgumentsFormat" value="{0} &gt; {1}" />
    <add key="NodeJSExecutablePath" value="C:\Program Files\nodejs\node.exe" />
    <add key="NodeJSArgumentsFormat" value="{0}" />
    <!-- All | DEBUG | INFO | WARN | ERROR | OFF -->
    <add key="LoggingLevel" value="WARN" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  </appSettings>
  <conversionManager>
    <converterScriptsUtility name="ConverterScriptsUtility" type="FormConversion.Converter.Scripts.ScriptConverter, FormConversion.Converter.Scripts" />
    <profilerUtility name="ProfilerUtility" type="FormConversion.Profiler.Profiler, FormConversion.Profiler" />
    <validatorUtility name="ValidatorUtility" type="FormConversion.QA.Validator.Validator, FormConversion.QA.Validator" />
    <loggingUtility name="LogFileUtility" type="FormConversion.Manager.Cmd.Logger.LogFileUtility, FormConversion.Manager.Cmd" />
    <notificationUtility name="NotificationUtility" type="FormConversion.Shared.Notification.NotificationUtility, FormConversion.Shared" />
    <packageFactory name="PackageFactory" type="FormConversion.Utility.PackageManager.PackageFactory, FormConversion.Utility.PackageManager" />
  </conversionManager>
  <notificationUtility>
    <!-- OFF | EXCEPTION | ERROR | WARN | INFO | DEBUG | ALL -->
    <level value="OFF" />
    <exceptionRecipients value="" />
    <errorRecipients value="" />
    <warningRecipients value="" />
    <infoRecipients value="" />
    <debugRecipients value="" />
    <smtpHost value="" />
    <fromAddress value="" />
    <notifier name="Notifier" type="FormConversion.Shared.Notification.ConsoleNotifier, FormConversion.Shared" />
  </notificationUtility>
  <runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Reflection" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Linq" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="System.Runtime.Extensions" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-4.1.1.0" newVersion="4.1.1.0" />
      </dependentAssembly>
      <dependentAssembly>
        <assemblyIdentity name="Unity.Abstractions" publicKeyToken="6d32ff45e0ccc69f" culture="neutral" />
        <bindingRedirect oldVersion="0.0.0.0-2.0.0.0" newVersion="2.0.0.0" />
      </dependentAssembly>
    </assemblyBinding>
  </runtime>
  <system.web>
    <membership defaultProvider="ClientAuthenticationMembershipProvider">
      <providers>
        <add name="ClientAuthenticationMembershipProvider" type="System.Web.ClientServices.Providers.ClientFormsAuthenticationMembershipProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" />
      </providers>
    </membership>
    <roleManager defaultProvider="ClientRoleProvider" enabled="true">
      <providers>
        <add name="ClientRoleProvider" type="System.Web.ClientServices.Providers.ClientRoleProvider, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" serviceUri="" cacheTimeout="86400" />
      </providers>
    </roleManager>
  </system.web>
</configuration>