Free cookie consent management tool by TermsFeed Policy Generator

Changeset 106


Ignore:
Timestamp:
03/27/08 18:21:47 (16 years ago)
Author:
abeham
Message:

Added TestFunctionInjector with nicer interface (closes ticket #82)

Location:
trunk/sources/HeuristicLab.TestFunctions
Files:
4 added
1 edited

Legend:

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

    r30 r106  
    3737    <Reference Include="System" />
    3838    <Reference Include="System.Data" />
     39    <Reference Include="System.Drawing" />
     40    <Reference Include="System.Windows.Forms" />
    3941    <Reference Include="System.Xml" />
    4042  </ItemGroup>
     
    4951    <Compile Include="Properties\AssemblyInfo.cs" />
    5052    <Compile Include="TestFunctionEvaluatorBase.cs" />
     53    <Compile Include="TestFunctionInjector.cs" />
     54    <Compile Include="TestFunctionInjectorView.cs">
     55      <SubType>UserControl</SubType>
     56    </Compile>
     57    <Compile Include="TestFunctionInjectorView.Designer.cs">
     58      <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
     59    </Compile>
    5160  </ItemGroup>
    5261  <ItemGroup>
     
    7281    </ProjectReference>
    7382  </ItemGroup>
     83  <ItemGroup>
     84    <EmbeddedResource Include="TestFunctionInjectorView.resx">
     85      <DependentUpon>TestFunctionInjectorView.cs</DependentUpon>
     86    </EmbeddedResource>
     87  </ItemGroup>
    7488  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    7589  <!-- 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.