Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3477


Ignore:
Timestamp:
04/21/10 21:15:29 (14 years ago)
Author:
swagner
Message:

Removed classes and interfaces of storable content views (#982)

Location:
trunk/sources
Files:
10 deleted
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLab.MainForm.WindowsForms-3.2.csproj

    r3437 r3477  
    100100    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
    101101    <Compile Include="ControlExtensions.cs" />
    102     <Compile Include="AsynchronousStorableContentView.cs">
    103       <SubType>UserControl</SubType>
    104     </Compile>
    105     <Compile Include="AsynchronousStorableContentView.Designer.cs">
    106       <DependentUpon>AsynchronousStorableContentView.cs</DependentUpon>
    107     </Compile>
    108     <Compile Include="StorableContentView.cs">
    109       <SubType>UserControl</SubType>
    110     </Compile>
    111     <Compile Include="StorableContentView.Designer.cs">
    112       <DependentUpon>StorableContentView.cs</DependentUpon>
    113     </Compile>
    114102    <Compile Include="DockForm.cs">
    115103      <SubType>Form</SubType>
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/HeuristicLab.MainForm.WindowsForms-3.3.csproj

    r3437 r3477  
    100100    <None Include="HeuristicLabMainFormWindowsFormsPlugin.cs.frame" />
    101101    <Compile Include="ControlExtensions.cs" />
    102     <Compile Include="AsynchronousStorableContentView.cs">
    103       <SubType>UserControl</SubType>
    104     </Compile>
    105     <Compile Include="AsynchronousStorableContentView.Designer.cs">
    106       <DependentUpon>AsynchronousStorableContentView.cs</DependentUpon>
    107     </Compile>
    108     <Compile Include="StorableContentView.cs">
    109       <SubType>UserControl</SubType>
    110     </Compile>
    111     <Compile Include="StorableContentView.Designer.cs">
    112       <DependentUpon>StorableContentView.cs</DependentUpon>
    113     </Compile>
    114102    <Compile Include="DockForm.cs">
    115103      <SubType>Form</SubType>
  • trunk/sources/HeuristicLab.MainForm/3.2/HeuristicLab.MainForm-3.2.csproj

    r3437 r3477  
    8585  <ItemGroup>
    8686    <None Include="HeuristicLabMainFormPlugin.cs.frame" />
    87     <Compile Include="Interfaces\IStorableContentView.cs" />
    8887    <Compile Include="ViewAttribute.cs" />
    8988    <Compile Include="Interfaces\IContentView.cs" />
  • trunk/sources/HeuristicLab.MainForm/3.3/HeuristicLab.MainForm-3.3.csproj

    r3437 r3477  
    8585  <ItemGroup>
    8686    <None Include="HeuristicLabMainFormPlugin.cs.frame" />
    87     <Compile Include="Interfaces\IStorableContentView.cs" />
    8887    <Compile Include="ViewAttribute.cs" />
    8988    <Compile Include="Interfaces\IContentView.cs" />
Note: See TracChangeset for help on using the changeset viewer.