Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab.Tests/App.config @ 17945

Last change on this file since 17945 was 17930, checked in by pfleck, 3 years ago

#3040 Reworked external dependencies and merged some libraries (ILmerge) to avoid versions conflicts occuring on Hive.

File size: 1.0 KB
Line 
1<?xml version="1.0" encoding="utf-8" ?>
2<configuration>
3  <runtime>
4    <gcServer enabled="true"/>
5    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
6      <!--<dependentAssembly>
7        <assemblyIdentity name="FSharp.Core" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
8        <bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="4.7.0.0" />
9      </dependentAssembly>-->
10      <!--<dependentAssembly>
11        <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
12        <bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="3.11.3.0" />
13        <bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="3.6.1.0" />
14      </dependentAssembly>-->
15      <!--<dependentAssembly>
16        <assemblyIdentity name="HEAL.Attic" publicKeyToken="ba48961d6f65dcec" culture="neutral" />
17        <bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="1.5.0.0" />
18      </dependentAssembly>-->
19    </assemblyBinding>
20  </runtime>
21</configuration>
Note: See TracBrowser for help on using the repository browser.