Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7308


Ignore:
Timestamp:
01/10/12 17:34:41 (12 years ago)
Author:
sforsten
Message:

#1669: added a dialog to select benchmark problems

Location:
branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/RegressionBenchmarks/HeuristicLab.Problems.DataAnalysis.Views/3.4/HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj

    r7298 r7308  
    158158  </ItemGroup>
    159159  <ItemGroup>
     160    <Compile Include="BenchmarkGeneratorDialog.cs">
     161      <SubType>Form</SubType>
     162    </Compile>
     163    <Compile Include="BenchmarkGeneratorDialog.Designer.cs">
     164      <DependentUpon>BenchmarkGeneratorDialog.cs</DependentUpon>
     165    </Compile>
    160166    <Compile Include="Classification\ClassificationEnsembleSolutionEstimatedClassValuesView.cs">
    161167      <SubType>UserControl</SubType>
     
    341347  </ItemGroup>
    342348  <ItemGroup>
     349    <EmbeddedResource Include="BenchmarkGeneratorDialog.resx">
     350      <DependentUpon>BenchmarkGeneratorDialog.cs</DependentUpon>
     351    </EmbeddedResource>
    343352    <EmbeddedResource Include="DataAnalysisProblemView.resx">
    344353      <DependentUpon>DataAnalysisProblemView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.