Changeset 16658 for trunk/HeuristicLab.Optimizer
- Timestamp:
- 03/07/19 16:57:20 (6 years ago)
- Location:
- trunk/HeuristicLab.Optimizer/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r16625 r16658 363 363 </ItemGroup> 364 364 <ItemGroup> 365 <PackageReference Include="HEAL.Attic"> 366 <Version>1.0.0-pre03</Version> 367 </PackageReference> 365 <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL"> 366 <SpecificVersion>False</SpecificVersion> 367 <HintPath>..\..\bin\HEAL.Attic.dll</HintPath> 368 <Private>False</Private> 369 </Reference> 368 370 </ItemGroup> 369 371 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/HeuristicLab.Optimizer/3.3/Plugin.cs.frame
r16565 r16658 30 30 [Plugin("HeuristicLab.Optimizer", "3.3.15.$WCREV$")] 31 31 [PluginFile("HeuristicLab.Optimizer-3.3.dll", PluginFileType.Assembly)] 32 [PluginDependency("HeuristicLab.Clients.Access", "3.3")] 32 33 [PluginDependency("HeuristicLab.Clients.Common", "3.3")] 33 34 [PluginDependency("HeuristicLab.Collections", "3.3")] … … 44 45 [PluginDependency("HeuristicLab.Persistence", "3.3")] 45 46 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 46 [PluginDependency("HeuristicLab.Clients.Access", "3.3")]47 47 public class HeuristicLabOptimizerPlugin : PluginBase { 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.