Changeset 16658 for trunk/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 03/07/19 16:57:20 (6 years ago)
- Location:
- trunk/HeuristicLab.Problems.DataAnalysis/3.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.DataAnalysis/3.4/HeuristicLab.Problems.DataAnalysis-3.4.csproj
r16625 r16658 329 329 </ItemGroup> 330 330 <ItemGroup> 331 <PackageReference Include="HEAL.Attic"> 332 <Version>1.0.0-pre03</Version> 333 </PackageReference> 331 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 332 <SpecificVersion>False</SpecificVersion> 333 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 334 <Private>False</Private> 335 </Reference> 334 336 </ItemGroup> 335 337 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/HeuristicLab.Problems.DataAnalysis/3.4/Plugin.cs.frame
r16565 r16658 36 36 [PluginDependency("HeuristicLab.Optimization","3.3")] 37 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 38 [PluginDependency("HeuristicLab. Persistence", "3.3")]38 [PluginDependency("HeuristicLab.Attic", "1.0")] 39 39 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 40 40 [PluginDependency("HeuristicLab.Random", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.