Changeset 3368 for trunk/sources/HeuristicLab.Selection
- Timestamp:
- 04/16/10 04:53:58 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Selection/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r3096 r3368 108 108 <Name>HeuristicLab.Collections-3.3</Name> 109 109 </ProjectReference> 110 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 111 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 112 <Name>HeuristicLab.Common-3.2</Name> 113 </ProjectReference> 110 114 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 111 115 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLabSelectionPlugin.cs.frame
r2882 r3368 29 29 [PluginFile("HeuristicLab.Selection-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Core", "3.3")] 32 33 [PluginDependency("HeuristicLab.Data", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.