Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3055_SMSEMOA/HeuristicLab.Algorithms.SMSEMOA/3.4/app.config @ 18120

Last change on this file since 18120 was 17425, checked in by kyang, 4 years ago

#3055: Added the first version of SMS-EMOA

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.