Changeset 9980 for trunk/sources/HeuristicLab.Problems.Instances
- Timestamp:
- 09/17/13 11:18:43 (11 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 3 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r8882 r9980 119 119 <Compile Include="IDataDescriptor.cs" /> 120 120 <Compile Include="Types\DistanceHelper.cs" /> 121 <Compile Include="Types\SOTFData.cs" /> 121 122 <Compile Include="Types\VRP\MDCVRPTWData.cs" /> 122 123 <Compile Include="Types\VRP\MDCVRPData.cs" /> … … 143 144 <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project> 144 145 <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> 145 151 <Private>False</Private> 146 152 </ProjectReference> -
trunk/sources/HeuristicLab.Problems.Instances/3.3/Plugin.cs.frame
r9462 r9980 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 [PluginDependency("HeuristicLab.Common", "3.3")] 28 [PluginDependency("HeuristicLab.Core", "3.3")] 28 29 public class HeuristicLabProblemsInstancesPlugin : PluginBase { 29 30 } -
trunk/sources/HeuristicLab.Problems.Instances/3.3/Properties/AssemblyInfo.cs.frame
r9462 r9980 28 28 // associated with an assembly. 29 29 [assembly: AssemblyTitle("HeuristicLab.Problems.Instances")] 30 [assembly: AssemblyDescription(" ")]30 [assembly: AssemblyDescription("Base plugin for making problem instances available to problems.")] 31 31 [assembly: AssemblyConfiguration("")] 32 32 [assembly: AssemblyCompany("HEAL")]
Note: See TracChangeset
for help on using the changeset viewer.