Free cookie consent management tool by TermsFeed Policy Generator

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

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

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

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