﻿<?xml version="1.0" encoding="utf-8" ?>
<configuration>

   <startup>
      <supportedRuntime version="v4.0" />
      <supportedRuntime version="v2.0.50727" />
   </startup>

   <system.serviceModel>
      <client configSource="system.servicemodel.client.config" />
      <bindings configSource="system.servicemodel.bindings.config" />
   </system.serviceModel>
  <runtime>
    <AppContextSwitchOverrides value="Switch.System.Windows.Forms.DoNotLoadLatestRichEditControl=true"/>
  </runtime>
</configuration>