Free cookie consent management tool by TermsFeed Policy Generator

Changeset 671 for trunk/sources


Ignore:
Timestamp:
10/15/08 17:25:15 (16 years ago)
Author:
mkommend
Message:

PointXYChart + Injector + View created (ticket #310)

Location:
trunk/sources/HeuristicLab.Logging
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Logging/HeuristicLab.Logging.csproj

    r582 r671  
    6464    <Compile Include="BestAverageWorstQualityCalculator.cs" />
    6565    <Compile Include="BestSolutionStorer.cs" />
     66    <Compile Include="PointXYChartView.cs">
     67      <SubType>UserControl</SubType>
     68    </Compile>
     69    <Compile Include="PointXYChartView.Designer.cs">
     70      <DependentUpon>PointXYChartView.cs</DependentUpon>
     71    </Compile>
    6672    <Compile Include="Logger.cs" />
    6773    <Compile Include="Linechart.cs" />
     
    7985      <DependentUpon>LogView.cs</DependentUpon>
    8086    </Compile>
     87    <Compile Include="PointXYChart.cs" />
     88    <Compile Include="PointXYChartInjector.cs" />
    8189    <Compile Include="Properties\AssemblyInfo.cs" />
    8290    <Compile Include="QualityLogger.cs" />
     
    115123  </ItemGroup>
    116124  <ItemGroup>
     125    <EmbeddedResource Include="PointXYChartView.resx">
     126      <DependentUpon>PointXYChartView.cs</DependentUpon>
     127      <SubType>Designer</SubType>
     128    </EmbeddedResource>
    117129    <EmbeddedResource Include="LinechartView.resx">
    118130      <DependentUpon>LinechartView.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.