Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3057_DynamicALPS/HeuristicLab.Algorithms.DynamicALPS/3.4/app.config @ 17593

Last change on this file since 17593 was 17438, checked in by kyang, 5 years ago

#3057 The first draft of Dynamic ALPS with SMS-EMOA by using a main-loop structure.

File size: 430 bytes
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<configuration>
3  <runtime>
4    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5      <dependentAssembly>
6        <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
7        <bindingRedirect oldVersion="0.0.0.0-3.7.0.0" newVersion="3.7.0.0" />
8      </dependentAssembly>
9    </assemblyBinding>
10  </runtime>
11</configuration>
Note: See TracBrowser for help on using the repository browser.