Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11704 for trunk/sources


Ignore:
Timestamp:
12/19/14 13:56:23 (9 years ago)
Author:
ascheibe
Message:

#2031 moved annotations-default icon to common.resources

Location:
trunk/sources/HeuristicLab.Common.Resources/3.3
Files:
3 edited
1 copied

Legend:

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

    r11623 r11704  
    444444    <None Include="Resources\VS2010ImageLibrary\VS2010ImageLibrary_Objects_Monitor_Large.png" />
    445445    <None Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Actions_DisplayInColor_Vertical.png" />
     446    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Default.png" />
    446447    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Paused.png" />
    447448    <Content Include="Resources\VS2008ImageLibrary\VS2008ImageLibrary_Objects_BatchRun_Prepared.png" />
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.Designer.cs

    r11623 r11704  
    324324        ///   Looks up a localized resource of type System.Drawing.Bitmap.
    325325        /// </summary>
     326        public static System.Drawing.Bitmap Default {
     327            get {
     328                object obj = ResourceManager.GetObject("Default", resourceCulture);
     329                return ((System.Drawing.Bitmap)(obj));
     330            }
     331        }
     332       
     333        /// <summary>
     334        ///   Looks up a localized resource of type System.Drawing.Bitmap.
     335        /// </summary>
    326336        public static System.Drawing.Bitmap Delegate {
    327337            get {
  • trunk/sources/HeuristicLab.Common.Resources/3.3/VSImageLibrary.resx

    r9079 r11704  
    524524    <value>Resources\VS2010ImageLibrary\camera.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
    525525  </data>
     526  <data name="Default" type="System.Resources.ResXFileRef, System.Windows.Forms">
     527    <value>Resources\VS2008ImageLibrary\VS2008ImageLibrary_Annotations_Default.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
     528  </data>
    526529</root>
Note: See TracChangeset for help on using the changeset viewer.