We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb61bc commit 0780236Copy full SHA for 0780236
3 files changed
Plugin/Plugin.csproj
@@ -66,6 +66,10 @@
66
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
67
<IncludeInVSIX>true</IncludeInVSIX>
68
</Content>
69
+ <Content Include="logo.png">
70
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
71
+ <IncludeInVSIX>true</IncludeInVSIX>
72
+ </Content>
73
<None Include="source.extension.vsixmanifest">
74
<SubType>Designer</SubType>
75
</None>
Plugin/logo.png
1.47 KB
Plugin/source.extension.vsixmanifest
@@ -8,6 +8,7 @@
8
<Locale>1033</Locale>
9
<MoreInfoUrl>http://editorconfig.org/</MoreInfoUrl>
10
<License>..\LICENSE</License>
11
+ <Icon>logo.png</Icon>
12
<SupportedProducts>
13
<VisualStudio Version="10.0">
14
<Edition>Ultimate</Edition>
0 commit comments