Changeset 16585 for trunk/HeuristicLab.Algorithms.GradientDescent/3.3
- Timestamp:
- 02/02/19 11:23:33 (6 years ago)
- Location:
- trunk/HeuristicLab.Algorithms.GradientDescent/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Algorithms.GradientDescent/3.3/HeuristicLab.Algorithms.GradientDescent-3.3.csproj
r16568 r16585 117 117 </Reference> 118 118 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 119 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre0 2\lib\net461\HEAL.Attic.dll</HintPath>119 <HintPath>..\..\packages\HEAL.Attic.1.0.0-pre03\lib\net461\HEAL.Attic.dll</HintPath> 120 120 </Reference> 121 121 <Reference Include="System" /> -
trunk/HeuristicLab.Algorithms.GradientDescent/3.3/packages.config
r16568 r16585 2 2 <packages> 3 3 <package id="Google.Protobuf" version="3.6.1" targetFramework="net461" /> 4 <package id="HEAL.Attic" version="1.0.0-pre0 2" targetFramework="net461" />4 <package id="HEAL.Attic" version="1.0.0-pre03" 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.