Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/09/21 12:44:50 (3 years ago)
Author:
pfleck
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab/3.3/HeuristicLab-3.3.csproj

    r17759 r17930  
    111111    <ApplicationManifest>app.manifest</ApplicationManifest>
    112112  </PropertyGroup>
     113  <PropertyGroup>
     114    <AutoGenerateBindingRedirects>false</AutoGenerateBindingRedirects>
     115  </PropertyGroup>
    113116  <ItemGroup>
    114117    <Reference Include="System" />
     
    192195    </BootstrapperPackage>
    193196  </ItemGroup>
    194   <ItemGroup>
    195     <PackageReference Include="Google.Protobuf">
    196       <Version>3.11.3</Version>
    197     </PackageReference>
    198   </ItemGroup>
    199197  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    200198  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.