Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3443


Ignore:
Timestamp:
04/20/10 15:57:42 (14 years ago)
Author:
mkommend
Message:

forgot to adapt HL.Operators.Programmable (ticket #983)

Location:
trunk/sources/HeuristicLab.Operators.Programmable/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLab.Operators.Programmable-3.3.csproj

    r3384 r3443  
    129129      <Name>HeuristicLab.Data-3.3</Name>
    130130    </ProjectReference>
    131     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
     131    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    132132      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    133       <Name>HeuristicLab.MainForm.WindowsForms-3.2</Name>
     133      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    134134    </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.2\HeuristicLab.MainForm-3.2.csproj">
     135    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    136136      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    137       <Name>HeuristicLab.MainForm-3.2</Name>
     137      <Name>HeuristicLab.MainForm-3.3</Name>
    138138    </ProjectReference>
    139139    <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
  • trunk/sources/HeuristicLab.Operators.Programmable/3.3/HeuristicLabOperatorsProgrammablePlugin.cs.frame

    r2911 r3443  
    3333  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
     35  [PluginDependency("HeuristicLab.MainForm", "3.3")]
     36  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3537  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3638  [PluginDependency("HeuristicLab.Persistence", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.