Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/07/09 00:38:54 (15 years ago)
Author:
gkronber
Message:

worked on presentation layer for CEDMA #419

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CEDMA-Refactoring-Ticket419/HeuristicLab.CEDMA.Core/HeuristicLab.CEDMA.Core.csproj

    r1073 r1075  
    7676      <SubType>UserControl</SubType>
    7777    </Compile>
    78     <Compile Include="Interfaces\ICedmaAlgorithm.cs" />
    79     <Compile Include="Interfaces\ITimeSeriesAlgorithm.cs" />
    80     <Compile Include="Interfaces\IClassificationAlgorithm.cs" />
    81     <Compile Include="Interfaces\IRegressionAlgorithm.cs" />
    8278    <Compile Include="Problem.cs" />
    8379    <Compile Include="DataSet.cs" />
     
    104100    <Compile Include="Properties\AssemblyInfo.cs" />
    105101    <Compile Include="ProblemInjector.cs" />
     102    <Compile Include="Results.cs" />
     103    <Compile Include="ResultsView.cs">
     104      <SubType>UserControl</SubType>
     105    </Compile>
     106    <Compile Include="ResultsView.Designer.cs">
     107      <DependentUpon>ResultsView.cs</DependentUpon>
     108    </Compile>
    106109  </ItemGroup>
    107110  <ItemGroup>
     
    152155      <DependentUpon>ProblemView.cs</DependentUpon>
    153156    </EmbeddedResource>
     157    <EmbeddedResource Include="ResultsView.resx">
     158      <DependentUpon>ResultsView.cs</DependentUpon>
     159    </EmbeddedResource>
    154160  </ItemGroup>
    155161  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.