Skip to content

Commit cdc5a95

Browse files
committed
include screenshots
1 parent a293f3f commit cdc5a95

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/CustomCode-Analyzer.Vsix/CustomCode-Analyzer.Vsix.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@
7070
<IncludeInVSIX>true</IncludeInVSIX>
7171
<Link>README.md</Link>
7272
</Content>
73+
<Content Include="..\..\screenshot.png">
74+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
75+
<IncludeInVSIX>true</IncludeInVSIX>
76+
<Link>Resources\screenshot.png</Link>
77+
</Content>
7378
</ItemGroup>
7479

7580

src/CustomCode-Analyzer/CustomCode-Analyzer.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,6 @@
3333
<None Include="$(OutputPath)\$(AssemblyName).dll" Pack="true" PackagePath="analyzers/dotnet/cs" Visible="false" />
3434
<None Include="..\..\LICENSE" Pack="true" PackagePath="" />
3535
<None Include="..\..\README.md" Pack="true" PackagePath="" />
36+
<None Include="..\..\screenshot.png" Pack="true" PackagePath="" />
3637
</ItemGroup>
3738
</Project>

0 commit comments

Comments
 (0)