Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/05/11 19:21:19 (13 years ago)
Author:
swagner
Message:

Removed plugins which are not part of the 3.3.3 release (#1406)

Location:
tags/3.3.3/HeuristicLab.Optimizer/3.3
Files:
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • tags/3.3.3/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r5211 r5448  
    126126    <Compile Include="MenuItems\AboutMenuItem.cs" />
    127127    <Compile Include="MenuItems\ConvertIntoUserDefinedAlgorithmMenuItem.cs" />
    128     <Compile Include="MenuItems\UsernamePasswordMenuItem.cs" />
    129128    <Compile Include="MenuItems\CreateExperimentMenuItem.cs" />
    130129    <Compile Include="MenuItems\CopyToClipboardMenuItem.cs" />
     
    180179  </ItemGroup>
    181180  <ItemGroup>
    182     <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
    183       <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
    184       <Name>HeuristicLab.Clients.Common-3.3</Name>
    185     </ProjectReference>
    186181    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    187182      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
  • tags/3.3.3/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame

    r5446 r5448  
    2626  [Plugin("HeuristicLab.Optimizer", "3.3.3.$WCREV$")]
    2727  [PluginFile("HeuristicLab.Optimizer-3.3.dll", PluginFileType.Assembly)]
    28   [PluginDependency("HeuristicLab.Clients.Common", "3.3")]
    2928  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3029  [PluginDependency("HeuristicLab.Common", "3.3")]
Note: See TracChangeset for help on using the changeset viewer.