Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2877_HiveImprovements/HeuristicLab.Clients.Hive.Slave.WindowsService/3.3/app.config @ 16749

Last change on this file since 16749 was 15660, checked in by swagner, 7 years ago

#2877: Generalized MergeConfigs scripts, cleaned app.config files, corrected post-build events

File size: 332 bytes
RevLine 
[14738]1<?xml version="1.0" encoding="utf-8"?>
[6983]2<configuration>
[7777]3  <configSections>
4  </configSections>
[6983]5
[15005]6  <system.serviceModel>
7  </system.serviceModel>
8
[14738]9  <runtime>
10    <gcServer enabled="true"/>
11  </runtime>
12
[6983]13  <startup>
[11623]14    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
[6983]15  </startup>
16</configuration>
Note: See TracBrowser for help on using the repository browser.