Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/27/10 03:55:16 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • implemented ideas which came up during today's presentation of HeuristicLab.Core and related plugins
Location:
trunk/sources/HeuristicLab.Common.Resources/3.2
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Common.Resources/3.2/HeuristicLab.Common.Resources-3.2.csproj

    r2650 r2687  
    309309    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Undo.png" />
    310310  </ItemGroup>
     311  <ItemGroup>
     312    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Windows.png" />
     313  </ItemGroup>
    311314  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    312315  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.Designer.cs

    r2650 r2687  
    452452            }
    453453        }
     454       
     455        public static System.Drawing.Bitmap Windows {
     456            get {
     457                object obj = ResourceManager.GetObject("Windows", resourceCulture);
     458                return ((System.Drawing.Bitmap)(obj));
     459            }
     460        }
    454461    }
    455462}
  • trunk/sources/HeuristicLab.Common.Resources/3.2/VS2008ImageLibrary.resx

    r2650 r2687  
    287287    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_ValueType.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    288288  </data>
     289  <data name="Windows" type="System.Resources.ResXFileRef, System.Windows.Forms">
     290    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_Windows.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     291  </data>
    289292</root>
Note: See TracChangeset for help on using the changeset viewer.