- Timestamp:
- 03/03/17 17:33:24 (8 years ago)
- Location:
- branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/HeuristicLab.Problems.Instances.VehicleRouting-3.4.csproj
r11650 r14712 172 172 <Private>False</Private> 173 173 </ProjectReference> 174 <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj"> 175 <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project> 176 <Name>HeuristicLab.Persistence-3.3</Name> 177 </ProjectReference> 174 178 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj"> 175 179 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> -
branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/IVRPInstanceProvider.cs
r12012 r14712 21 21 22 22 namespace HeuristicLab.Problems.Instances.VehicleRouting { 23 [HeuristicLab.Persistence.Default.CompositeSerializers.Storable.StorableType("A95A55B5-CF48-4FB6-BF24-B68864587922")] 23 24 public interface IVRPInstanceProvider<TData> { 24 25 bool CanImportData { get; } -
branches/PersistenceOverhaul/HeuristicLab.Problems.Instances.VehicleRouting/3.4/Plugin.cs.frame
r13321 r14712 26 26 [PluginFile("HeuristicLab.Problems.Instances.VehicleRouting-3.4.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 [PluginDependency("HeuristicLab.Persistence", "3.3")] 28 29 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 29 30 [PluginDependency("HeuristicLab.Problems.Instances.TSPLIB", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.