Changeset 9982 for trunk/sources/HeuristicLab.Problems.Instances
- Timestamp:
- 09/17/13 11:47:57 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r9980 r9982 119 119 <Compile Include="IDataDescriptor.cs" /> 120 120 <Compile Include="Types\DistanceHelper.cs" /> 121 <Compile Include="Types\SOTFData.cs" />122 121 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 123 122 <Compile Include="Types\VRP\MDCVRPData.cs" /> … … 144 143 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 145 144 <Name>HeuristicLab.Common-3.3</Name> 146 <Private>False</Private>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">149 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>150 <Name>HeuristicLab.Core-3.3</Name>151 145 <Private>False</Private> 152 146 </ProjectReference> -
trunk/sources/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame
r9980 r9982 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 [PluginDependency("HeuristicLab.Core", "3.3")]29 28 public class HeuristicLabProblemsInstancesPlugin : PluginBase { 30 29 }
Note: See TracChangeset
for help on using the changeset viewer.