Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/19/13 10:32:22 (11 years ago)
Author:
abeham
Message:

#1909: merged into stable branch

Location:
stable
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Problems.TestFunctions.Views/3.3/HeuristicLab.Problems.TestFunctions.Views-3.3.csproj

    r8600 r9990  
    113113  </ItemGroup>
    114114  <ItemGroup>
     115    <Compile Include="SingleObjectiveTestFunctionProblemView.cs">
     116      <SubType>UserControl</SubType>
     117    </Compile>
     118    <Compile Include="SingleObjectiveTestFunctionProblemView.Designer.cs">
     119      <DependentUpon>SingleObjectiveTestFunctionProblemView.cs</DependentUpon>
     120    </Compile>
    115121    <Compile Include="SingleObjectiveTestFunctionSolutionView.cs">
    116122      <SubType>UserControl</SubType>
     
    177183      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    178184      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     185      <Private>False</Private>
     186    </ProjectReference>
     187    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     188      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
     189      <Name>HeuristicLab.Problems.Instances-3.3</Name>
    179190      <Private>False</Private>
    180191    </ProjectReference>
     
    211222  -->
    212223  <PropertyGroup>
    213    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
     224    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
    214225set ProjectDir=$(ProjectDir)
    215226set SolutionDir=$(SolutionDir)
     
    218229call PreBuildEvent.cmd
    219230</PreBuildEvent>
    220 <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
     231    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
    221232export ProjectDir=$(ProjectDir)
    222233export SolutionDir=$(SolutionDir)
  • stable/HeuristicLab.Problems.TestFunctions.Views/3.3/Plugin.cs.frame

    r9462 r9990  
    3636  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3737  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     38  [PluginDependency("HeuristicLab.Optimization", "3.3")]
     39  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
    3840  [PluginDependency("HeuristicLab.Problems.TestFunctions", "3.3")]
    3941  public class HeuristicLabProblemsTestFunctionsViewsPlugin : PluginBase {
Note: See TracChangeset for help on using the changeset viewer.