- Timestamp:
- 01/25/19 18:27:21 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.ParallelEngine/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.ParallelEngine/3.3/HeuristicLab.ParallelEngine-3.3.csproj
r16558 r16559 113 113 <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath> 114 114 </Reference> 115 <Reference Include="HEAL. Fossil, Version=1.0.2.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">116 <HintPath>..\..\packages\HEAL. Fossil.1.0.2-pre-03\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>115 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 116 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre01\lib\netstandard2.0\HEAL.Attic.dll</HintPath> 117 117 </Reference> 118 118 <Reference Include="System" /> -
branches/2520_PersistenceReintegration/HeuristicLab.ParallelEngine/3.3/ParallelEngine.cs
r16462 r16559 26 26 using HeuristicLab.Common; 27 27 using HeuristicLab.Core; 28 using HEAL. Fossil;28 using HEAL.Attic; 29 29 30 30 namespace HeuristicLab.ParallelEngine { -
branches/2520_PersistenceReintegration/HeuristicLab.ParallelEngine/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.