Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/03/09 17:48:50 (15 years ago)
Author:
gkronber
Message:

created a branch for #720

Location:
branches/gp-algorithms-refactoring-#720
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/gp-algorithms-refactoring-#720/sources/HeuristicLab.GP.StructureIdentification/3.3/HeuristicLab.GP.StructureIdentification-3.3.csproj

    r2328 r2331  
    8282  </ItemGroup>
    8383  <ItemGroup>
    84     <Compile Include="BaseClasses\AlgorithmBase.cs" />
    8584    <Compile Include="BaseClasses\FunctionTreeBase.cs" />
    8685    <Compile Include="BaseClasses\TreeEvaluatorBase.cs" />
     
    128127    <Compile Include="Evaluators\MeanAbsolutePercentageOfRangeErrorEvaluator.cs" />
    129128    <Compile Include="FunctionLibraryInjector.cs" />
    130     <Compile Include="OffspringSelectionGP.cs" />
    131     <Compile Include="OffSpringSelectionGpEditor.cs">
    132       <SubType>UserControl</SubType>
    133     </Compile>
    134     <Compile Include="OffSpringSelectionGpEditor.Designer.cs">
    135       <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
    136     </Compile>
    137     <Compile Include="StandardGpEditor.cs">
    138       <SubType>UserControl</SubType>
    139     </Compile>
    140     <Compile Include="StandardGpEditor.Designer.cs">
    141       <DependentUpon>StandardGpEditor.cs</DependentUpon>
    142     </Compile>
    143     <Compile Include="StandardGP.cs" />
    144129    <Compile Include="Evaluators\CoefficientOfDeterminationEvaluator.cs" />
    145130    <Compile Include="Evaluators\UncertainMeanSquaredErrorEvaluator.cs" />
     
    227212  </ItemGroup>
    228213  <ItemGroup>
    229     <EmbeddedResource Include="OffSpringSelectionGpEditor.resx">
    230       <DependentUpon>OffSpringSelectionGpEditor.cs</DependentUpon>
    231     </EmbeddedResource>
    232214    <EmbeddedResource Include="PredictorView.resx">
    233215      <DependentUpon>PredictorView.cs</DependentUpon>
    234     </EmbeddedResource>
    235     <EmbeddedResource Include="StandardGpEditor.resx">
    236       <DependentUpon>StandardGpEditor.cs</DependentUpon>
    237       <SubType>Designer</SubType>
    238216    </EmbeddedResource>
    239217  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.