dotnet / roslyn

The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
https://docs.microsoft.com/dotnet/csharp/roslyn-sdk/
MIT License
18.75k stars 3.99k forks source link

.csx and .vbx files use default icons in Windows and Solution Explorer #3683

Open KevinH-MS opened 9 years ago

KevinH-MS commented 9 years ago

We should figure out how to register an icon with the Windows shell for .csx and .vbx in VS setup...

icon

shaggygi commented 9 years ago

Not sure if this is similar issue, but your findings here could help understanding how it works with this project, as well. https://github.com/Microsoft/VSProjectSystem/issues/46