Skip to content

Commit 0780236

Browse files
committed
Logo added to extension
1 parent 1bb61bc commit 0780236

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

Plugin/Plugin.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6767
<IncludeInVSIX>true</IncludeInVSIX>
6868
</Content>
69+
<Content Include="logo.png">
70+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
71+
<IncludeInVSIX>true</IncludeInVSIX>
72+
</Content>
6973
<None Include="source.extension.vsixmanifest">
7074
<SubType>Designer</SubType>
7175
</None>

Plugin/logo.png

1.47 KB
Loading

Plugin/source.extension.vsixmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<Locale>1033</Locale>
99
<MoreInfoUrl>http://editorconfig.org/</MoreInfoUrl>
1010
<License>..\LICENSE</License>
11+
<Icon>logo.png</Icon>
1112
<SupportedProducts>
1213
<VisualStudio Version="10.0">
1314
<Edition>Ultimate</Edition>

0 commit comments

Comments
 (0)