Changeset 16658 for trunk/HeuristicLab.Problems.GraphColoring
- Timestamp:
- 03/07/19 16:57:20 (6 years ago)
- Location:
- trunk/HeuristicLab.Problems.GraphColoring/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Problems.GraphColoring/3.3/HeuristicLab.Problems.GraphColoring-3.3.csproj
r16625 r16658 167 167 </ItemGroup> 168 168 <ItemGroup> 169 <PackageReference Include="HEAL.Attic"> 170 <Version>1.0.0-pre03</Version> 171 </PackageReference> 169 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 170 <SpecificVersion>False</SpecificVersion> 171 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 172 <Private>False</Private> 173 </Reference> 172 174 </ItemGroup> 173 175 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/HeuristicLab.Problems.GraphColoring/3.3/Plugin.cs.frame
r16565 r16658 35 35 [PluginDependency("HeuristicLab.Parameters", "3.3")] 36 36 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 37 [PluginDependency("HeuristicLab. Persistence", "3.3")]37 [PluginDependency("HeuristicLab.Attic", "1.0")] 38 38 public class HeuristicLabProblemsGraphColoringPlugin : PluginBase { 39 39 }
Note: See TracChangeset
for help on using the changeset viewer.