Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/11/09 23:25:59 (15 years ago)
Author:
gkronber
Message:

worked on presentation layer for CEDMA (brushing) (#419)

File:
1 edited

Legend:

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

    r1108 r1109  
    7272  </ItemGroup>
    7373  <ItemGroup>
     74    <Compile Include="IResultsViewFactory.cs" />
    7475    <Compile Include="ResultsEntry.cs" />
    7576    <Compile Include="TableResultsView.cs">
     
    8384      <SubType>UserControl</SubType>
    8485    </Compile>
    85     <Compile Include="IResultsView.cs" />
    8686    <Compile Include="Problem.cs" />
    8787    <Compile Include="DataSet.cs" />
     
    109109    <Compile Include="ProblemInjector.cs" />
    110110    <Compile Include="Results.cs" />
    111     <Compile Include="ResultsViewContainer.cs">
    112       <SubType>UserControl</SubType>
    113     </Compile>
    114     <Compile Include="ResultsViewContainer.Designer.cs">
    115       <DependentUpon>ResultsViewContainer.cs</DependentUpon>
    116     </Compile>
    117111  </ItemGroup>
    118112  <ItemGroup>
     
    162156      <DependentUpon>ProblemView.cs</DependentUpon>
    163157    </EmbeddedResource>
    164     <EmbeddedResource Include="ResultsViewContainer.resx">
    165       <DependentUpon>ResultsViewContainer.cs</DependentUpon>
    166     </EmbeddedResource>
    167158  </ItemGroup>
    168159  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.