Free cookie consent management tool by TermsFeed Policy Generator

Changeset 17935


Ignore:
Timestamp:
04/12/21 13:16:16 (3 years ago)
Author:
pfleck
Message:

#3040 Worked on library dependencies for hive.

Location:
branches/3040_VectorBasedGP/HeuristicLab.ExtLibs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3040_VectorBasedGP/HeuristicLab.ExtLibs/HeuristicLab.Attic/1.0.0/HeuristicLab.Attic.csproj

    r17825 r17935  
    5454  </PropertyGroup>
    5555  <ItemGroup>
    56     <Reference Include="HEAL.Attic, Version=1.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    57       <SpecificVersion>False</SpecificVersion>
    58       <HintPath>..\..\..\bin\HEAL.Attic.dll</HintPath>
    59     </Reference>
    6056    <Reference Include="System" />
    6157    <Reference Include="System.Core" />
  • branches/3040_VectorBasedGP/HeuristicLab.ExtLibs/HeuristicLab.TensorFlowNet/Plugin.cs.frame

    r17930 r17935  
    2727  [PluginFile("HeuristicLab.TensorFlowNet.dll", PluginFileType.Assembly)]
    2828  [PluginFile("TensorFlow.NET.Merged.dll", PluginFileType.Assembly)]
    29   //[PluginFile("Protobuf.Text.dll", PluginFileType.Assembly)]
    3029  [PluginFile("tensorflow.dll", PluginFileType.NativeDll)]
    31   //[PluginFile("netstandard.dll", PluginFileType.Assembly)]
     30  [PluginFile("System.Memory.dll", PluginFileType.Assembly)]
    3231  [PluginDependency("HeuristicLab.Protobuf", "3.6.1")]
    33   //[PluginDependency("HeuristicLab.DiffSharp", "0.7.7")] // for passing unit test?
    3432  public class Plugin : PluginBase {
    3533    public Plugin() { }
Note: See TracChangeset for help on using the changeset viewer.