Skip to content

Commit

Permalink
add icon placeholder, modify the image list bmp to try the icon in vs
Browse files Browse the repository at this point in the history
the icon is applied to all assemblies
  • Loading branch information
enricosada committed May 13, 2015
1 parent 2ee04e3 commit e53ce24
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -713,7 +713,7 @@ public override int ImageIndex
{
get
{
return (int)ProjectNode.ImageName.Audio;
return (int)ProjectNode.ImageName.TypeProviderAssembly;
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -500,8 +500,9 @@ public enum ImageName
PFX = 50,
[SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId = "SNK")]
SNK = 51,
TypeProviderAssembly = 52,

ImageLast = 51
ImageLast = 52
}

/// <summary>
Expand Down
Binary file not shown.

0 comments on commit e53ce24

Please sign in to comment.