.resx icon
This commit is contained in:
@@ -32,7 +32,7 @@ public partial class SolutionExplorerPanel
|
|||||||
".html" or ".htm" => _htmlIcon,
|
".html" or ".htm" => _htmlIcon,
|
||||||
".css" => _cssIcon,
|
".css" => _cssIcon,
|
||||||
".txt" => _txtIcon,
|
".txt" => _txtIcon,
|
||||||
".props" or ".config" or ".targets" => _genericFileIcon,
|
".props" or ".config" or ".targets" or ".resx" => _genericFileIcon,
|
||||||
".md" => _mdFileIcon,
|
".md" => _mdFileIcon,
|
||||||
".editorconfig" => _editorConfigFileIcon,
|
".editorconfig" => _editorConfigFileIcon,
|
||||||
".gitignore" => _gitignoreFileIcon,
|
".gitignore" => _gitignoreFileIcon,
|
||||||
@@ -42,7 +42,7 @@ public partial class SolutionExplorerPanel
|
|||||||
var overlayTexture = fileExtension switch
|
var overlayTexture = fileExtension switch
|
||||||
{
|
{
|
||||||
".props" => _propsFileOverlayIcon,
|
".props" => _propsFileOverlayIcon,
|
||||||
".config" => _configFileOverlayIcon,
|
".config" or ".resx" => _configFileOverlayIcon,
|
||||||
".targets" => _targetsFileOverlayIcon,
|
".targets" => _targetsFileOverlayIcon,
|
||||||
_ => null
|
_ => null
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user