Changeset 1540 for trunk/sources
- Timestamp:
- 04/08/09 15:37:42 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.GP.StructureIdentification/3.3
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/FunctionLibraryInjector.cs
r1529 r1540 34 34 private const string TARGETVARIABLE = "TargetVariable"; 35 35 private const string ALLOWEDFEATURES = "AllowedFeatures"; 36 pr ivateconst string FUNCTIONLIBRARY = "FunctionLibrary";36 protected const string FUNCTIONLIBRARY = "FunctionLibrary"; 37 37 38 38 public override string Description { -
trunk/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj
r1534 r1540 86 86 <Compile Include="Average.cs" /> 87 87 <Compile Include="BakedTreeEvaluator.cs" /> 88 <Compile Include="ConfigurableFunctionLibraryInjector.cs" /> 89 <Compile Include="ConfigurableFunctionLibraryInjectorView.cs"> 90 <SubType>UserControl</SubType> 91 </Compile> 92 <Compile Include="ConfigurableFunctionLibraryInjectorView.Designer.cs"> 93 <DependentUpon>ConfigurableFunctionLibraryInjectorView.cs</DependentUpon> 94 </Compile> 88 95 <Compile Include="Constant.cs" /> 89 96 <Compile Include="AlgorithmBase.cs" />
Note: See TracChangeset
for help on using the changeset viewer.