Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/02/10 05:27:12 (15 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • worked on analysis
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Analysis/3.3/HeuristicLab.Analysis-3.3.csproj

    r2900 r2908  
    8585    <None Include="HeuristicLabAnalysisPlugin.cs.frame" />
    8686    <Compile Include="BestAverageWorstQualityCalculator.cs" />
     87    <Compile Include="DataRow.cs" />
    8788    <Compile Include="HeuristicLabAnalysisPlugin.cs" />
    8889    <Compile Include="Properties\AssemblyInfo.cs" />
     90    <Compile Include="DataTable.cs" />
     91    <Compile Include="DataTableValuesCollector.cs" />
    8992  </ItemGroup>
    9093  <ItemGroup>
    9194    <None Include="HeuristicLab.snk" />
     95    <None Include="Microsoft Chart Controls\DataVisChartControl.chm" />
     96    <None Include="Microsoft Chart Controls\WinSamples.zip" />
    9297    <None Include="Properties\AssemblyInfo.frame" />
    9398  </ItemGroup>
     
    122127    </ProjectReference>
    123128  </ItemGroup>
     129  <ItemGroup>
     130    <None Include="Microsoft Chart Controls\MSChart.exe" />
     131    <None Include="Microsoft Chart Controls\MSChart_VisualStudioAddOn.exe" />
     132  </ItemGroup>
    124133  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    125134  <!-- 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.