Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/18/19 18:52:36 (5 years ago)
Author:
gkronber
Message:

#2520: use nuget package System.Drawing.Common to allow cross-platform persistence for types from System.Drawing.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj

    r16462 r16539  
    103103      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
    104104    </Reference>
    105     <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    106       <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
     105    <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     106      <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
    107107    </Reference>
    108108    <Reference Include="System" />
     
    111111    </Reference>
    112112    <Reference Include="System.Drawing" />
     113    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
     114      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
     115    </Reference>
    113116    <Reference Include="System.Xml.Linq">
    114117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
Note: See TracChangeset for help on using the changeset viewer.