Changeset 8288 for trunk/sources
- Timestamp:
- 07/12/12 16:16:17 (12 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimization.Operators/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimization.Operators/3.3/HeuristicLab.Optimization.Operators-3.3.csproj
r7704 r8288 115 115 <Compile Include="MultiObjective\RankAndCrowdingSorter.cs" /> 116 116 <Compile Include="Plugin.cs" /> 117 <Compile Include="ProgrammableAnalyzer.cs" /> 117 118 <Compile Include="ShakingOperator.cs" /> 118 119 <Compile Include="UserDefinedCrossover.cs" /> … … 163 164 <Private>False</Private> 164 165 </ProjectReference> 166 <ProjectReference Include="..\..\HeuristicLab.Operators.Programmable\3.3\HeuristicLab.Operators.Programmable-3.3.csproj"> 167 <Project>{6A5F8C2D-B0C3-4B36-BC20-9B1A91EE6DB6}</Project> 168 <Name>HeuristicLab.Operators.Programmable-3.3</Name> 169 <Private>False</Private> 170 </ProjectReference> 165 171 <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj"> 166 172 <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project> -
trunk/sources/HeuristicLab.Optimization.Operators/3.3/Plugin.cs.frame
r8246 r8288 33 33 [PluginDependency("HeuristicLab.Data", "3.3")] 34 34 [PluginDependency("HeuristicLab.Operators", "3.3")] 35 [PluginDependency("HeuristicLab.Operators.Programmable", "3.3")] 35 36 [PluginDependency("HeuristicLab.Optimization","3.3")] 36 37 [PluginDependency("HeuristicLab.Parameters", "3.3")]
Note: See TracChangeset
for help on using the changeset viewer.