Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3040_VectorBasedGP/HeuristicLab/3.3/app.config @ 17936

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

#3040

  • Added additional benchmark instances for vector GP.
  • Removed old binding redirect.
File size: 1.4 KB
Line 
1<?xml version="1.0"?>
2<configuration>
3  <configSections>
4  </configSections>
5  <connectionStrings>
6  </connectionStrings>
7  <system.serviceModel>
8  </system.serviceModel>
9
10  <runtime>
11    <gcServer enabled="true"/>
12    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
13      <!--<dependentAssembly>
14        <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
15        <bindingRedirect oldVersion="0.0.0.0-999.999.999.999" newVersion="3.6.1.0" />
16      </dependentAssembly>-->
17    </assemblyBinding>
18  </runtime>
19
20  <system.data>
21    <DbProviderFactories>
22      <remove invariant="System.Data.SQLite"/>
23      <add name="SQLite Data Provider" invariant="System.Data.SQLite" description=".Net Framework Data Provider for SQLite" type="System.Data.SQLite.SQLiteFactory, System.Data.SQLite"/>
24      <remove invariant="System.Data.SqlServerCe.3.5"/>
25      <add name="Microsoft SQL Server Compact Data Provider" invariant="System.Data.SqlServerCe.3.5" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"/>
26    </DbProviderFactories>
27  </system.data>
28
29  <startup>
30    <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
31  </startup>
32</configuration>
Note: See TracBrowser for help on using the repository browser.