- Timestamp:
- 02/10/12 23:11:59 (13 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/HeuristicLab.Problems.Instances-3.3.csproj
r7448 r7465 55 55 <Compile Include="IInstanceDescriptor.cs" /> 56 56 <Compile Include="Instances\IQAPInstance.cs" /> 57 <Compile Include="Instances\ITSPInstance.cs" /> 57 58 <Compile Include="IProblemInstanceConsumer.cs" /> 58 59 <Compile Include="IProblemInstanceProvider.cs" /> 59 60 <Compile Include="Plugin.cs" /> 61 <Compile Include="ProblemInstanceProvider.cs" /> 60 62 <Compile Include="Properties\AssemblyInfo.cs" /> 61 63 <None Include="Properties\AssemblyInfo.cs.frame" /> -
branches/GeneralizedQAP/HeuristicLab.Problems.Instances/3.3/Plugin.cs
r7448 r7465 23 23 24 24 namespace HeuristicLab.Problems.Instances { 25 [Plugin("HeuristicLab.Problems.Instances", "3.3.6.744 5")]25 [Plugin("HeuristicLab.Problems.Instances", "3.3.6.7448")] 26 26 [PluginFile("HeuristicLab.Problems.Instances-3.3.dll", PluginFileType.Assembly)] 27 27 public class HeuristicLabProblemsInstancesPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.