Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/05/10 18:13:06 (14 years ago)
Author:
svonolfe
Message:

Added anaylzers for the SingleObjectiveTestFunction problem (#999)

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj

    r3437 r3647  
    8686  <ItemGroup>
    8787    <Compile Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs" />
     88    <Compile Include="SingleObjectiveTestFunctionSolutionView.cs">
     89      <SubType>UserControl</SubType>
     90    </Compile>
     91    <Compile Include="SingleObjectiveTestFunctionSolutionView.Designer.cs">
     92      <DependentUpon>SingleObjectiveTestFunctionSolutionView.cs</DependentUpon>
     93    </Compile>
    8894    <None Include="HeuristicLab.snk" />
    8995    <None Include="HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame" />
     
    94100      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    95101      <Name>HeuristicLab.Collections-3.3</Name>
     102    </ProjectReference>
     103    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     104      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
     105      <Name>HeuristicLab.Common-3.3</Name>
    96106    </ProjectReference>
    97107    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     
    136146    </ProjectReference>
    137147  </ItemGroup>
     148  <ItemGroup>
     149    <EmbeddedResource Include="SingleObjectiveTestFunctionSolutionView.resx">
     150      <DependentUpon>SingleObjectiveTestFunctionSolutionView.cs</DependentUpon>
     151    </EmbeddedResource>
     152  </ItemGroup>
    138153  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    139154  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLabProblemsTestFunctionsViewsPlugin.cs.frame

    r3437 r3647  
    2929  [PluginFile("HeuristicLab.Problems.TestFunctions.Views-3.3.dll", PluginFileType.Assembly)]
    3030  [PluginDependency("HeuristicLab.Collections", "3.3")]
     31  [PluginDependency("HeuristicLab.Common", "3.3")]
    3132  [PluginDependency("HeuristicLab.Core", "3.3")]
    3233  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.