Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/05/09 13:01:47 (15 years ago)
Author:
gkronber
Message:

Added separate editors for StandardGP and OffspringSelectionGP variants for time series forecasting. #224 (Simple frontend for GP for non-expert users (similar to HeurisicLab.SGA))

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.GP.StructureIdentification.TimeSeries/HeuristicLab.GP.StructureIdentification.TimeSeries.csproj

    r1252 r1253  
    5454      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    5555    </Reference>
     56    <Reference Include="System.Drawing" />
     57    <Reference Include="System.Windows.Forms" />
    5658    <Reference Include="System.Xml.Linq">
    5759      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    7072    <Compile Include="HeuristicLabGPTimeSeriesPlugin.cs" />
    7173    <Compile Include="OffspringSelectionGP.cs" />
     74    <Compile Include="OffspringSelectionGpEditor.cs">
     75      <SubType>UserControl</SubType>
     76    </Compile>
     77    <Compile Include="OffspringSelectionGpEditor.Designer.cs">
     78      <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
     79    </Compile>
    7280    <Compile Include="ProblemInjector.cs" />
    7381    <Compile Include="ProfitEvaluator.cs" />
    7482    <Compile Include="Properties\AssemblyInfo.cs" />
    7583    <Compile Include="StandardGP.cs" />
     84    <Compile Include="StandardGpEditor.cs">
     85      <SubType>UserControl</SubType>
     86    </Compile>
     87    <Compile Include="StandardGpEditor.Designer.cs">
     88      <DependentUpon>StandardGpEditor.cs</DependentUpon>
     89    </Compile>
    7690    <Compile Include="TheilInequalityCoefficientEvaluator.cs" />
    7791  </ItemGroup>
     
    118132    <None Include="Properties\AssemblyInfo.frame" />
    119133  </ItemGroup>
     134  <ItemGroup>
     135    <EmbeddedResource Include="OffspringSelectionGpEditor.resx">
     136      <DependentUpon>OffspringSelectionGpEditor.cs</DependentUpon>
     137    </EmbeddedResource>
     138    <EmbeddedResource Include="StandardGpEditor.resx">
     139      <DependentUpon>StandardGpEditor.cs</DependentUpon>
     140    </EmbeddedResource>
     141  </ItemGroup>
    120142  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    121143  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.