﻿<?xml version="1.0" encoding="utf-8" ?>
<!--
  <copyright file="ServerFFR.exe.config" company="Microsoft">
    Copyright (C) Microsoft. All rights reserved.
  </copyright>
-->
<configuration>
  <configSections>
    <section name="wssg.external" type="Microsoft.WindowsServerSolutions.Configuration.ExternalConfigurationSection, WssgCommon, Version=10.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>    
  </configSections>
  <wssg.external fileName=".\logging.config"/>
  <!-- The settings in globalAppSettings.config will be merged with the local appSettings (if it exists). -->
  <appSettings file="globalAppSettings.config">
  </appSettings>
  <runtime>
      <generatePublisherEvidence enabled="false"/>
  </runtime>
  <!-- Because the configSource attribute is set, you cannot put any other attributes or child elements in this file. -->
  <system.diagnostics configSource="system.diagnostics.config" />
</configuration> 

