Changeset 11576 for branches/OptimizationNetworks/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Plugin.cs.frame
- Timestamp:
- 11/25/14 03:26:00 (10 years ago)
- Location:
- branches/OptimizationNetworks
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/OptimizationNetworks
- Property svn:mergeinfo changed
-
branches/OptimizationNetworks/HeuristicLab.Problems.Instances.VehicleRouting.Views/3.4/Plugin.cs.frame
r10037 r11576 1 1 #region License Information 2 2 /* HeuristicLab 3 * Copyright (C) 2002-201 3Heuristic and Evolutionary Algorithms Laboratory (HEAL)3 * Copyright (C) 2002-2014 Heuristic and Evolutionary Algorithms Laboratory (HEAL) 4 4 * 5 5 * This file is part of HeuristicLab. … … 23 23 24 24 namespace HeuristicLab.Problems.Instances.VehicleRouting.Views { 25 [Plugin("HeuristicLab.Problems.Instances.VehicleRouting.Views", "3.4. 2.$WCREV$")]25 [Plugin("HeuristicLab.Problems.Instances.VehicleRouting.Views", "3.4.3.$WCREV$")] 26 26 [PluginFile("HeuristicLab.Problems.Instances.VehicleRouting.Views-3.4.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common.Resources", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.