Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 12:30:22 (16 years ago)
Author:
shofstad
Message:

added empty legend form (#407)

File:
1 edited

Legend:

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

    r861 r865  
    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>
    5854    <Reference Include="System" />
    5955    <Reference Include="System.Core">
     
    7470    <Compile Include="HeuristicLabVisualizationTestApplication.cs" />
    7571    <Compile Include="HeuristicLabVisualizationTestPlugin.cs" />
    76     <Compile Include="LineChartTestForm.cs">
     72    <Compile Include="LegendForm.cs">
    7773      <SubType>Form</SubType>
    7874    </Compile>
    79     <Compile Include="LineChartTestForm.Designer.cs">
    80       <DependentUpon>LineChartTestForm.cs</DependentUpon>
     75    <Compile Include="LegendForm.Designer.cs">
     76      <DependentUpon>LegendForm.cs</DependentUpon>
    8177    </Compile>
    82     <Compile Include="LineChartTests.cs" />
    8378    <Compile Include="MainForm.cs">
    8479      <SubType>Form</SubType>
     
    9489  </ItemGroup>
    9590  <ItemGroup>
    96     <ProjectReference Include="..\HeuristicLab.Core\HeuristicLab.Core.csproj">
    97       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    98       <Name>HeuristicLab.Core</Name>
    99     </ProjectReference>
    10091    <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
    10192      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
     
    10899  </ItemGroup>
    109100  <ItemGroup>
    110     <EmbeddedResource Include="LineChartTestForm.resx">
    111       <DependentUpon>LineChartTestForm.cs</DependentUpon>
    112     </EmbeddedResource>
    113101    <EmbeddedResource Include="MainForm.resx">
    114102      <DependentUpon>MainForm.cs</DependentUpon>
Note: See TracChangeset for help on using the changeset viewer.