Changeset 2976
- Timestamp:
- 03/09/10 09:37:54 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.TS/3.3
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.TS/3.3
- Property svn:ignore
-
old new 2 2 bin 3 3 obj 4 HeuristicLabAlgorithmsTSPlugin.cs
-
- Property svn:ignore
-
trunk/sources/HeuristicLab.Algorithms.TS/3.3/HeuristicLab.Algorithms.TS-3.3.csproj
r2972 r2976 83 83 <Compile Include="HeuristicLabAlgorithmsTSPlugin.cs" /> 84 84 <Compile Include="Properties\AssemblyInfo.cs" /> 85 <Compile Include="TSOperator.cs" /> 85 86 </ItemGroup> 86 87 <ItemGroup> … … 89 90 </ItemGroup> 90 91 <ItemGroup> 92 <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj"> 93 <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project> 94 <Name>HeuristicLab.Analysis-3.3</Name> 95 </ProjectReference> 96 <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj"> 97 <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project> 98 <Name>HeuristicLab.Collections-3.3</Name> 99 </ProjectReference> 100 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 101 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> 102 <Name>HeuristicLab.Core-3.3</Name> 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj"> 105 <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project> 106 <Name>HeuristicLab.Data-3.3</Name> 107 </ProjectReference> 108 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 109 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> 110 <Name>HeuristicLab.Operators-3.3</Name> 111 </ProjectReference> 112 <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj"> 113 <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project> 114 <Name>HeuristicLab.Parameters-3.3</Name> 115 </ProjectReference> 91 116 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 92 117 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> -
trunk/sources/HeuristicLab.Algorithms.TS/3.3/HeuristicLabAlgorithmsTSPlugin.cs.frame
r2972 r2976 28 28 [Plugin("HeuristicLab.Algorithms.TS", "3.3.0.$WCREV$")] 29 29 [PluginFile("HeuristicLab.Algorithms.TS-3.3.dll", PluginFileType.Assembly)] 30 [PluginDependency("HeuristicLab.Analysis", "3.3")] 31 [PluginDependency("HeuristicLab.Collections", "3.3")] 32 [PluginDependency("HeuristicLab.Core", "3.3")] 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 //[PluginDependency("HeuristicLab.Evolutionary", "3.3")] 35 [PluginDependency("HeuristicLab.Operators", "3.3")] 36 //[PluginDependency("HeuristicLab.Optimization", "3.3")] 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 38 //[PluginDependency("HeuristicLab.Persistence", "3.3")] 39 //[PluginDependency("HeuristicLab.Random", "3.3")] 40 //[PluginDependency("HeuristicLab.Selection", "3.3")] 30 41 public class HeuristicLabAlgorithmsTSPlugin : PluginBase { 31 42 }
Note: See TracChangeset
for help on using the changeset viewer.