Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 12:19:58 (15 years ago)
Author:
mstoeger
Message:

Adjustments on LineChart for new interface. #345

Location:
trunk/sources/HeuristicLab.Visualization.Test
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization.Test/HeuristicLab.Visualization.Test.csproj

    r858 r861  
    5252  </PropertyGroup>
    5353  <ItemGroup>
     54    <Reference Include="nunit.framework, Version=2.4.8.0, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
     55      <SpecificVersion>False</SpecificVersion>
     56      <HintPath>NUnit-2.4.8-bin\nunit.framework.dll</HintPath>
     57    </Reference>
    5458    <Reference Include="System" />
    5559    <Reference Include="System.Core">
     
    7074    <Compile Include="HeuristicLabVisualizationTestApplication.cs" />
    7175    <Compile Include="HeuristicLabVisualizationTestPlugin.cs" />
     76    <Compile Include="LineChartTestForm.cs">
     77      <SubType>Form</SubType>
     78    </Compile>
     79    <Compile Include="LineChartTestForm.Designer.cs">
     80      <DependentUpon>LineChartTestForm.cs</DependentUpon>
     81    </Compile>
     82    <Compile Include="LineChartTests.cs" />
    7283    <Compile Include="MainForm.cs">
    7384      <SubType>Form</SubType>
     
    8394  </ItemGroup>
    8495  <ItemGroup>
     96    <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
     97      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
     98      <Name>HeuristicLab.Core</Name>
     99    </ProjectReference>
    85100    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    86101      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    93108  </ItemGroup>
    94109  <ItemGroup>
     110    <EmbeddedResource Include="LineChartTestForm.resx">
     111      <DependentUpon>LineChartTestForm.cs</DependentUpon>
     112    </EmbeddedResource>
    95113    <EmbeddedResource Include="MainForm.resx">
    96114      <DependentUpon>MainForm.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.