Changeset 3368 for trunk/sources/HeuristicLab.Operators
- Timestamp:
- 04/16/10 04:53:58 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Operators/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLab.Operators-3.3.csproj
r3226 r3368 121 121 <Name>HeuristicLab.Common.Resources-3.2</Name> 122 122 </ProjectReference> 123 <ProjectReference Include="..\..\HeuristicLab.Common\3.2\HeuristicLab.Common-3.2.csproj"> 124 <Project>{1FC004FC-59AF-4249-B1B6-FF25873A20E4}</Project> 125 <Name>HeuristicLab.Common-3.2</Name> 126 </ProjectReference> 123 127 <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj"> 124 128 <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project> -
trunk/sources/HeuristicLab.Operators/3.3/HeuristicLabOperatorsPlugin.cs.frame
r2794 r3368 29 29 [PluginFile("HeuristicLab.Operators-3.3.dll", PluginFileType.Assembly)] 30 30 [PluginDependency("HeuristicLab.Collections", "3.3")] 31 [PluginDependency("HeuristicLab.Common", "3.2")] 31 32 [PluginDependency("HeuristicLab.Common.Resources", "3.2")] 32 33 [PluginDependency("HeuristicLab.Core", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.