Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation.GP/3.5
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2520_PersistenceReintegration/HeuristicLab.Problems.ExternalEvaluation.GP/3.5/HeuristicLab.Problems.ExternalEvaluation.GP-3.5.csproj

    r16452 r16454  
    101101  </PropertyGroup>
    102102  <ItemGroup>
     103    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
     104      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
     105    </Reference>
    103106    <Reference Include="Google.ProtocolBuffers-2.4.1.473, Version=2.4.1.473, Culture=neutral, PublicKeyToken=17b3b1f090c3ea48, processorArchitecture=MSIL">
    104107      <HintPath>..\..\bin\Google.ProtocolBuffers-2.4.1.473.dll</HintPath>
    105108      <Private>False</Private>
     109    </Reference>
     110    <Reference Include="HEAL.Fossil, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
     111      <HintPath>..\..\packages\HEAL.Fossil.1.0.0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
    106112    </Reference>
    107113    <Reference Include="System" />
     
    120126  </ItemGroup>
    121127  <ItemGroup>
     128    <None Include="packages.config" />
    122129    <None Include="Plugin.cs.frame" />
    123130    <Compile Include="ExternalEvaluationExpressionGrammar.cs" />
Note: See TracChangeset for help on using the changeset viewer.