- Timestamp:
- 09/02/15 17:47:21 (9 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/HeuristicLab.Problems.GeneticProgramming-3.3.csproj
r12911 r12936 109 109 <Compile Include="ArtificialAnt\Problem.cs" /> 110 110 <Compile Include="ArtificialAnt\Trail.cs" /> 111 <Compile Include="BasicSymbolicRegression\Problem.cs" /> 111 112 <Compile Include="LawnMower\Interpreter.cs" /> 112 113 <Compile Include="LawnMower\Problem.cs" /> … … 174 175 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 175 176 <Name>HeuristicLab.PluginInfrastructure-3.3</Name> 177 <Private>False</Private> 178 </ProjectReference> 179 <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj"> 180 <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project> 181 <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name> 182 <Private>False</Private> 183 </ProjectReference> 184 <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj"> 185 <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project> 186 <Name>HeuristicLab.Problems.Instances-3.3</Name> 176 187 <Private>False</Private> 177 188 </ProjectReference> -
trunk/sources/HeuristicLab.Problems.GeneticProgramming/3.3/Plugin.cs.frame
r12915 r12936 37 37 [PluginDependency("HeuristicLab.Parameters", "3.3")] 38 38 [PluginDependency("HeuristicLab.Persistence", "3.3")] 39 [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")] 40 [PluginDependency("HeuristicLab.Problems.Instances", "3.3")] 39 41 [PluginDependency("HeuristicLab.Random", "3.3")] 40 42 public class HeuristicLabProblemsGeneticProgrammingPlugin : PluginBase {
Note: See TracChangeset
for help on using the changeset viewer.