Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/27/18 11:16:08 (6 years ago)
Author:
jkarder
Message:

#2520: added nuget references to HEAL.Fossil (which has not been published yet)

Location:
branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj

    r16452 r16454  
    106106      <HintPath>..\..\bin\AutoDiff-1.0.dll</HintPath>
    107107      <Private>False</Private>
     108    </Reference>
     109    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
     110      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
     111    </Reference>
     112    <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     113      <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
    108114    </Reference>
    109115    <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.NativeInterpreter-0.1, Version=0.0.0.1, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     
    285291    <Compile Include="TreeMatching\SymbolicExpressionTreePhenotypicSimilarityCalculator.cs" />
    286292    <None Include="HeuristicLab.snk" />
     293    <None Include="packages.config" />
    287294    <None Include="Plugin.cs.frame" />
    288295    <None Include="Properties\AssemblyInfo.cs.frame" />
  • branches/2520_PersistenceReintegration/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/packages.config

    r16285 r16454  
    11<?xml version="1.0" encoding="utf-8"?>
    22<packages>
     3  <package id="Google.Protobuf" version="3.6.1" targetFramework="net461" />
     4  <package id="HEAL.Fossil" version="1.0.0" targetFramework="net461" />
    35  <package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net45" />
    46</packages>
Note: See TracChangeset for help on using the changeset viewer.