- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r16558 r16559 108 108 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 109 109 </Reference> 110 <Reference Include="HEAL. Fossil, Version=1.0.2.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">111 <HintPath>..\..\packages\HEAL. Fossil.1.0.2-pre-03\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>110 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath> 112 112 </Reference> 113 113 <Reference Include="System" /> -
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/ProgrammableOperator.cs
r16529 r16559 34 34 using HeuristicLab.Core; 35 35 using HeuristicLab.Persistence.Auxiliary; 36 using HEAL. Fossil;36 using HEAL.Attic; 37 37 using HeuristicLab.PluginInfrastructure; 38 38 using Microsoft.CSharp; -
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/ProgrammableSingleSuccessorOperator.cs
r16462 r16559 23 23 using HeuristicLab.Core; 24 24 using HeuristicLab.Parameters; 25 using HEAL. Fossil;25 using HEAL.Attic; 26 26 27 27 namespace HeuristicLab.Operators.Programmable { -
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/packages.config
r16558 r16559 2 2 <packages> 3 3 <package id="Google.Protobuf" version="3.6.1" targetFramework="net461" /> 4 <package id="HEAL. Fossil" version="1.0.2-pre-03" targetFramework="net461" />4 <package id="HEAL.Attic" version="1.0.0-pre01" targetFramework="net461" /> 5 5 <package id="System.Drawing.Common" version="4.5.1" targetFramework="net461" /> 6 6 </packages>
Note: See TracChangeset
for help on using the changeset viewer.