Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions FineCodeCoverage/FineCodeCoverage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,6 @@
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
<Link>ZippedTools\openCover.4.7.922.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.2.0.zip">
<Link>ZippedTools\coverlet.collector.3.2.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
Expand All @@ -125,6 +121,10 @@
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!--
<None Include="Key.snk" />
-->
Expand Down
8 changes: 4 additions & 4 deletions FineCodeCoverage2022/FineCodeCoverage2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.922.zip">
<Link>ZippedTools\openCover.4.7.922.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\LICENSE">
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
Expand All @@ -109,6 +105,10 @@
<Link>ZippedTools\microsoft.codecoverage.17.9.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\openCover.4.7.1221.zip">
<Link>ZippedTools\openCover.4.7.1221.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
<Generator>VsixManifestGenerator</Generator>
Expand Down
Binary file added Shared Files/ZippedTools/openCover.4.7.1221.zip
Binary file not shown.
Binary file removed Shared Files/ZippedTools/openCover.4.7.922.zip
Binary file not shown.
Loading