- Timestamp:
- 01/18/19 18:52:36 (6 years ago)
- Location:
- branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj
r16462 r16539 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. 0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">111 <HintPath>..\..\packages\HEAL.Fossil.1.0. 0\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>110 <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 111 <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath> 112 112 </Reference> 113 113 <Reference Include="System" /> … … 119 119 </Reference> 120 120 <Reference Include="System.Drawing" /> 121 <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> 122 <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath> 123 </Reference> 121 124 </ItemGroup> 122 125 <ItemGroup> -
branches/2520_PersistenceReintegration/HeuristicLab.Operators.Programmable/3.3/packages.config
r16454 r16539 2 2 <packages> 3 3 <package id="Google.Protobuf" version="3.6.1" targetFramework="net461" /> 4 <package id="HEAL.Fossil" version="1.0.0" targetFramework="net461" /> 4 <package id="HEAL.Fossil" version="1.0.1" targetFramework="net461" /> 5 <package id="System.Drawing.Common" version="4.5.1" targetFramework="net461" /> 5 6 </packages>
Note: See TracChangeset
for help on using the changeset viewer.