Skip to content

Commit

Permalink
Merge pull request #245 from mschnelte/mscodecoverage
Browse files Browse the repository at this point in the history
Mscodecoverage
  • Loading branch information
tonyhallett authored Mar 29, 2022
2 parents e8cd069 + ccb04f2 commit ca33352
Show file tree
Hide file tree
Showing 97 changed files with 7,626 additions and 1,070 deletions.
38 changes: 25 additions & 13 deletions FineCodeCoverage/FineCodeCoverage.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,31 +81,40 @@
<Link>Resources\reportparts.xml</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\coverlet.collector.3.0.3.zip">
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
<Link>OutputToolWindowPackage.vsct</Link>
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
<Link>Resources\ClearUICommand.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\coverlet.console.3.0.3.zip">
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
<Link>Resources\OutputToolWindowCommand.png</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\microsoft.testplatform.16.9.1.zip">
<Content Include="..\Shared Files\ZippedTools\coverlet.collector.3.0.3.zip">
<Link>ZippedTools\coverlet.collector.3.0.3.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\openCover.4.7.922.zip">
<Content Include="..\Shared Files\ZippedTools\coverlet.console.3.0.3.zip">
<Link>ZippedTools\coverlet.console.3.0.3.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="ZippedTools\reportGenerator.4.7.1.zip">
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<VSCTCompile Include="..\Shared Files\OutputToolWindowPackage.vsct">
<Link>OutputToolWindowPackage.vsct</Link>
<ResourceName>Menus.ctmenu</ResourceName>
</VSCTCompile>
<Content Include="..\Shared Files\Resources\ClearUICommand.png">
<Link>Resources\ClearUICommand.png</Link>
<Content Include="..\Shared Files\ZippedTools\microsoft.testplatform.16.9.1.zip">
<Link>ZippedTools\microsoft.testplatform.16.9.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\Resources\OutputToolWindowCommand.png">
<Link>Resources\OutputToolWindowCommand.png</Link>
<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\reportGenerator.4.7.1.zip">
<Link>ZippedTools\reportGenerator.4.7.1.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<!--
Expand Down Expand Up @@ -143,6 +152,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="ReflectObject">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed FineCodeCoverage/ZippedTools/openCover.4.7.922.zip
Binary file not shown.
Binary file not shown.
7 changes: 7 additions & 0 deletions FineCodeCoverage2022/FineCodeCoverage2022.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,10 @@
<Link>Resources\LICENSE</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<Content Include="..\Shared Files\ZippedTools\microsoft.codecoverage.17.1.0.zip">
<Link>ZippedTools\microsoft.codecoverage.17.1.0.zip</Link>
<IncludeInVSIX>true</IncludeInVSIX>
</Content>
<None Include="source.extension.vsixmanifest">
<SubType>Designer</SubType>
</None>
Expand Down Expand Up @@ -141,6 +145,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json">
<Version>13.0.1</Version>
</PackageReference>
<PackageReference Include="ReflectObject">
<Version>1.0.0</Version>
</PackageReference>
Expand Down
Loading

0 comments on commit ca33352

Please sign in to comment.