Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Commit

Permalink
add Newtonsoft.Json to VSIX package
Browse files Browse the repository at this point in the history
  • Loading branch information
mlangkabel committed Feb 19, 2019
1 parent 0500fd5 commit 7750faf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions SourcetrailExtension/SourcetrailExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,11 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\packages\Newtonsoft.Json.6.0.1\lib\net45\Newtonsoft.Json.dll">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
<VSIXSubPath>.</VSIXSubPath>
</Content>
<Content Include="sourcetrail.ico">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<IncludeInVSIX>true</IncludeInVSIX>
Expand Down

0 comments on commit 7750faf

Please sign in to comment.