Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/22/10 02:41:51 (13 years ago)
Author:
swagner
Message:

Removed plugins which are not part of the 3.3.2 release (#1271)

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

Legend:

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

    r4891 r4893  
    129129    <Compile Include="MenuItems\AboutMenuItem.cs" />
    130130    <Compile Include="MenuItems\ConvertIntoUserDefinedAlgorithmMenuItem.cs" />
    131     <Compile Include="MenuItems\UsernamePasswordMenuItem.cs" />
    132131    <Compile Include="MenuItems\CreateExperimentMenuItem.cs" />
    133132    <Compile Include="MenuItems\CopyToClipboardMenuItem.cs" />
     
    183182  </ItemGroup>
    184183  <ItemGroup>
    185     <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
    186       <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
    187       <Name>HeuristicLab.Clients.Common-3.3</Name>
    188     </ProjectReference>
    189184    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    190185      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
  • tags/3.3.2/HeuristicLab.Optimizer/3.3/HeuristicLabOptimizerPlugin.cs.frame

    r4889 r4893  
    2626  [Plugin("HeuristicLab.Optimizer", "3.3.2.$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.