Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2877_HiveImprovements/HeuristicLab.Clients.Hive.Slave.ConsoleClient/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: 383 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <configSections>
4  </configSections>
5
6  <connectionStrings>
7  </connectionStrings>
8
9  <system.serviceModel>
10  </system.serviceModel>
11
12  <runtime>
13    <gcServer enabled="true"/>
14  </runtime>
15 
16  <startup>
17    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
18  </startup>
19</configuration>
Note: See TracBrowser for help on using the repository browser.